Home
last modified time | relevance | path

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

/external/libmtp/src/
Dlibusb-glue.h82 ((a)->rawdevice.device_entry.device_flags & DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL)
84 ((a)->rawdevice.device_entry.device_flags & DEVICE_FLAG_UNLOAD_DRIVER)
86 ((a)->rawdevice.device_entry.device_flags & DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST)
88 ((a)->rawdevice.device_entry.device_flags & DEVICE_FLAG_NO_ZERO_READS)
90 ((a)->rawdevice.device_entry.device_flags & DEVICE_FLAG_IRIVER_OGG_ALZHEIMER)
92 ((a)->rawdevice.device_entry.device_flags & DEVICE_FLAG_ONLY_7BIT_FILENAMES)
94 ((a)->rawdevice.device_entry.device_flags & DEVICE_FLAG_NO_RELEASE_INTERFACE)
96 ((a)->rawdevice.device_entry.device_flags & DEVICE_FLAG_IGNORE_HEADER_ERRORS)
98 ((a)->rawdevice.device_entry.device_flags & DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST)
100 ((a)->rawdevice.device_entry.device_flags & DEVICE_FLAG_OGG_IS_UNKNOWN)
[all …]
Dlibusb-glue.c629 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()
641 retdevs[i].device_entry.device_flags = mtp_device_table[j].device_flags; in LIBMTP_Detect_Raw_Devices()
645 retdevs[i].device_entry.device_flags |= DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST| in LIBMTP_Detect_Raw_Devices()
720 printf(" Vendor: %s\n", ptp_usb->rawdevice.device_entry.vendor); in dump_usbinfo()
[all …]
Dlibmtp.h489 LIBMTP_device_entry_t device_entry; /**< The device entry for this raw device */ member
Dlibmtp.h.in487 LIBMTP_device_entry_t device_entry; /**< The device entry for this raw device */ member
Dlibmtp.c1703 current_params->device_flags = rawdevice->device_entry.device_flags; in LIBMTP_Open_Raw_Device()
/external/libmtp/examples/
Ddetect.c89 if (rawdevices[i].device_entry.vendor != NULL || in main()
90 rawdevices[i].device_entry.product != NULL) { in main()
92 rawdevices[i].device_entry.vendor, in main()
93 rawdevices[i].device_entry.product, in main()
94 rawdevices[i].device_entry.vendor_id, in main()
95 rawdevices[i].device_entry.product_id, in main()
100 rawdevices[i].device_entry.vendor_id, in main()
101 rawdevices[i].device_entry.product_id, in main()