Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/core/
Dconfig.c706 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, in usb_get_configuration()
736 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, in usb_get_configuration()
794 ret = usb_get_descriptor(dev, USB_DT_BOS, 0, bos, USB_DT_BOS_SIZE); in usb_get_bos_descriptor()
822 ret = usb_get_descriptor(dev, USB_DT_BOS, 0, buffer, total_len); in usb_get_bos_descriptor()
Dmessage.c633 int usb_get_descriptor(struct usb_device *dev, unsigned char type, in usb_get_descriptor() function
657 EXPORT_SYMBOL_GPL(usb_get_descriptor);
913 ret = usb_get_descriptor(dev, USB_DT_DEVICE, 0, desc, size); in usb_get_device_descriptor()
Dhub.c4559 status = usb_get_descriptor (udev, USB_DT_DEVICE_QUALIFIER, 0, in check_highspeed()
5239 length = usb_get_descriptor(udev, USB_DT_CONFIG, index, buf, in descriptors_changed()
/linux-4.1.27/drivers/usb/wusbcore/
Dsecurity.c231 result = usb_get_descriptor(usb_dev, USB_DT_SECURITY, in wusb_dev_sec_add()
246 result = usb_get_descriptor(usb_dev, USB_DT_SECURITY, in wusb_dev_sec_add()
Ddevconnect.c784 result = usb_get_descriptor(usb_dev, USB_DT_BOS, 0, bos, desc_size); in wusb_dev_bos_add()
798 result = usb_get_descriptor(usb_dev, USB_DT_BOS, 0, bos, desc_size); in wusb_dev_bos_add()
/linux-4.1.27/drivers/gpu/drm/udl/
Dudl_main.c41 total_len = usb_get_descriptor(usbdev, 0x5f, /* vendor specific */ in udl_parse_vendor_descriptor()
/linux-4.1.27/drivers/usb/misc/
Dusbtest.c834 retval = usb_get_descriptor(udev, USB_DT_DEVICE, 0, in ch9_postconfig()
851 retval = usb_get_descriptor(udev, USB_DT_BOS, 0, dev->buf, in ch9_postconfig()
869 retval = usb_get_descriptor(udev, USB_DT_BOS, 0, dev->buf, in ch9_postconfig()
927 retval = usb_get_descriptor(udev, USB_DT_CONFIG, i, in ch9_postconfig()
946 retval = usb_get_descriptor(udev, in ch9_postconfig()
967 retval = usb_get_descriptor(udev, in ch9_postconfig()
/linux-4.1.27/sound/usb/
Dquirks.c580 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, in snd_usb_extigy_boot_quirk()
828 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, in snd_usb_mbox2_boot_quirk()
/linux-4.1.27/include/linux/
Dusb.h1686 extern int usb_get_descriptor(struct usb_device *dev, unsigned char desctype,
/linux-4.1.27/drivers/usb/serial/
Dio_edgeport.c373 if (!usb_get_descriptor(dev, USB_DT_STRING, Id, &StringDesc,
381 if (!usb_get_descriptor(dev, USB_DT_STRING, Id, pStringDesc,
/linux-4.1.27/drivers/video/fbdev/
Dudlfb.c1516 total_len = usb_get_descriptor(interface_to_usbdev(interface), in dlfb_parse_vendor_descriptor()