Home | History | Annotate | Download | only in src

Lines Matching full:currentvalue

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