/src/sys/dev/usb/ |
auvitek.c | 151 usbd_endpoint_count(sc->sc_isoc_iface, &nep); 196 usbd_endpoint_count(sc->sc_bulk_iface, &nep);
|
usbdi.h | 135 usbd_status usbd_endpoint_count(struct usbd_interface *, uint8_t *);
|
usscanner.c | 220 (void)usbd_endpoint_count(iface, &epcount);
|
irmce.c | 167 usbd_endpoint_count(sc->sc_iface, &nep);
|
ubt.c | 538 (void)usbd_endpoint_count(sc->sc_iface0, &count); 772 (void)usbd_endpoint_count(sc->sc_iface1, &count);
|
ugen.c | 538 err = usbd_endpoint_count(iface, &nendpt); 1592 err = usbd_endpoint_count(iface, &nendpt); 1601 err = usbd_endpoint_count(iface, &nendpt);
|
udsir.c | 200 (void)usbd_endpoint_count(iface, &epcount);
|
uirda.c | 212 (void)usbd_endpoint_count(iface, &epcount);
|
ustir.c | 275 (void)usbd_endpoint_count(iface, &epcount);
|
ulpt.c | 252 (void)usbd_endpoint_count(iface, &epcount);
|
utoppy.c | 257 (void) usbd_endpoint_count(iface, &epcount);
|
usbdi.c | 896 usbd_endpoint_count(struct usbd_interface *iface, uint8_t *count) function in typeref:typename:usbd_status
|
uhso.c | 696 (void)usbd_endpoint_count(ifh, &count);
|