Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dusb.su
H A Dusb.c574 static int usb_get_descriptor(struct usb_device *dev, unsigned char type, in usb_get_descriptor() function
593 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, buffer, 9); in usb_get_configuration_len()
616 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, buffer, length); in usb_get_configuration_no()
947 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, desc, len); in get_descriptor_len()
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dconfig.c898 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, in usb_get_configuration()
928 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, in usb_get_configuration()
994 ret = usb_get_descriptor(dev, USB_DT_BOS, 0, bos, USB_DT_BOS_SIZE); in usb_get_bos_descriptor()
1022 ret = usb_get_descriptor(dev, USB_DT_BOS, 0, buffer, total_len); in usb_get_bos_descriptor()
H A Dmessage.c782 int usb_get_descriptor(struct usb_device *dev, unsigned char type, in usb_get_descriptor() function
809 EXPORT_SYMBOL_GPL(usb_get_descriptor);
1070 ret = usb_get_descriptor(dev, USB_DT_DEVICE, 0, desc, size); in usb_get_device_descriptor()
H A Dhub.c4961 status = usb_get_descriptor(udev, USB_DT_DEVICE_QUALIFIER, 0, in check_highspeed()
5072 length = usb_get_descriptor(udev, USB_DT_CONFIG, index, buf, in descriptors_changed()
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dusbtest.c887 retval = usb_get_descriptor(udev, USB_DT_DEVICE, 0, in ch9_postconfig()
904 retval = usb_get_descriptor(udev, USB_DT_BOS, 0, dev->buf, in ch9_postconfig()
922 retval = usb_get_descriptor(udev, USB_DT_BOS, 0, dev->buf, in ch9_postconfig()
980 retval = usb_get_descriptor(udev, USB_DT_CONFIG, i, in ch9_postconfig()
999 retval = usb_get_descriptor(udev, in ch9_postconfig()
1020 retval = usb_get_descriptor(udev, in ch9_postconfig()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/udl/
H A Dudl_main.c44 total_len = usb_get_descriptor(usbdev, 0x5f, /* vendor specific */ in udl_parse_vendor_descriptor()
/OK3568_Linux_fs/kernel/sound/usb/
H A Dquirks.c608 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, in snd_usb_extigy_boot_quirk()
978 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, in snd_usb_mbox2_boot_quirk()
/OK3568_Linux_fs/kernel/include/linux/
H A Dusb.h1847 extern int usb_get_descriptor(struct usb_device *dev, unsigned char desctype,
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dio_edgeport.c449 if (!usb_get_descriptor(dev, USB_DT_STRING, Id, &StringDesc,
457 if (!usb_get_descriptor(dev, USB_DT_STRING, Id, pStringDesc,
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dudlfb.c1578 total_len = usb_get_descriptor(interface_to_usbdev(intf), in dlfb_parse_vendor_descriptor()
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map