HomeSort by relevance Sort by last modified time
    Searched refs:device_entry (Results 1 - 6 of 6) sorted by null

  /external/libmtp/src/
libusb-glue.h 82 ((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...]
libusb-glue.c 627 retdevs[i].device_entry.vendor = NULL;
628 retdevs[i].device_entry.vendor_id = dev->libusb_device->descriptor.idVendor;
629 retdevs[i].device_entry.product = NULL;
630 retdevs[i].device_entry.product_id = dev->libusb_device->descriptor.idProduct;
631 retdevs[i].device_entry.device_flags = 0x00000000U;
637 retdevs[i].device_entry.vendor = mtp_device_table[j].vendor;
638 retdevs[i].device_entry.product = mtp_device_table[j].product;
639 retdevs[i].device_entry.device_flags = mtp_device_table[j].device_flags;
643 retdevs[i].device_entry.device_flags |= DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST|
718 printf(" Vendor: %s\n", ptp_usb->rawdevice.device_entry.vendor)
    [all...]
libmtp.h 488 LIBMTP_device_entry_t device_entry; /**< The device entry for this raw device */ member in struct:LIBMTP_raw_device_struct
    [all...]
libmtp.h.in 487 LIBMTP_device_entry_t device_entry; /**< The device entry for this raw device */
libmtp.c     [all...]
  /external/libmtp/examples/
detect.c 89 if (rawdevices[i].device_entry.vendor != NULL ||
90 rawdevices[i].device_entry.product != NULL) {
92 rawdevices[i].device_entry.vendor,
93 rawdevices[i].device_entry.product,
94 rawdevices[i].device_entry.vendor_id,
95 rawdevices[i].device_entry.product_id,
100 rawdevices[i].device_entry.vendor_id,
101 rawdevices[i].device_entry.product_id,

Completed in 64 milliseconds