Symbol: usb_get_descriptor
drivers/gpu/drm/udl/udl_main.c
90
ret = usb_get_descriptor(udev, 0x5f, /* vendor specific */
drivers/usb/core/config.c
1057
ret = usb_get_descriptor(dev, USB_DT_BOS, 0, bos, USB_DT_BOS_SIZE);
drivers/usb/core/config.c
1085
ret = usb_get_descriptor(dev, USB_DT_BOS, 0, buffer, total_len);
drivers/usb/core/config.c
956
result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno,
drivers/usb/core/config.c
986
result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno,
drivers/usb/core/hub.c
5243
status = usb_get_descriptor(udev, USB_DT_DEVICE_QUALIFIER, 0,
drivers/usb/core/hub.c
5354
length = usb_get_descriptor(udev, USB_DT_CONFIG, index, buf,
drivers/usb/core/message.c
1123
ret = usb_get_descriptor(udev, USB_DT_DEVICE, 0, desc, sizeof(*desc));
drivers/usb/core/message.c
866
EXPORT_SYMBOL_GPL(usb_get_descriptor);
drivers/usb/misc/usbtest.c
1020
retval = usb_get_descriptor(udev,
drivers/usb/misc/usbtest.c
887
retval = usb_get_descriptor(udev, USB_DT_DEVICE, 0,
drivers/usb/misc/usbtest.c
904
retval = usb_get_descriptor(udev, USB_DT_BOS, 0, dev->buf,
drivers/usb/misc/usbtest.c
922
retval = usb_get_descriptor(udev, USB_DT_BOS, 0, dev->buf,
drivers/usb/misc/usbtest.c
980
retval = usb_get_descriptor(udev, USB_DT_CONFIG, i,
drivers/usb/misc/usbtest.c
999
retval = usb_get_descriptor(udev,
drivers/video/fbdev/udlfb.c
1530
total_len = usb_get_descriptor(interface_to_usbdev(intf),
include/linux/usb.h
1893
extern int usb_get_descriptor(struct usb_device *dev, unsigned char desctype,
sound/usb/quirks.c
1286
err = usb_get_descriptor(dev, USB_DT_DEVICE, 0,
sound/usb/quirks.c
572
err = usb_get_descriptor(dev, USB_DT_DEVICE, 0,
sound/usb/quirks.c
951
err = usb_get_descriptor(dev, USB_DT_DEVICE, 0,