Home
last modified time | relevance | path

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

/external/libmtp/src/
Dlibusb-glue.h126 ((a)->rawdevice.device_entry.device_flags & DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL)
128 ((a)->rawdevice.device_entry.device_flags & DEVICE_FLAG_UNLOAD_DRIVER)
130 ((a)->rawdevice.device_entry.device_flags & DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST)
132 ((a)->rawdevice.device_entry.device_flags & DEVICE_FLAG_NO_ZERO_READS)
134 ((a)->rawdevice.device_entry.device_flags & DEVICE_FLAG_IRIVER_OGG_ALZHEIMER)
136 ((a)->rawdevice.device_entry.device_flags & DEVICE_FLAG_ONLY_7BIT_FILENAMES)
138 ((a)->rawdevice.device_entry.device_flags & DEVICE_FLAG_NO_RELEASE_INTERFACE)
140 ((a)->rawdevice.device_entry.device_flags & DEVICE_FLAG_IGNORE_HEADER_ERRORS)
142 ((a)->rawdevice.device_entry.device_flags & DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST)
144 ((a)->rawdevice.device_entry.device_flags & DEVICE_FLAG_OGG_IS_UNKNOWN)
[all …]
Dlibusb-glue.c658 retdevs[i].device_entry.device_flags = 0x00000000U; in LIBMTP_Detect_Raw_Devices()
666 retdevs[i].device_entry.device_flags = mtp_device_table[j].device_flags; in LIBMTP_Detect_Raw_Devices()
731 LIBMTP_INFO(" Device flags: 0x%08x\n", ptp_usb->rawdevice.device_entry.device_flags); in dump_usbinfo()
Dlibusb1-glue.c679 retdevs[i].device_entry.device_flags = 0x00000000U; in LIBMTP_Detect_Raw_Devices()
687 retdevs[i].device_entry.device_flags = mtp_device_table[j].device_flags; in LIBMTP_Detect_Raw_Devices()
746 LIBMTP_INFO(" Device flags: 0x%08x\n", ptp_usb->rawdevice.device_entry.device_flags); in dump_usbinfo()
Dlibopenusb1-glue.c643 retdevs[i].device_entry.device_flags = 0x00000000U; in LIBMTP_Detect_Raw_Devices()
651 retdevs[i].device_entry.device_flags = mtp_device_table[j].device_flags; in LIBMTP_Detect_Raw_Devices()
704 LIBMTP_INFO(" Device flags: 0x%08x\n", ptp_usb->rawdevice.device_entry.device_flags); in dump_usbinfo()
Dlibmtp.c1866 current_params->device_flags = rawdevice->device_entry.device_flags; in LIBMTP_Open_Raw_Device_Uncached()
1969 ptp_usb->rawdevice.device_entry.device_flags |= DEVICE_FLAGS_ARICENT_BUGS; in LIBMTP_Open_Raw_Device_Uncached()
1976 ptp_usb->rawdevice.device_entry.device_flags |= DEVICE_FLAGS_ANDROID_BUGS; in LIBMTP_Open_Raw_Device_Uncached()
1980 ptp_usb->rawdevice.device_entry.device_flags |= DEVICE_FLAGS_SONY_NWZ_BUGS; in LIBMTP_Open_Raw_Device_Uncached()
1993 ptp_usb->rawdevice.device_entry.device_flags &= in LIBMTP_Open_Raw_Device_Uncached()
2003 ptp_usb->rawdevice.device_entry.device_flags &= in LIBMTP_Open_Raw_Device_Uncached()
7400 if (!(params->device_flags & DEVICE_FLAG_BROKEN_SEND_OBJECT_PROPLIST) &&
Dptp.c1677 if (params->device_flags & DEVICE_FLAG_OLYMPUS_XML_WRAPPED) { in ptp_getdevicepropdesc()
6648 if (params->device_flags & DEVICE_FLAG_PROPLIST_OVERRIDES_OI) in ptp_object_want()
6709 if (params->device_flags & DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST) { in ptp_object_want()
6728 if (params->device_flags & DEVICE_FLAG_PROPLIST_OVERRIDES_OI) { in ptp_object_want()
Dlibmtp.h.in527 uint32_t device_flags; /**< Bugs, device specifics etc */ member
Dptp.h2446 uint32_t device_flags; member
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_platform.cc47 unsigned device_flags = 0; in GetDeviceOptionsFromEnv() local
49 device_flags = perftools::gputools::DeviceOptions::kScheduleSpin; in GetDeviceOptionsFromEnv()
51 device_flags = perftools::gputools::DeviceOptions::kScheduleYield; in GetDeviceOptionsFromEnv()
53 device_flags = perftools::gputools::DeviceOptions::kScheduleBlockingSync; in GetDeviceOptionsFromEnv()
62 return perftools::gputools::DeviceOptions(device_flags); in GetDeviceOptionsFromEnv()
/external/cros/system_api/dbus/
Dmtp_storage_info.proto28 optional uint32 device_flags = 6; field
/external/kernel-headers/original/uapi/linux/
Di2o-dev.h206 __u32 device_flags; member
/external/libmtp/
DChangeLog2535 * src/libmtp.h.in: added device_flags to device list struct.