usb_get_descriptor
ret = usb_get_descriptor(udev, 0x5f, /* vendor specific */
ret = usb_get_descriptor(dev, USB_DT_BOS, 0, bos, USB_DT_BOS_SIZE);
ret = usb_get_descriptor(dev, USB_DT_BOS, 0, buffer, total_len);
result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno,
result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno,
status = usb_get_descriptor(udev, USB_DT_DEVICE_QUALIFIER, 0,
length = usb_get_descriptor(udev, USB_DT_CONFIG, index, buf,
ret = usb_get_descriptor(udev, USB_DT_DEVICE, 0, desc, sizeof(*desc));
EXPORT_SYMBOL_GPL(usb_get_descriptor);
retval = usb_get_descriptor(udev,
retval = usb_get_descriptor(udev, USB_DT_DEVICE, 0,
retval = usb_get_descriptor(udev, USB_DT_BOS, 0, dev->buf,
retval = usb_get_descriptor(udev, USB_DT_BOS, 0, dev->buf,
retval = usb_get_descriptor(udev, USB_DT_CONFIG, i,
retval = usb_get_descriptor(udev,
total_len = usb_get_descriptor(interface_to_usbdev(intf),
extern int usb_get_descriptor(struct usb_device *dev, unsigned char desctype,
err = usb_get_descriptor(dev, USB_DT_DEVICE, 0,
err = usb_get_descriptor(dev, USB_DT_DEVICE, 0,
err = usb_get_descriptor(dev, USB_DT_DEVICE, 0,