Home
last modified time | relevance | path

Searched refs:device_flags (Results 1 – 10 of 10) 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.c633 retdevs[i].device_entry.device_flags = 0x00000000U; 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()
724 printf(" Device flags: 0x%08x\n", ptp_usb->rawdevice.device_entry.device_flags); in dump_usbinfo()
Dlibmtp.h481 uint32_t device_flags; /**< Bugs, device specifics etc */ member
Dlibmtp.h.in479 uint32_t device_flags; /**< Bugs, device specifics etc */ member
Dptp.h1904 uint32_t device_flags; member
Dlibmtp.c1703 current_params->device_flags = rawdevice->device_entry.device_flags; in LIBMTP_Open_Raw_Device()
Dptp.c4847 if (params->device_flags & DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST) { in ptp_object_want()
/external/cros/system_api/dbus/
Dmtp_storage_info.proto28 optional uint32 device_flags = 6; field
/external/kernel-headers/original/uapi/linux/
Di2o-dev.h205 __u32 device_flags; member
/external/libmtp/
DChangeLog2316 * src/libmtp.h.in: added device_flags to device list struct.