/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | config.c | 910 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, in usb_get_configuration() 940 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, in usb_get_configuration() 1006 ret = usb_get_descriptor(dev, USB_DT_BOS, 0, bos, USB_DT_BOS_SIZE); in usb_get_bos_descriptor() 1034 ret = usb_get_descriptor(dev, USB_DT_BOS, 0, buffer, total_len); in usb_get_bos_descriptor()
|
H A D | message.c | 761 * usb_get_descriptor - issues a generic GET_DESCRIPTOR request 782 int usb_get_descriptor(struct usb_device *dev, unsigned char type, in usb_get_descriptor() function 809 EXPORT_SYMBOL_GPL(usb_get_descriptor); variable 1047 * the device descriptor directly, they can call usb_get_descriptor() with 1062 ret = usb_get_descriptor(udev, USB_DT_DEVICE, 0, desc, sizeof(*desc)); in usb_get_device_descriptor()
|
H A D | hub.c | 5129 status = usb_get_descriptor(udev, USB_DT_DEVICE_QUALIFIER, 0, in check_highspeed() 5240 length = usb_get_descriptor(udev, USB_DT_CONFIG, index, buf, in descriptors_changed()
|
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | config.c | 898 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 D | message.c | 759 * usb_get_descriptor - issues a generic GET_DESCRIPTOR request 781 int usb_get_descriptor(struct usb_device *dev, unsigned char type, in usb_get_descriptor() function 808 EXPORT_SYMBOL_GPL(usb_get_descriptor); variable 1050 * the device descriptor directly, they can call usb_get_descriptor() with 1065 ret = usb_get_descriptor(udev, USB_DT_DEVICE, 0, desc, sizeof(*desc)); in usb_get_device_descriptor()
|
H A D | hub.c | 5144 status = usb_get_descriptor(udev, USB_DT_DEVICE_QUALIFIER, 0, in check_highspeed() 5255 length = usb_get_descriptor(udev, USB_DT_CONFIG, index, buf, in descriptors_changed()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/udl/ |
H A D | udl_main.c | 44 total_len = usb_get_descriptor(usbdev, 0x5f, /* vendor specific */ in udl_parse_vendor_descriptor()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/udl/ |
H A D | udl_main.c | 42 total_len = usb_get_descriptor(udev, 0x5f, /* vendor specific */ in udl_parse_vendor_descriptor()
|
/kernel/linux/linux-5.10/drivers/usb/misc/ |
H A D | usbtest.c | 887 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()
|
/kernel/linux/linux-6.6/drivers/usb/misc/ |
H A D | usbtest.c | 887 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()
|
/kernel/linux/linux-6.6/sound/usb/ |
H A D | quirks.c | 568 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, in snd_usb_extigy_boot_quirk() 572 dev_dbg(&dev->dev, "error usb_get_descriptor: %d\n", err); in snd_usb_extigy_boot_quirk() 938 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, in snd_usb_mbox2_boot_quirk() 942 dev_dbg(&dev->dev, "error usb_get_descriptor: %d\n", err); in snd_usb_mbox2_boot_quirk() 1268 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, in snd_usb_mbox3_boot_quirk() 1272 dev_dbg(&dev->dev, "error usb_get_descriptor: %d\n", err); in snd_usb_mbox3_boot_quirk()
|
/kernel/linux/linux-5.10/sound/usb/ |
H A D | quirks.c | 608 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, in snd_usb_extigy_boot_quirk() 612 dev_dbg(&dev->dev, "error usb_get_descriptor: %d\n", err); in snd_usb_extigy_boot_quirk() 978 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, in snd_usb_mbox2_boot_quirk() 982 dev_dbg(&dev->dev, "error usb_get_descriptor: %d\n", err); in snd_usb_mbox2_boot_quirk()
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | io_edgeport.c | 449 if (!usb_get_descriptor(dev, USB_DT_STRING, Id, &StringDesc, 457 if (!usb_get_descriptor(dev, USB_DT_STRING, Id, pStringDesc,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | usb.h | 1820 extern int usb_get_descriptor(struct usb_device *dev, unsigned char desctype,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | usb.h | 1864 extern int usb_get_descriptor(struct usb_device *dev, unsigned char desctype,
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | udlfb.c | 1580 total_len = usb_get_descriptor(interface_to_usbdev(intf), in dlfb_parse_vendor_descriptor()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | udlfb.c | 1573 total_len = usb_get_descriptor(interface_to_usbdev(intf), in dlfb_parse_vendor_descriptor()
|