Home
last modified time | relevance | path

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

/external/libmtp/src/
Dptp.h188 #define PTP_OC_ResetDevice 0x1010 macro
2028 #define ptp_resetdevice(params) ptp_generic_no_data(params,PTP_OC_ResetDevice,0)
Dptp.c4333 {PTP_OC_ResetDevice,N_("Reset device")},
Dlibmtp.c3231 if (!ptp_operation_issupported(params,PTP_OC_ResetDevice)) { in LIBMTP_Reset_Device()