Home
last modified time | relevance | path

Searched refs:PTP_OC_CANON_KeepDeviceOn (Results 1 – 13 of 13) sorted by relevance

/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ptpip.h79 PTP_OC_CANON_KeepDeviceOn = 0x9003, enumerator
H A Dpacket-ptpip.c157 { PTP_OC_CANON_KeepDeviceOn, "CANON_KeepDeviceOn" },
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ptpip.h79 PTP_OC_CANON_KeepDeviceOn = 0x9003, enumerator
H A Dpacket-ptpip.c157 { PTP_OC_CANON_KeepDeviceOn, "CANON_KeepDeviceOn" },
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ptpip.h79 PTP_OC_CANON_KeepDeviceOn = 0x9003, enumerator
H A Dpacket-ptpip.c157 { PTP_OC_CANON_KeepDeviceOn, "CANON_KeepDeviceOn" },
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ptpip.h79 PTP_OC_CANON_KeepDeviceOn = 0x9003, enumerator
H A Dpacket-ptpip.c157 { PTP_OC_CANON_KeepDeviceOn, "CANON_KeepDeviceOn" },
/dports/multimedia/libmtp/libmtp-1.1.18/src/
H A Dptp.h242 #define PTP_OC_CANON_KeepDeviceOn 0x9003 macro
3221 #define ptp_canon_keepdeviceon(params) ptp_generic_no_data(params,PTP_OC_CANON_KeepDeviceOn,0)
H A Dptp.c6835 {PTP_OC_CANON_KeepDeviceOn,"PTP_OC_CANON_KeepDeviceOn"},
/dports/graphics/libgphoto2/libgphoto2-2.5.26/camlibs/ptp2/
H A Dptp.h244 #define PTP_OC_CANON_KeepDeviceOn 0x9003 macro
4054 #define ptp_canon_keepdeviceon(params) ptp_generic_no_data(params,PTP_OC_CANON_KeepDeviceOn,0)
H A Dptp.c7747 {PTP_OC_CANON_KeepDeviceOn,"KeepDeviceOn"},
H A Dlibrary.c8360 if (ptp_operation_issupported(params, PTP_OC_CANON_KeepDeviceOn)) in get_file_func()