OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rawdevice
(Results
1 - 3
of
3
) sorted by null
/external/libmtp/src/
libusb-glue.h
67
LIBMTP_raw_device_t
rawdevice
;
member in struct:_PTP_USB
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
[
all
...]
libusb-glue.c
717
printf(" Bus location: %d\n", ptp_usb->
rawdevice
.bus_location);
718
printf(" Device number: %d\n", ptp_usb->
rawdevice
.devnum);
720
printf(" Vendor: %s\n", ptp_usb->
rawdevice
.device_entry.vendor);
721
printf(" Vendor id: 0x%04x\n", ptp_usb->
rawdevice
.device_entry.vendor_id);
722
printf(" Product: %s\n", ptp_usb->
rawdevice
.device_entry.product);
723
printf(" Vendor id: 0x%04x\n", ptp_usb->
rawdevice
.device_entry.product_id);
724
printf(" Device flags: 0x%08x\n", ptp_usb->
rawdevice
.device_entry.device_flags);
[
all
...]
libmtp.c
[
all
...]
Completed in 8873 milliseconds