Searched refs:PTP_DTC_STR (Results 1 – 5 of 5) sorted by relevance
1360 ret = ptp_mtp_getobjectpropvalue(params, object_id, attribute_id, &propval, PTP_DTC_STR); in get_string_from_object()1563 ret = ptp_mtp_setobjectpropvalue(params, object_id, attribute_id, &propval, PTP_DTC_STR); in set_object_string()3253 if (opd.DataType == PTP_DTC_STR) { in LIBMTP_Dump_Device_Info()3677 PTP_DTC_STR); in LIBMTP_Get_Friendlyname()3710 PTP_DTC_STR); in LIBMTP_Set_Friendlyname()3740 PTP_DTC_STR); in LIBMTP_Get_Syncpartner()3778 PTP_DTC_STR); in LIBMTP_Set_Syncpartner()6284 prop->datatype = PTP_DTC_STR;6310 prop->datatype = PTP_DTC_STR;6320 prop->datatype = PTP_DTC_STR;[all …]
831 case PTP_DTC_STR: { in ptp_unpack_DPV()872 if ((dpd->DataType == PTP_DTC_STR) && (offset == dpdlen)) in ptp_unpack_DPD()963 if ((dpd->DataType == PTP_DTC_STR) && (*poffset == dpdlen)) in ptp_unpack_Sony_DPD()1024 if (type == PTP_DTC_STR) { in duplicate_PropertyValue()1262 case PTP_DTC_STR: { in ptp_pack_DPV()2181 dpd->DataType = PTP_DTC_STR; in ptp_unpack_CANON_changes()2278 case PTP_DTC_STR: { in ptp_unpack_CANON_changes()2310 dpd->DataType = PTP_DTC_STR; in ptp_unpack_CANON_changes()2318 dpd->DataType = PTP_DTC_STR; in ptp_unpack_CANON_changes()
1047 case PTP_DTC_STR: in ptp_free_devicepropvalue()2410 if (dpd->DataType == PTP_DTC_STR) { in ptp_canon_eos_getdevicepropdesc()2568 if (datatype != PTP_DTC_STR) { in ptp_canon_eos_setdevicepropvalue()2596 case PTP_DTC_STR: in ptp_canon_eos_setdevicepropvalue()5056 if (dt == PTP_DTC_STR) { in _value_to_num()5738 if (dpd->DataType == PTP_DTC_STR) in ptp_render_property_value()6481 if (prop->datatype == PTP_DTC_STR && prop->propval.str != NULL) in ptp_destroy_object_prop()6844 if (xpl->datatype != PTP_DTC_STR) { in ptp_object_want()6856 if (xpl->datatype != PTP_DTC_STR) { in ptp_object_want()6864 if (xpl->datatype != PTP_DTC_STR) { in ptp_object_want()
1797 PTP_DTC_STR); in ptp_mtpz_handshake()
1375 #define PTP_DTC_STR 0xFFFF macro