Searched refs:device_flags (Results 1 – 12 of 12) sorted by relevance
126 ((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 …]
658 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()
679 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()
643 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()
1866 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) &&
1677 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()
527 uint32_t device_flags; /**< Bugs, device specifics etc */ member
2446 uint32_t device_flags; member
47 unsigned device_flags = 0; in GetDeviceOptionsFromEnv() local49 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()
28 optional uint32 device_flags = 6; field
206 __u32 device_flags; member
2535 * src/libmtp.h.in: added device_flags to device list struct.