HomeSort by relevance Sort by last modified time
    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 715 printf(" Bus location: %d\n", ptp_usb->rawdevice.bus_location);
716 printf(" Device number: %d\n", ptp_usb->rawdevice.devnum);
718 printf(" Vendor: %s\n", ptp_usb->rawdevice.device_entry.vendor);
719 printf(" Vendor id: 0x%04x\n", ptp_usb->rawdevice.device_entry.vendor_id);
720 printf(" Product: %s\n", ptp_usb->rawdevice.device_entry.product);
721 printf(" Vendor id: 0x%04x\n", ptp_usb->rawdevice.device_entry.product_id);
722 printf(" Device flags: 0x%08x\n", ptp_usb->rawdevice.device_entry.device_flags);
    [all...]
libmtp.c     [all...]

Completed in 36 milliseconds