Searched refs:usb_get_descriptor (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/common/ |
D | usb.c | 554 static int usb_get_descriptor(struct usb_device *dev, unsigned char type, in usb_get_descriptor() function 573 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, buffer, 9); in usb_get_configuration_len() 596 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, buffer, length); in usb_get_configuration_no() 927 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, desc, len); in get_descriptor_len()
|
/external/libusb-compat/libusb/ |
D | usb.h | 297 int usb_get_descriptor(usb_dev_handle *udev, unsigned char type,
|
D | core.c | 874 API_EXPORTED int usb_get_descriptor(usb_dev_handle *dev, unsigned char type, in usb_get_descriptor() function
|
/external/libmtp/src/ |
D | libusb-glue.c | 382 ret = usb_get_descriptor(devh, 0x03, 0xee, buf, sizeof(buf)); in probe_device_descriptor()
|