OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:device_flags
(Results
1 - 11
of
11
) 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
631
retdevs[i].device_entry.
device_flags
= 0x00000000U;
639
retdevs[i].device_entry.
device_flags
= mtp_device_table[j].
device_flags
;
643
retdevs[i].device_entry.
device_flags
|= DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST|
722
printf(" Device flags: 0x%08x\n", ptp_usb->rawdevice.device_entry.
device_flags
);
[
all
...]
libmtp.h
480
uint32_t
device_flags
; /**< Bugs, device specifics etc */
member in struct:LIBMTP_device_entry_struct
[
all
...]
libmtp.h.in
479
uint32_t
device_flags
; /**< Bugs, device specifics etc */
ptp.h
1904
uint32_t
device_flags
;
member in struct:_PTPParams
[
all
...]
libmtp.c
[
all
...]
ptp.c
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
i2o-dev.h
205
__u32
device_flags
;
member in struct:_i2o_lct_entry
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
i2o-dev.h
205
__u32
device_flags
;
member in struct:_i2o_lct_entry
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
i2o-dev.h
205
__u32
device_flags
;
member in struct:_i2o_lct_entry
/external/libmtp/
ChangeLog
[
all
...]
Completed in 3455 milliseconds