Lines Matching refs:mtp_device_table
94 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()
656 mtp_device_table[j].vendor, in LIBMTP_Detect_Raw_Devices()
657 mtp_device_table[j].product); in LIBMTP_Detect_Raw_Devices()