Home
last modified time | relevance | path

Searched refs:usbd_get_device_descriptor (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/sys/arch/macppc/dev/
H A Dpbms.c310 ((udd = usbd_get_device_descriptor(uha->uiaa->uiaa_device)) in pbms_match()
347 if ((udd = usbd_get_device_descriptor(udev)) != NULL) { in pbms_attach()
/netbsd-src/sys/dev/usb/
H A Dusbdi.h161 usb_device_descriptor_t *usbd_get_device_descriptor(struct usbd_device *);
H A Dusb_quirks.c119 const usb_device_descriptor_t *dd = usbd_get_device_descriptor(dev); in usbd_get_desc_fake()
H A Duhid.c659 *usbd_get_device_descriptor(sc->sc_udev); in uhidioctl()
H A Duftdi.c344 ddesc = usbd_get_device_descriptor(dev); in uftdi_attach()
H A Duplcom.c317 ddesc = usbd_get_device_descriptor(dev); in uplcom_attach()
H A Dif_axen.c609 if (UGETW(usbd_get_device_descriptor(dev)->bcdDevice) == 0x0200) { in axen_attach()
H A Dif_bwfm_usb.c297 dd = usbd_get_device_descriptor(sc->sc_udev); in bwfm_usb_attach()
H A Dif_aue.c749 dd = usbd_get_device_descriptor(uaa->uaa_device); in aue_match()
H A Dusbdi.c788 usbd_get_device_descriptor(struct usbd_device *dev) in usbd_get_device_descriptor() function
H A Dugen.c1934 *usbd_get_device_descriptor(sc->sc_udev); in ugen_do_ioctl()
H A Dif_zyd.c320 ddesc = usbd_get_device_descriptor(sc->sc_udev); in zyd_attach()
H A Dif_athn_usb.c933 dd = usbd_get_device_descriptor(usc->usc_udev); in athn_usb_load_firmware()
H A Duaudio.c3707 ddesc = usbd_get_device_descriptor(sc->sc_udev); in uaudio_chan_open()