HomeSort by relevance Sort by last modified time
    Searched refs:usb_get_descriptor (Results 1 - 4 of 4) sorted by null

  /external/libusb-compat/libusb/
usb.h 297 int usb_get_descriptor(usb_dev_handle *udev, unsigned char type,
core.c 874 API_EXPORTED int usb_get_descriptor(usb_dev_handle *dev, unsigned char type, function
  /external/u-boot/common/
usb.c 554 static int usb_get_descriptor(struct usb_device *dev, unsigned char type, function
573 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, buffer, 9);
596 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, buffer, length);
927 err = usb_get_descriptor(dev, USB_DT_DEVICE, 0, desc, len);
    [all...]
  /external/libmtp/src/
libusb-glue.c 382 ret = usb_get_descriptor(devh, 0x03, 0xee, buf, sizeof(buf));
    [all...]

Completed in 421 milliseconds