Home
last modified time | relevance | path

Searched refs:rawdevice (Results 1 – 3 of 3) sorted by relevance

/external/libmtp/src/
Dlibusb-glue.h67 LIBMTP_raw_device_t rawdevice; member
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 …]
Dlibusb-glue.c717 printf(" Bus location: %d\n", ptp_usb->rawdevice.bus_location); in dump_usbinfo()
718 printf(" Device number: %d\n", ptp_usb->rawdevice.devnum); in dump_usbinfo()
720 printf(" Vendor: %s\n", ptp_usb->rawdevice.device_entry.vendor); in dump_usbinfo()
721 printf(" Vendor id: 0x%04x\n", ptp_usb->rawdevice.device_entry.vendor_id); in dump_usbinfo()
722 printf(" Product: %s\n", ptp_usb->rawdevice.device_entry.product); in dump_usbinfo()
723 printf(" Vendor id: 0x%04x\n", ptp_usb->rawdevice.device_entry.product_id); in dump_usbinfo()
724 printf(" Device flags: 0x%08x\n", ptp_usb->rawdevice.device_entry.device_flags); in dump_usbinfo()
1824 memcpy(&ptp_usb->rawdevice, device, sizeof(LIBMTP_raw_device_t)); in configure_usb_device()
Dlibmtp.c1671 LIBMTP_mtpdevice_t *LIBMTP_Open_Raw_Device(LIBMTP_raw_device_t *rawdevice) in LIBMTP_Open_Raw_Device() argument
1691 rawdevice->devnum, rawdevice->bus_location); in LIBMTP_Open_Raw_Device()
1703 current_params->device_flags = rawdevice->device_entry.device_flags; in LIBMTP_Open_Raw_Device()
1730 err = configure_usb_device(rawdevice, in LIBMTP_Open_Raw_Device()
1748 rawdevice->devnum, rawdevice->bus_location); in LIBMTP_Open_Raw_Device()