Lines Matching refs:CurrentValue
733 ret = ptp_unpack_DPV (params, data, &offset, dpdlen, &dpd->CurrentValue, dpd->DataType); in ptp_unpack_DPD()
1577 dpd->CurrentValue.u32 = dtoh32a(data); in ptp_unpack_CANON_changes()
1578 ptp_debug (params ,"event %d: currentvalue of %x is %x", i, proptype, dpd->CurrentValue.u32); in ptp_unpack_CANON_changes()
1582 dpd->CurrentValue.u16 = dtoh16a(data); in ptp_unpack_CANON_changes()
1583 ptp_debug (params,"event %d: currentvalue of %x is %x", i, proptype, dpd->CurrentValue.u16); in ptp_unpack_CANON_changes()
1587 dpd->CurrentValue.u8 = dtoh8a(data); in ptp_unpack_CANON_changes()
1588 ptp_debug (params,"event %d: currentvalue of %x is %x", i, proptype, dpd->CurrentValue.u8); in ptp_unpack_CANON_changes()
1594 dpd->CurrentValue.str = ptp_unpack_string(params, data, 0, &len); in ptp_unpack_CANON_changes()
1597 dpd->CurrentValue.str = strdup( (char*)data ); in ptp_unpack_CANON_changes()
1599 ptp_debug (params,"event %d: currentvalue of %x is %s", i, proptype, dpd->CurrentValue.str); in ptp_unpack_CANON_changes()
1615 dpd->CurrentValue.u16 = dpd->FactoryDefaultValue.u16; in ptp_unpack_CANON_changes()
1616 ptp_debug (params,"event %d: currentvalue of %x is %x", i, proptype, dpd->CurrentValue.u8); in ptp_unpack_CANON_changes()