Home
last modified time | relevance | path

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

/external/libmtp/src/
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; in LIBMTP_Get_Supported_Devices_List()
526 if(dev->descriptor.idVendor == mtp_device_table[i].vendor_id && in get_mtp_usb_device_list()
527 dev->descriptor.idProduct == mtp_device_table[i].product_id) { in get_mtp_usb_device_list()
636 if(dev->libusb_device->descriptor.idVendor == mtp_device_table[j].vendor_id && in LIBMTP_Detect_Raw_Devices()
637 dev->libusb_device->descriptor.idProduct == mtp_device_table[j].product_id) { in LIBMTP_Detect_Raw_Devices()
639 retdevs[i].device_entry.vendor = mtp_device_table[j].vendor; in LIBMTP_Detect_Raw_Devices()
640 retdevs[i].device_entry.product = mtp_device_table[j].product; in LIBMTP_Detect_Raw_Devices()
641 retdevs[i].device_entry.device_flags = mtp_device_table[j].device_flags; in LIBMTP_Detect_Raw_Devices()
[all …]