Searched refs:usbd_endpoint_count (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/sys/dev/usb/ |
H A D | auvitek.c | 151 usbd_endpoint_count(sc->sc_isoc_iface, &nep); in auvitek_attach() 196 usbd_endpoint_count(sc->sc_bulk_iface, &nep); in auvitek_attach()
|
H A D | usbdi.h | 135 usbd_status usbd_endpoint_count(struct usbd_interface *, uint8_t *);
|
H A D | irmce.c | 167 usbd_endpoint_count(sc->sc_iface, &nep); in irmce_attach()
|
H A D | ubt.c | 538 (void)usbd_endpoint_count(sc->sc_iface0, &count); in ubt_attach() 772 (void)usbd_endpoint_count(sc->sc_iface1, &count); in ubt_set_isoc_config()
|
H A D | ugen.c | 538 err = usbd_endpoint_count(iface, &nendpt); in ugen_set_config() 1592 err = usbd_endpoint_count(iface, &nendpt); in ugen_set_interface() 1601 err = usbd_endpoint_count(iface, &nendpt); in ugen_set_interface()
|
H A D | ulpt.c | 252 (void)usbd_endpoint_count(iface, &epcount); in ulpt_attach()
|
H A D | usscanner.c | 220 (void)usbd_endpoint_count(iface, &epcount); in usscanner_attach()
|
H A D | udsir.c | 200 (void)usbd_endpoint_count(iface, &epcount); in udsir_attach()
|
H A D | uirda.c | 212 (void)usbd_endpoint_count(iface, &epcount); in uirda_attach()
|
H A D | ustir.c | 275 (void)usbd_endpoint_count(iface, &epcount); in ustir_attach()
|
H A D | usbdi.c | 896 usbd_endpoint_count(struct usbd_interface *iface, uint8_t *count) in usbd_endpoint_count() function
|
H A D | utoppy.c | 257 (void) usbd_endpoint_count(iface, &epcount); in utoppy_attach()
|
H A D | uhso.c | 696 (void)usbd_endpoint_count(ifh, &count); in uhso_get_endpoint()
|