/external/libmtp/src/ |
libusb-glue.h | 49 typedef struct _PTP_USB PTP_USB; 70 int open_device (int busn, int devn, short force, PTP_USB *ptp_usb, PTPParams *params, struct usb_device **dev); 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) [all...] |
libusb-glue.c | 88 PTP_USB *ptp_usb; member in struct:mtpdevice_list_struct 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) 814 PTP_USB *ptp_usb = (PTP_USB *)data; local 938 PTP_USB *ptp_usb = (PTP_USB *)data; local 1266 PTP_USB *ptp_usb = (PTP_USB *) params->data; local 1433 PTP_USB *ptp_usb = (PTP_USB *)(params->data); local 1505 PTP_USB *ptp_usb = (PTP_USB *)(params->data); local 1565 PTP_USB *ptp_usb = (PTP_USB *)(params->data); local 1785 PTP_USB *ptp_usb; local [all...] |
libmtp.c | 1676 PTP_USB *ptp_usb; local 1972 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; local 2116 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; local 2122 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; local 2146 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; local 2316 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; local 2511 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; local 2541 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; local 2861 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; local 3506 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; local 3655 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; local 3914 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; local 4466 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; local 4576 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; local 4787 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; local 4858 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; local 5375 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; local 5478 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; local 5555 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; local 5840 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; local 6243 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; local 6768 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; local 6885 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; local 6963 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; local 7058 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; local 7369 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; local 7583 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; local 7637 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; local 8178 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; local [all...] |
playlist-spl.c | 207 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; local 208 if(FLAG_PLAYLIST_SPL_V2(ptp_usb)) ver_major = 2;
|