Home
last modified time | relevance | path

Searched refs:PTP_DTC_UINT128 (Results 1 – 9 of 9) sorted by relevance

/dports/lang/micropython/micropython-1.17/ports/stm32/usbhost/Class/MTP/Inc/
H A Dusbh_mtp_ptp.h889 #define PTP_DTC_UINT128 0x000A macro
902 #define PTP_DTC_AUINT128 (PTP_DTC_ARRAY_MASK | PTP_DTC_UINT128)
/dports/multimedia/libmtp/libmtp-1.1.18/src/
H A Dptp.h1542 #define PTP_DTC_UINT128 0x000A macro
1555 #define PTP_DTC_AUINT128 (PTP_DTC_ARRAY_MASK | PTP_DTC_UINT128)
H A Dptp-pack.c862 case PTP_DTC_UINT128: in ptp_unpack_DPV()
1122 case PTP_DTC_UINT128: dst->u128 = src->u128; break; in duplicate_PropertyValue()
H A Dptp.c1320 case PTP_DTC_UINT128: case PTP_DTC_INT128: in ptp_free_devicepropvalue()
H A Dlibmtp.c3449 case PTP_DTC_UINT128: in LIBMTP_Dump_Device_Info()
/dports/graphics/libgphoto2/libgphoto2-2.5.26/camlibs/ptp2/
H A Dptp.h1776 #define PTP_DTC_UINT128 0x000A macro
1789 #define PTP_DTC_AUINT128 (PTP_DTC_ARRAY_MASK | PTP_DTC_UINT128)
H A Dptp-pack.c862 case PTP_DTC_UINT128: in ptp_unpack_DPV()
1135 case PTP_DTC_UINT128: dst->u128 = src->u128; break; in duplicate_PropertyValue()
H A Dptp.c1398 case PTP_DTC_UINT128: case PTP_DTC_INT128: in ptp_free_devicepropvalue()
/dports/lang/micropython/micropython-1.17/ports/stm32/usbhost/Class/MTP/Src/
H A Dusbh_mtp_ptp.c728 case PTP_DTC_UINT128: in PTP_GetDevicePropValue()