Searched refs:PTP_DL_LE (Results 1 – 4 of 4) sorted by relevance
13 return ((params->byteorder==PTP_DL_LE)?htole16(var):htobe16(var)); in htod16p()19 return ((params->byteorder==PTP_DL_LE)?htole32(var):htobe32(var)); in htod32p()25 if (params->byteorder==PTP_DL_LE) in htod16ap()34 if (params->byteorder==PTP_DL_LE) in htod32ap()43 if (params->byteorder==PTP_DL_LE) in htod64ap()52 return ((params->byteorder==PTP_DL_LE)?le16toh(var):be16toh(var)); in dtoh16p()58 return ((params->byteorder==PTP_DL_LE)?le32toh(var):be32toh(var)); in dtoh32p()64 return ((params->byteorder==PTP_DL_LE)?le64toh(var):be64toh(var)); in dtoh64p()70 return ((params->byteorder==PTP_DL_LE)?le16atoh(a):be16atoh(a)); in dtoh16ap()76 return ((params->byteorder==PTP_DL_LE)?le32atoh(a):be32atoh(a)); in dtoh32ap()[all …]
1594 params->byteorder = PTP_DL_LE; in init_ptp_usb()
41 #define PTP_DL_LE 0x0F macro
1714 current_params->byteorder = PTP_DL_LE; in LIBMTP_Open_Raw_Device()