Home
last modified time | relevance | path

Searched refs:sc_in_num_endpoints (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/dev/usb/
Dumidi.c212 for (i = 0; i < sc->sc_in_num_endpoints; i++) { in USB_ATTACH()
400 for (i=sc->sc_out_num_endpoints+sc->sc_in_num_endpoints; i>0; i--) { in alloc_all_endpoints()
420 for (i=0; i<sc->sc_in_num_endpoints+sc->sc_out_num_endpoints; i++) in free_all_endpoints()
441 sc->sc_in_num_endpoints = fp->num_in_ep; in alloc_all_endpoints_fixed_ep()
444 sc->sc_in_num_endpoints), in alloc_all_endpoints_fixed_ep()
451 sc->sc_in_num_endpoints ? in alloc_all_endpoints_fixed_ep()
483 for (i=0; i<sc->sc_in_num_endpoints; i++) { in alloc_all_endpoints_fixed_ep()
581 sc->sc_in_num_endpoints = 1; in alloc_all_endpoints_yamaha()
583 sc->sc_in_num_endpoints = 0; in alloc_all_endpoints_yamaha()
588 sc->sc_in_num_endpoints), in alloc_all_endpoints_yamaha()
[all …]
Dumidivar.h124 int sc_in_num_endpoints; member