/netbsd-src/sys/dev/usb/ |
H A D | auvitek.c | 127 err = usbd_device2interface_handle(dev, 0, &sc->sc_isoc_iface); in auvitek_attach() 133 err = usbd_device2interface_handle(dev, 3, &sc->sc_bulk_iface); in auvitek_attach()
|
H A D | if_kue.c | 386 usbd_device2interface_handle(un->un_udev, KUE_IFACE_IDX, in kue_reset() 459 err = usbd_device2interface_handle(dev, KUE_IFACE_IDX, &un->un_iface); in kue_attach()
|
H A D | usbdi.h | 140 usbd_status usbd_device2interface_handle(struct usbd_device *,
|
H A D | if_upl.c | 178 err = usbd_device2interface_handle(dev, UPL_IFACE_IDX, &un->un_iface); in upl_attach()
|
H A D | ugensa.c | 170 err = usbd_device2interface_handle(dev, UGENSA_IFACE_INDEX, &iface); in ugensa_attach()
|
H A D | ubsa.c | 215 err = usbd_device2interface_handle(dev, UBSA_IFACE_INDEX_OFFSET, in ubsa_attach()
|
H A D | umodeswitch.c | 82 err = usbd_device2interface_handle(dev, 0, &iface); in send_bulkmsg()
|
H A D | uark.c | 147 error = usbd_device2interface_handle(sc->sc_udev, UARK_IFACE_NO, in uark_attach()
|
H A D | aubtfwl.c | 139 error = usbd_device2interface_handle(sc->sc_udev, 0, &iface); in aubtfwl_firmware_load()
|
H A D | uipaq.c | 184 err = usbd_device2interface_handle(dev, UIPAQ_IFACE_INDEX, &iface); in uipaq_attach()
|
H A D | uep.c | 179 err = usbd_device2interface_handle(dev, 0, &sc->sc_iface); in uep_attach()
|
H A D | uplcom.c | 365 err = usbd_device2interface_handle(dev, UPLCOM_IFACE_INDEX, in uplcom_attach() 417 err = usbd_device2interface_handle(dev, in uplcom_attach()
|
H A D | ugen.c | 535 err = usbd_device2interface_handle(dev, ifaceno, &iface); in ugen_set_config() 1589 err = usbd_device2interface_handle(sc->sc_udev, ifaceidx, &iface); in ugen_set_interface() 1664 err = usbd_device2interface_handle(sc->sc_udev, ifaceidx, &iface); in ugen_get_alt_index() 1896 err = usbd_device2interface_handle(sc->sc_udev, in ugen_do_ioctl() 1909 err = usbd_device2interface_handle(sc->sc_udev, in ugen_do_ioctl()
|
H A D | uvisor.c | 247 err = usbd_device2interface_handle(dev, UVISOR_IFACE_INDEX, &iface); in uvisor_attach()
|
H A D | emdtv.c | 137 status = usbd_device2interface_handle(sc->sc_udev, 0, &sc->sc_iface); in emdtv_attach()
|
H A D | umct.c | 222 err = usbd_device2interface_handle(dev, UMCT_IFACE_INDEX, in umct_attach()
|
H A D | uhmodem.c | 264 err = usbd_device2interface_handle(dev, UBSA_IFACE_INDEX_OFFSET+i, in uhmodem_attach()
|
H A D | if_cue.c | 498 err = usbd_device2interface_handle(dev, CUE_IFACE_IDX, &un->un_iface); in cue_attach()
|
H A D | ubt.c | 524 err = usbd_device2interface_handle(sc->sc_udev, 0, &sc->sc_iface0); in ubt_attach() 590 err = usbd_device2interface_handle(sc->sc_udev, 1, &sc->sc_iface1); in ubt_attach()
|
H A D | if_url.c | 195 err = usbd_device2interface_handle(dev, URL_IFACE_INDEX, &iface); in url_attach()
|
H A D | if_mos.c | 604 err = usbd_device2interface_handle(dev, MOS_IFACE_IDX, &un->un_iface); in mos_attach()
|
H A D | if_udav.c | 195 err = usbd_device2interface_handle(dev, UDAV_IFACE_INDEX, &iface); in udav_attach()
|
H A D | uvscom.c | 283 err = usbd_device2interface_handle(dev, UVSCOM_IFACE_INDEX, in uvscom_attach()
|
H A D | usscanner.c | 210 err = usbd_device2interface_handle(dev, USSCANNER_IFACE_IDX, &iface); in usscanner_attach()
|
H A D | uchcom.c | 335 err = usbd_device2interface_handle(sc->sc_udev, UCHCOM_IFACE_INDEX, in find_ifaces()
|