Lines Matching refs:PTPParams
8 ptp_debug (PTPParams *params, const char *format, ...);
11 htod16p (PTPParams *params, uint16_t var) in htod16p()
17 htod32p (PTPParams *params, uint32_t var) in htod32p()
23 htod16ap (PTPParams *params, unsigned char *a, uint16_t val) in htod16ap()
32 htod32ap (PTPParams *params, unsigned char *a, uint32_t val) in htod32ap()
41 htod64ap (PTPParams *params, unsigned char *a, uint64_t val) in htod64ap()
50 dtoh16p (PTPParams *params, uint16_t var) in dtoh16p()
56 dtoh32p (PTPParams *params, uint32_t var) in dtoh32p()
62 dtoh64p (PTPParams *params, uint64_t var) in dtoh64p()
68 dtoh16ap (PTPParams *params, const unsigned char *a) in dtoh16ap()
74 dtoh32ap (PTPParams *params, const unsigned char *a) in dtoh32ap()
80 dtoh64ap (PTPParams *params, const unsigned char *a) in dtoh64ap()
103 ptp_unpack_string(PTPParams *params, unsigned char* data, uint16_t offset, uint8_t *len) in ptp_unpack_string()
160 ptp_pack_string(PTPParams *params, char *string, unsigned char* data, uint16_t offset, uint8_t *len) in ptp_pack_string()
209 ptp_get_packed_stringcopy(PTPParams *params, char *string, uint32_t *packed_size) in ptp_get_packed_stringcopy()
234 ptp_unpack_uint32_t_array(PTPParams *params, unsigned char* data, uint16_t offset, uint32_t **array) in ptp_unpack_uint32_t_array()
248 ptp_pack_uint32_t_array(PTPParams *params, uint32_t *array, uint32_t arraylen, unsigned char **data… in ptp_pack_uint32_t_array()
260 ptp_unpack_uint16_t_array(PTPParams *params, unsigned char* data, uint16_t offset, uint16_t **array) in ptp_unpack_uint16_t_array()
283 ptp_unpack_DI (PTPParams *params, unsigned char* data, PTPDeviceInfo *di, unsigned int datalen) in ptp_unpack_DI()
355 ptp_unpack_EOS_DI (PTPParams *params, unsigned char* data, PTPCanonEOSDeviceInfo *di, unsigned int … in ptp_unpack_EOS_DI()
385 ptp_unpack_OH (PTPParams *params, unsigned char* data, PTPObjectHandles *oh, unsigned int len) in ptp_unpack_OH()
400 ptp_unpack_SIDs (PTPParams *params, unsigned char* data, PTPStorageIDs *sids, unsigned int len) in ptp_unpack_SIDs()
417 ptp_unpack_SI (PTPParams *params, unsigned char* data, PTPStorageInfo *si, unsigned int len) in ptp_unpack_SI()
459 ptp_pack_OI (PTPParams *params, PTPObjectInfo *oi, unsigned char** oidataptr) in ptp_pack_OI()
566 ptp_unpack_OI (PTPParams *params, unsigned char* data, PTPObjectInfo *oi, unsigned int len) in ptp_unpack_OI()
629 PTPParams *params, unsigned char* data, int *offset, int total, in ptp_unpack_DPV()
718 ptp_unpack_DPD (PTPParams *params, unsigned char* data, PTPDevicePropDesc *dpd, unsigned int dpdlen) in ptp_unpack_DPD()
797 ptp_unpack_OPD (PTPParams *params, unsigned char* data, PTPObjectPropDesc *opd, unsigned int opdlen) in ptp_unpack_OPD()
861 ptp_pack_DPV (PTPParams *params, PTPPropertyValue* value, unsigned char** dpvptr, uint16_t datatype) in ptp_pack_DPV()
976 ptp_pack_OPL (PTPParams *params, MTPProperties *props, int nrofprops, unsigned char** opldataptr) in ptp_pack_OPL()
1042 ptp_unpack_OPL (PTPParams *params, unsigned char* data, MTPProperties **pprops, unsigned int len) in ptp_unpack_OPL()
1102 ptp_unpack_EC (PTPParams *params, unsigned char* data, PTPContainer *ec, unsigned int len) in ptp_unpack_EC()
1146 ptp_unpack_Canon_FE (PTPParams *params, unsigned char* data, PTPCANONFolderEntry *fe) in ptp_unpack_Canon_FE()
1161 ptp_unpack_EOS_ImageFormat (PTPParams* params, unsigned char** data ) in ptp_unpack_EOS_ImageFormat()
1222 ptp_pack_EOS_ImageFormat (PTPParams* params, unsigned char* data, uint16_t value) in ptp_pack_EOS_ImageFormat()
1273 ptp_unpack_CANON_changes (PTPParams *params, unsigned char* data, int datasize, PTPCanon_changes_en… in ptp_unpack_CANON_changes()
1679 ptp_unpack_Nikon_EC (PTPParams *params, unsigned char* data, unsigned int len, PTPContainer **ec, i… in ptp_unpack_Nikon_EC()
1703 ptp_pack_EK_text(PTPParams *params, PTPEKTextParams *text, unsigned char **data) { in ptp_pack_EK_text()
1769 PTPParams *params, in ptp_unpack_canon_directory()