Searched defs:probe_device_descriptor (Results 1 - 1 of 1) sorted by relevance

/external/libmtp/src/
H A Dlibusb-glue.c221 static int probe_device_descriptor(struct usb_device *dev, FILE *dumpfile) function
308 static int probe_device_descriptor(struct usb_device *dev, FILE *dumpfile) function
391 printf("dev->config is NULL in probe_device_descriptor yet dev->descriptor.bNumConfigurations > 0\n");
538 if (probe_device_descriptor(dev, NULL)) {
725 (void) probe_device_descriptor(dev, stdout);
1832 (void) probe_device_descriptor(libusb_device, NULL);

Completed in 74 milliseconds