/linux-4.4.14/drivers/usb/core/ |
H A D | config.c | 706 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, usb_get_configuration() 736 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, usb_get_configuration() 794 ret = usb_get_descriptor(dev, USB_DT_BOS, 0, bos, USB_DT_BOS_SIZE); usb_get_bos_descriptor() 822 ret = usb_get_descriptor(dev, USB_DT_BOS, 0, buffer, total_len); usb_get_bos_descriptor()
|
H A D | message.c | 612 * usb_get_descriptor - issues a generic GET_DESCRIPTOR request 633 int usb_get_descriptor(struct usb_device *dev, unsigned char type, usb_get_descriptor() function 657 EXPORT_SYMBOL_GPL(usb_get_descriptor); variable 894 * the device descriptor directly, they can call usb_get_descriptor() with 913 ret = usb_get_descriptor(dev, USB_DT_DEVICE, 0, desc, size); usb_get_device_descriptor()
|
H A D | hub.c | 4599 status = usb_get_descriptor(udev, USB_DT_DEVICE_QUALIFIER, 0, check_highspeed() 5279 length = usb_get_descriptor(udev, USB_DT_CONFIG, index, buf, descriptors_changed()
|
/linux-4.4.14/drivers/gpu/drm/udl/ |
H A D | udl_main.c | 41 total_len = usb_get_descriptor(usbdev, 0x5f, /* vendor specific */ udl_parse_vendor_descriptor()
|
/linux-4.4.14/drivers/usb/wusbcore/ |
H A D | security.c | 231 result = usb_get_descriptor(usb_dev, USB_DT_SECURITY, wusb_dev_sec_add() 246 result = usb_get_descriptor(usb_dev, USB_DT_SECURITY, wusb_dev_sec_add()
|
H A D | wa-rpipe.c | 74 /* Get the RPIPE descriptor -- we cannot use the usb_get_descriptor() __rpipe_get_descr() 112 /* we cannot use the usb_get_descriptor() function because the __rpipe_set_descr()
|
H A D | devconnect.c | 784 result = usb_get_descriptor(usb_dev, USB_DT_BOS, 0, bos, desc_size); wusb_dev_bos_add() 798 result = usb_get_descriptor(usb_dev, USB_DT_BOS, 0, bos, desc_size); wusb_dev_bos_add()
|
/linux-4.4.14/sound/usb/ |
H A D | quirks.c | 587 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, snd_usb_extigy_boot_quirk() 591 dev_dbg(&dev->dev, "error usb_get_descriptor: %d\n", err); snd_usb_extigy_boot_quirk() 835 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, snd_usb_mbox2_boot_quirk() 839 dev_dbg(&dev->dev, "error usb_get_descriptor: %d\n", err); snd_usb_mbox2_boot_quirk()
|
/linux-4.4.14/drivers/usb/misc/ |
H A D | usbtest.c | 847 retval = usb_get_descriptor(udev, USB_DT_DEVICE, 0, ch9_postconfig() 864 retval = usb_get_descriptor(udev, USB_DT_BOS, 0, dev->buf, ch9_postconfig() 882 retval = usb_get_descriptor(udev, USB_DT_BOS, 0, dev->buf, ch9_postconfig() 940 retval = usb_get_descriptor(udev, USB_DT_CONFIG, i, ch9_postconfig() 959 retval = usb_get_descriptor(udev, ch9_postconfig() 980 retval = usb_get_descriptor(udev, ch9_postconfig()
|
/linux-4.4.14/drivers/usb/serial/ |
H A D | io_edgeport.c | 373 if (!usb_get_descriptor(dev, USB_DT_STRING, Id, &StringDesc, 381 if (!usb_get_descriptor(dev, USB_DT_STRING, Id, pStringDesc,
|
/linux-4.4.14/drivers/video/fbdev/ |
H A D | udlfb.c | 1515 total_len = usb_get_descriptor(interface_to_usbdev(interface), dlfb_parse_vendor_descriptor()
|
/linux-4.4.14/include/linux/ |
H A D | usb.h | 1695 extern int usb_get_descriptor(struct usb_device *dev, unsigned char desctype,
|