Home
last modified time | relevance | path

Searched refs:PTP_OC_ResetDevice (Results 1 – 3 of 3) sorted by relevance

/external/libmtp/src/
Dptp.h201 #define PTP_OC_ResetDevice 0x1010 macro
2627 #define ptp_resetdevice(params) ptp_generic_no_data(params,PTP_OC_ResetDevice,0)
Dptp.c5934 {PTP_OC_ResetDevice,N_("Reset device")},
Dlibmtp.c3564 if (!ptp_operation_issupported(params,PTP_OC_ResetDevice)) { in LIBMTP_Reset_Device()