Searched refs:rawdevice (Results 1 – 5 of 5) sorted by relevance
/external/libmtp/src/ |
D | libusb-glue.h | 111 LIBMTP_raw_device_t rawdevice; member 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) [all …]
|
D | libusb-glue.c | 724 LIBMTP_INFO(" Bus location: %d\n", ptp_usb->rawdevice.bus_location); in dump_usbinfo() 725 LIBMTP_INFO(" Device number: %d\n", ptp_usb->rawdevice.devnum); in dump_usbinfo() 727 LIBMTP_INFO(" Vendor: %s\n", ptp_usb->rawdevice.device_entry.vendor); in dump_usbinfo() 728 LIBMTP_INFO(" Vendor id: 0x%04x\n", ptp_usb->rawdevice.device_entry.vendor_id); in dump_usbinfo() 729 LIBMTP_INFO(" Product: %s\n", ptp_usb->rawdevice.device_entry.product); in dump_usbinfo() 730 LIBMTP_INFO(" Vendor id: 0x%04x\n", ptp_usb->rawdevice.device_entry.product_id); in dump_usbinfo() 731 LIBMTP_INFO(" Device flags: 0x%08x\n", ptp_usb->rawdevice.device_entry.device_flags); in dump_usbinfo() 831 uint16_t ptp_dev_vendor_id = ptp_usb->rawdevice.device_entry.vendor_id; in ptp_read_func() 1998 memcpy(&ptp_usb->rawdevice, device, sizeof(LIBMTP_raw_device_t)); in configure_usb_device()
|
D | libopenusb1-glue.c | 697 LIBMTP_INFO(" Bus location: %d\n", ptp_usb->rawdevice.bus_location); in dump_usbinfo() 698 LIBMTP_INFO(" Device number: %d\n", ptp_usb->rawdevice.devnum); in dump_usbinfo() 700 LIBMTP_INFO(" Vendor: %s\n", ptp_usb->rawdevice.device_entry.vendor); in dump_usbinfo() 701 LIBMTP_INFO(" Vendor id: 0x%04x\n", ptp_usb->rawdevice.device_entry.vendor_id); in dump_usbinfo() 702 LIBMTP_INFO(" Product: %s\n", ptp_usb->rawdevice.device_entry.product); in dump_usbinfo() 703 LIBMTP_INFO(" Vendor id: 0x%04x\n", ptp_usb->rawdevice.device_entry.product_id); in dump_usbinfo() 704 LIBMTP_INFO(" Device flags: 0x%08x\n", ptp_usb->rawdevice.device_entry.device_flags); in dump_usbinfo() 799 uint16_t ptp_dev_vendor_id = ptp_usb->rawdevice.device_entry.vendor_id; in ptp_read_func() 2108 memcpy(&ptp_usb->rawdevice, device, sizeof (LIBMTP_raw_device_t)); in configure_usb_device()
|
D | libusb1-glue.c | 739 LIBMTP_INFO(" Bus location: %d\n", ptp_usb->rawdevice.bus_location); in dump_usbinfo() 740 LIBMTP_INFO(" Device number: %d\n", ptp_usb->rawdevice.devnum); in dump_usbinfo() 742 LIBMTP_INFO(" Vendor: %s\n", ptp_usb->rawdevice.device_entry.vendor); in dump_usbinfo() 743 LIBMTP_INFO(" Vendor id: 0x%04x\n", ptp_usb->rawdevice.device_entry.vendor_id); in dump_usbinfo() 744 LIBMTP_INFO(" Product: %s\n", ptp_usb->rawdevice.device_entry.product); in dump_usbinfo() 745 LIBMTP_INFO(" Vendor id: 0x%04x\n", ptp_usb->rawdevice.device_entry.product_id); in dump_usbinfo() 746 LIBMTP_INFO(" Device flags: 0x%08x\n", ptp_usb->rawdevice.device_entry.device_flags); in dump_usbinfo() 847 uint16_t ptp_dev_vendor_id = ptp_usb->rawdevice.device_entry.vendor_id; in ptp_read_func() 2138 memcpy(&ptp_usb->rawdevice, device, sizeof(LIBMTP_raw_device_t)); in configure_usb_device()
|
D | libmtp.c | 1832 LIBMTP_mtpdevice_t *LIBMTP_Open_Raw_Device_Uncached(LIBMTP_raw_device_t *rawdevice) in LIBMTP_Open_Raw_Device_Uncached() argument 1851 rawdevice->devnum, rawdevice->bus_location); in LIBMTP_Open_Raw_Device_Uncached() 1866 current_params->device_flags = rawdevice->device_entry.device_flags; in LIBMTP_Open_Raw_Device_Uncached() 1893 err = configure_usb_device(rawdevice, in LIBMTP_Open_Raw_Device_Uncached() 1910 rawdevice->devnum, rawdevice->bus_location); in LIBMTP_Open_Raw_Device_Uncached() 1924 rawdevice->devnum, rawdevice->bus_location); 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() [all …]
|