Searched refs:mtp_device_table (Results 1 - 1 of 1) sorted by relevance

/external/libmtp/src/
H A Dlibusb-glue.c94 static const LIBMTP_device_entry_t mtp_device_table[] = { variable
98 static const int mtp_device_table_size = sizeof(mtp_device_table) / sizeof(LIBMTP_device_entry_t);
137 *devices = (LIBMTP_device_entry_t *) &mtp_device_table;
526 if(dev->descriptor.idVendor == mtp_device_table[i].vendor_id &&
527 dev->descriptor.idProduct == mtp_device_table[i].product_id) {
636 if(dev->libusb_device->descriptor.idVendor == mtp_device_table[j].vendor_id &&
637 dev->libusb_device->descriptor.idProduct == mtp_device_table[j].product_id) {
639 retdevs[i].device_entry.vendor = mtp_device_table[j].vendor;
640 retdevs[i].device_entry.product = mtp_device_table[j].product;
641 retdevs[i].device_entry.device_flags = mtp_device_table[
[all...]

Completed in 393 milliseconds