/src/sys/dev/usb/ |
uirda.c | 185 uint8_t epcount; local in function:uirda_attach 211 epcount = 0; 212 (void)usbd_endpoint_count(iface, &epcount); 216 for (i = 0; i < epcount; i++) {
|
usscanner.c | 188 uint8_t epcount; local in function:usscanner_attach 219 epcount = 0; 220 (void)usbd_endpoint_count(iface, &epcount); 225 for (i = 0; i < epcount; i++) {
|
udsir.c | 181 uint8_t epcount; local in function:udsir_attach 199 epcount = 0; 200 (void)usbd_endpoint_count(iface, &epcount); 204 for (i = 0; i < epcount; i++) {
|
ustir.c | 249 uint8_t epcount; local in function:ustir_attach 274 epcount = 0; 275 (void)usbd_endpoint_count(iface, &epcount); 279 for (i = 0; i < epcount; i++) {
|
ulpt.c | 207 uint8_t epcount; local in function:ulpt_attach 251 epcount = 0; 252 (void)usbd_endpoint_count(iface, &epcount); 256 for (i = 0; i < epcount; i++) {
|
utoppy.c | 234 uint8_t epcount; local in function:utoppy_attach 256 epcount = 0; 257 (void) usbd_endpoint_count(iface, &epcount); 258 if (epcount != UTOPPY_NUMENDPOINTS) { 260 UTOPPY_NUMENDPOINTS, epcount); 267 for (i = 0; i < epcount; i++) {
|
uaudio.c | 2090 int dir, type, sync, epcount; local in function:uaudio_process_as 2097 epcount = 0; 2137 epcount++; 2138 if (epcount > id->bNumEndpoints) 2140 switch (epcount) {
|