Searched refs:PTP_USB (Results 1 – 6 of 6) sorted by relevance
/external/libmtp/src/ |
D | libusb-glue.h | 49 typedef struct _PTP_USB PTP_USB; typedef 70 int open_device (int busn, int devn, short force, PTP_USB *ptp_usb, PTPParams *params, struct usb_d… 71 void dump_usbinfo(PTP_USB *ptp_usb); 72 const char *get_playlist_extension(PTP_USB *ptp_usb); 73 void close_device(PTP_USB *ptp_usb, PTPParams *params); 77 void set_usb_device_timeout(PTP_USB *ptp_usb, int timeout); 78 void get_usb_device_timeout(PTP_USB *ptp_usb, int *timeout);
|
D | libusb-glue.c | 88 PTP_USB *ptp_usb; 102 static void close_usb(PTP_USB* ptp_usb); 110 static void clear_stall(PTP_USB* ptp_usb); 111 static int init_ptp_usb (PTPParams* params, PTP_USB* ptp_usb, struct usb_device* dev); 114 static int usb_clear_stall_feature(PTP_USB* ptp_usb, int ep); 115 static int usb_get_endpoint_status(PTP_USB* ptp_usb, int ep, uint16_t* status); 693 void dump_usbinfo(PTP_USB *ptp_usb) in dump_usbinfo() 736 const char *get_playlist_extension(PTP_USB *ptp_usb) in get_playlist_extension() 814 PTP_USB *ptp_usb = (PTP_USB *)data; in ptp_read_func() 938 PTP_USB *ptp_usb = (PTP_USB *)data; in ptp_write_func() [all …]
|
D | libmtp.c | 1676 PTP_USB *ptp_usb; in LIBMTP_Open_Raw_Device() 1738 ptp_usb = (PTP_USB*) mtp_device->usbinfo; in LIBMTP_Open_Raw_Device() 1972 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; in LIBMTP_Release_Device() 2116 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; in LIBMTP_Set_Device_Timeout() 2122 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; in LIBMTP_Get_Device_Timeout() 2146 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; in get_all_metadata_fast() 2316 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; in obj2file() 2511 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; in LIBMTP_Get_Files_And_Folders() 2541 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; in flush_handles() 2861 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; in LIBMTP_Dump_Device_Info() [all …]
|
D | playlist-spl.c | 207 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; in playlist_t_to_spl()
|
D | libmtp.h.in | 566 * \c (PTP_USB*) before internal use.
|
/external/libmtp/ |
D | ChangeLog | 686 * src/libusb-glue.c: refactor PTP_USB to use the raw
|