Lines Matching full:calibration
256 dev_warn(dev, "device missing low point calibration\n"); in atlas_check_ph_calibration()
259 dev_warn(dev, "device missing mid point calibration\n"); in atlas_check_ph_calibration()
262 dev_warn(dev, "device missing high point calibration\n"); in atlas_check_ph_calibration()
291 dev_warn(dev, "device missing dry point calibration\n"); in atlas_check_ec_calibration()
294 dev_warn(dev, "device using single point calibration\n"); in atlas_check_ec_calibration()
297 dev_warn(dev, "device missing low point calibration\n"); in atlas_check_ec_calibration()
300 dev_warn(dev, "device missing high point calibration\n"); in atlas_check_ec_calibration()
338 dev_warn(dev, "device missing atmospheric pressure calibration\n"); in atlas_check_do_calibration()
341 dev_warn(dev, "device missing dissolved oxygen calibration\n"); in atlas_check_do_calibration()
351 int (*calibration)(struct atlas_data *data); member
360 .calibration = &atlas_check_ph_calibration,
367 .calibration = &atlas_check_ec_calibration,
374 .calibration = &atlas_check_orp_calibration,
381 .calibration = &atlas_check_do_calibration,
654 ret = chip->calibration(data); in atlas_probe()