Home
last modified time | relevance | path

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

/external/libmtp/src/
Dlibusb-glue.c589 LIBMTP_raw_device_t *retdevs; in LIBMTP_Detect_Raw_Devices() local
616 retdevs = (LIBMTP_raw_device_t *) malloc(sizeof(LIBMTP_raw_device_t) * devs); in LIBMTP_Detect_Raw_Devices()
617 if (retdevs == NULL) { in LIBMTP_Detect_Raw_Devices()
629 retdevs[i].device_entry.vendor = NULL; in LIBMTP_Detect_Raw_Devices()
630 retdevs[i].device_entry.vendor_id = dev->libusb_device->descriptor.idVendor; in LIBMTP_Detect_Raw_Devices()
631 retdevs[i].device_entry.product = NULL; in LIBMTP_Detect_Raw_Devices()
632 retdevs[i].device_entry.product_id = dev->libusb_device->descriptor.idProduct; in LIBMTP_Detect_Raw_Devices()
633 retdevs[i].device_entry.device_flags = 0x00000000U; 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()
[all …]