Lines Matching refs:CurrentValue

874 	ret = ptp_unpack_DPV (params, data, &offset, dpdlen, &dpd->CurrentValue, dpd->DataType);  in ptp_unpack_DPD()
965 ret = ptp_unpack_DPV (params, data, poffset, dpdlen, &dpd->CurrentValue, dpd->DataType); in ptp_unpack_Sony_DPD()
1068 duplicate_PropertyValue (&src->CurrentValue, &dst->CurrentValue, src->DataType); in duplicate_DevicePropDesc()
2255 dpd->CurrentValue.u32 = dtoh32a(xdata); in ptp_unpack_CANON_changes()
2256 ptp_debug (params ,"event %d: currentvalue of %x is %x", i, proptype, dpd->CurrentValue.u32); in ptp_unpack_CANON_changes()
2260 dpd->CurrentValue.i16 = dtoh16a(xdata); in ptp_unpack_CANON_changes()
2261 ptp_debug (params,"event %d: currentvalue of %x is %d", i, proptype, dpd->CurrentValue.i16); in ptp_unpack_CANON_changes()
2265 dpd->CurrentValue.u16 = dtoh16a(xdata); in ptp_unpack_CANON_changes()
2266 ptp_debug (params,"event %d: currentvalue of %x is %x", i, proptype, dpd->CurrentValue.u16); in ptp_unpack_CANON_changes()
2270 dpd->CurrentValue.u8 = dtoh8a(xdata); in ptp_unpack_CANON_changes()
2271 ptp_debug (params,"event %d: currentvalue of %x is %x", i, proptype, dpd->CurrentValue.u8); in ptp_unpack_CANON_changes()
2275 dpd->CurrentValue.i8 = dtoh8a(xdata); in ptp_unpack_CANON_changes()
2276 ptp_debug (params,"event %d: currentvalue of %x is %x", i, proptype, dpd->CurrentValue.i8); in ptp_unpack_CANON_changes()
2282 dpd->CurrentValue.str = ptp_unpack_string(params, data, 0, &len); in ptp_unpack_CANON_changes()
2287 free (dpd->CurrentValue.str); in ptp_unpack_CANON_changes()
2288 dpd->CurrentValue.str = strdup( (char*)xdata ); in ptp_unpack_CANON_changes()
2290 ptp_debug (params,"event %d: currentvalue of %x is %s", i, proptype, dpd->CurrentValue.str); in ptp_unpack_CANON_changes()
2306 dpd->CurrentValue.u16 = dpd->FactoryDefaultValue.u16; in ptp_unpack_CANON_changes()
2307 …ams,"event %d: decoded imageformat, currentvalue of %x is %x", i, proptype, dpd->CurrentValue.u16); in ptp_unpack_CANON_changes()
2312 free (dpd->CurrentValue.str); in ptp_unpack_CANON_changes()
2314 dpd->CurrentValue.str = strdup( (char*)dpd->FactoryDefaultValue.str ); in ptp_unpack_CANON_changes()
2315 …"event %d: decoded custom function, currentvalue of %x is %s", i, proptype, dpd->CurrentValue.str); in ptp_unpack_CANON_changes()
2320 free (dpd->CurrentValue.str); in ptp_unpack_CANON_changes()
2322 dpd->CurrentValue.str = strdup( (char*)dpd->FactoryDefaultValue.str ); in ptp_unpack_CANON_changes()
2323 …rams,"event %d: decoded focus info, currentvalue of %x is %s", i, proptype, dpd->CurrentValue.str); in ptp_unpack_CANON_changes()
2370 dpd->CurrentValue.u16 = curdata[curoff+5]; /* just use last byte */ in ptp_unpack_CANON_changes()
2382 dpd->CurrentValue.u16 = curdata[curoff+4]; /* just use last byte */ in ptp_unpack_CANON_changes()
2394 dpd->CurrentValue.u16 = curdata[curoff+3]; /* just use last byte */ in ptp_unpack_CANON_changes()