Searched refs:usb_get_descriptor (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/usb/core/ |
D | config.c | 839 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, in usb_get_configuration() 869 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, in usb_get_configuration() 938 ret = usb_get_descriptor(dev, USB_DT_BOS, 0, bos, USB_DT_BOS_SIZE); in usb_get_bos_descriptor() 966 ret = usb_get_descriptor(dev, USB_DT_BOS, 0, buffer, total_len); in usb_get_bos_descriptor()
|
D | message.c | 637 int usb_get_descriptor(struct usb_device *dev, unsigned char type, in usb_get_descriptor() function 661 EXPORT_SYMBOL_GPL(usb_get_descriptor); 917 ret = usb_get_descriptor(dev, USB_DT_DEVICE, 0, desc, size); in usb_get_device_descriptor()
|
D | hub.c | 4804 status = usb_get_descriptor(udev, USB_DT_DEVICE_QUALIFIER, 0, in check_highspeed() 5496 length = usb_get_descriptor(udev, USB_DT_CONFIG, index, buf, in descriptors_changed()
|
/Linux-v4.19/drivers/usb/wusbcore/ |
D | security.c | 218 result = usb_get_descriptor(usb_dev, USB_DT_SECURITY, in wusb_dev_sec_add() 234 result = usb_get_descriptor(usb_dev, USB_DT_SECURITY, in wusb_dev_sec_add()
|
D | devconnect.c | 770 result = usb_get_descriptor(usb_dev, USB_DT_BOS, 0, bos, desc_size); in wusb_dev_bos_add() 784 result = usb_get_descriptor(usb_dev, USB_DT_BOS, 0, bos, desc_size); in wusb_dev_bos_add()
|
/Linux-v4.19/drivers/usb/misc/ |
D | usbtest.c | 879 retval = usb_get_descriptor(udev, USB_DT_DEVICE, 0, in ch9_postconfig() 896 retval = usb_get_descriptor(udev, USB_DT_BOS, 0, dev->buf, in ch9_postconfig() 914 retval = usb_get_descriptor(udev, USB_DT_BOS, 0, dev->buf, in ch9_postconfig() 972 retval = usb_get_descriptor(udev, USB_DT_CONFIG, i, in ch9_postconfig() 991 retval = usb_get_descriptor(udev, in ch9_postconfig() 1012 retval = usb_get_descriptor(udev, in ch9_postconfig()
|
/Linux-v4.19/drivers/gpu/drm/udl/ |
D | udl_main.c | 44 total_len = usb_get_descriptor(usbdev, 0x5f, /* vendor specific */ in udl_parse_vendor_descriptor()
|
/Linux-v4.19/sound/usb/ |
D | quirks.c | 587 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, in snd_usb_extigy_boot_quirk() 835 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, in snd_usb_mbox2_boot_quirk()
|
/Linux-v4.19/include/linux/ |
D | usb.h | 1788 extern int usb_get_descriptor(struct usb_device *dev, unsigned char desctype,
|
/Linux-v4.19/drivers/usb/serial/ |
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,
|
/Linux-v4.19/drivers/video/fbdev/ |
D | udlfb.c | 1551 total_len = usb_get_descriptor(interface_to_usbdev(intf), in dlfb_parse_vendor_descriptor()
|