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