Lines Matching full:ratiometric
172 * @amux_ip_rsv: ratiometric scale value used by the analog muxer: this
173 * selects the reference voltage for ratiometric scaling
189 * @broken_ratiometric: if the PMIC has broken ratiometric scaling (this
215 * _amip: analog mux input parent when using ratiometric measurements
373 * @calibration: whether to use absolute or ratiometric calibration
376 * @amux_ip_rsv: ratiometric scale value if using ratiometric
398 * ratiometric measurements
460 /* Set up ratiometric scale value, mask off all bits except these */ in pm8xxx_read_channel_rsv()
469 * If we force ratiometric (currently only done when attempting in pm8xxx_read_channel_rsv()
470 * to do ratiometric calibration) this doesn't seem to work in pm8xxx_read_channel_rsv()
471 * very well and I suspect ratiometric conversion is simply in pm8xxx_read_channel_rsv()
574 * Normally we just use the ratiometric scale value (RSV) predefined in pm8xxx_read_channel()
621 /* Ratiometric calibration */ in pm8xxx_calibrate_device()
641 dev_info(adc->dev, "ratiometric calibration dx = %d, dy = %d units\n", in pm8xxx_calibrate_device()
780 if (!of_property_read_u32(np, "qcom,ratiometric", &rsv)) { in pm8xxx_xoadc_parse_channel()