Lines Matching refs:calibration

153 	/* Linearization calibration x, y1, y2 */
156 /* Temperature compensation calibration */
158 /* Misc calibration coefficients */
179 * @get_calibration_data: function pointer to get calibration data
180 * @dump_calibration: function pointer to dump calibration for debugging
211 * @calibration: calibration settings from the OTP storage
226 struct yas5xx_calibration calibration;
370 struct yas5xx_calibration *c = &yas5xx->calibration;
406 /* The second version of YAS537 needs to include calibration coefficients */
434 struct yas5xx_calibration *c = &yas5xx->calibration;
466 * Where f and r are calibration values, c is a per-device
503 struct yas5xx_calibration *c = &yas5xx->calibration;
782 * yas530_extract_calibration() - extracts the a2-a9 and k calibration
784 * @c: the calibration to populate
793 * Bitfield layout for the axis calibration data, for factor
820 struct yas5xx_calibration *c = &yas5xx->calibration;
830 /* Actual calibration readout */
834 dev_dbg(yas5xx->dev, "calibration data: %16ph\n", data);
836 /* Contribute calibration data to the input pool for kernel entropy */
842 /* Extract the calibration from the bitfield */
872 struct yas5xx_calibration *c = &yas5xx->calibration;
881 /* Actual calibration readout */
885 dev_dbg(yas5xx->dev, "calibration data: %14ph\n", data);
889 dev_warn(yas5xx->dev, "calibration is blank!\n");
891 /* Contribute calibration data to the input pool for kernel entropy */
897 /* Extract calibration from the bitfield */
927 struct yas5xx_calibration *c = &yas5xx->calibration;
941 dev_dbg(yas5xx->dev, "calibration data: %17ph\n", data);
945 dev_warn(yas5xx->dev, "calibration is blank!\n");
947 /* Contribute calibration data to the input pool for kernel entropy */
1002 * extracts calibration coefficients.
1099 /* Extract calibration coefficients and modify */
1124 struct yas5xx_calibration *c = &yas5xx->calibration;
1147 struct yas5xx_calibration *c = &yas5xx->calibration;
1249 /* Needed for calibration algorithm */
1277 val = FIELD_PREP(YAS5XX_CONFIG_CCK_MASK, yas5xx->calibration.dck);