Searched refs:LIBMTP_raw_device_t (Results 1 - 6 of 6) sorted by relevance

/external/libmtp/src/
H A Dlibusb-glue.h67 LIBMTP_raw_device_t rawdevice;
74 LIBMTP_error_number_t configure_usb_device(LIBMTP_raw_device_t *device,
H A Dlibmtp.h403 typedef struct LIBMTP_raw_device_struct LIBMTP_raw_device_t; /**< @see LIBMTP_raw_device_struct */ typedef in typeref:struct:LIBMTP_raw_device_struct
739 LIBMTP_error_number_t LIBMTP_Detect_Raw_Devices(LIBMTP_raw_device_t **, int *);
740 LIBMTP_mtpdevice_t *LIBMTP_Open_Raw_Device(LIBMTP_raw_device_t *);
H A Dlibmtp.h.in402 typedef struct LIBMTP_raw_device_struct LIBMTP_raw_device_t; /**< @see LIBMTP_raw_device_struct */
738 LIBMTP_error_number_t LIBMTP_Detect_Raw_Devices(LIBMTP_raw_device_t **, int *);
739 LIBMTP_mtpdevice_t *LIBMTP_Open_Raw_Device(LIBMTP_raw_device_t *);
H A Dlibusb-glue.c581 LIBMTP_error_number_t LIBMTP_Detect_Raw_Devices(LIBMTP_raw_device_t ** devices,
587 LIBMTP_raw_device_t *retdevs;
614 retdevs = (LIBMTP_raw_device_t *) malloc(sizeof(LIBMTP_raw_device_t) * devs);
1779 LIBMTP_error_number_t configure_usb_device(LIBMTP_raw_device_t *device,
1822 memcpy(&ptp_usb->rawdevice, device, sizeof(LIBMTP_raw_device_t));
H A Dlibmtp.c1601 LIBMTP_raw_device_t *devices;
1671 LIBMTP_mtpdevice_t *LIBMTP_Open_Raw_Device(LIBMTP_raw_device_t *rawdevice)
1868 static LIBMTP_mtpdevice_t * create_usb_mtp_devices(LIBMTP_raw_device_t *devices, int numdevs)
1920 LIBMTP_raw_device_t *devices;
/external/libmtp/examples/
H A Ddetect.c62 LIBMTP_raw_device_t * rawdevices;

Completed in 89 milliseconds