Home
last modified time | relevance | path

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

/external/libmtp/src/
Dptp.h187 #define PTP_OC_FormatStore 0x100F macro
2042 #define ptp_formatstore(params,storageid) ptp_generic_no_data(params,PTP_OC_FormatStore,1,storageid)
Dptp.c4332 {PTP_OC_FormatStore,N_("Format storage")},
Dlibmtp.c3543 if (!ptp_operation_issupported(params,PTP_OC_FormatStore)) { in LIBMTP_Format_Storage()