Searched refs:ptp_usb (Results 1 - 4 of 4) sorted by relevance

/external/libmtp/src/
H A Dlibusb-glue.c88 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);
115 static int usb_get_endpoint_status(PTP_USB* ptp_usb, int ep, uint16_t* status);
203 // Do not free() the fields (ptp_usb, params)! These are used elsewhere.
691 * @param ptp_usb the USB device to get information from.
693 void dump_usbinfo(PTP_USB *ptp_usb) argument
702 res = usb_get_driver_np(ptp_usb
736 get_playlist_extension(PTP_USB *ptp_usb) argument
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
1579 init_ptp_usb(PTPParams* params, PTP_USB* ptp_usb, struct usb_device* dev) argument
1633 clear_stall(PTP_USB* ptp_usb) argument
1667 clear_halt(PTP_USB* ptp_usb) argument
1685 close_usb(PTP_USB* ptp_usb) argument
1785 PTP_USB *ptp_usb; local
1890 close_device(PTP_USB *ptp_usb, PTPParams *params) argument
1897 set_usb_device_timeout(PTP_USB *ptp_usb, int timeout) argument
1902 get_usb_device_timeout(PTP_USB *ptp_usb, int *timeout) argument
1907 usb_clear_stall_feature(PTP_USB* ptp_usb, int ep) argument
1915 usb_get_endpoint_status(PTP_USB* ptp_usb, int ep, uint16_t* status) argument
[all...]
H A Dlibusb-glue.h70 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);
78 void get_usb_device_timeout(PTP_USB *ptp_usb, int *timeout);
H A Dlibmtp.c1651 PTP_USB *ptp_usb = data;
1676 PTP_USB *ptp_usb; local
1738 ptp_usb = (PTP_USB*) mtp_device->usbinfo;
1740 ptp_usb->params = current_params;
1809 if(!FLAG_BROKEN_BATTERY_LEVEL(ptp_usb) &&
1972 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; local
1974 close_device(ptp_usb, params);
1980 free(ptp_usb);
2116 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; local
2117 set_usb_device_timeout(ptp_usb, millisecond
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...]
H A Dplaylist-spl.c207 PTP_USB *ptp_usb = (PTP_USB*) device->usbinfo; local
208 if(FLAG_PLAYLIST_SPL_V2(ptp_usb)) ver_major = 2;

Completed in 444 milliseconds