Lines Matching refs:sensor
494 rockchip_thermal_toggle_sensor(struct rockchip_thermal_sensor *sensor, bool on) in rockchip_thermal_toggle_sensor() argument
496 struct thermal_zone_device *tzd = sensor->tzd; in rockchip_thermal_toggle_sensor()
519 struct rockchip_thermal_sensor *sensor = _sensor; in rockchip_thermal_get_temp() local
520 struct rockchip_thermal_data *thermal = sensor->thermal; in rockchip_thermal_get_temp()
521 const struct rockchip_tsadc_chip *tsadc = sensor->thermal->chip; in rockchip_thermal_get_temp()
525 sensor->id, thermal->regs, out_temp); in rockchip_thermal_get_temp()
527 sensor->id, *out_temp, retval); in rockchip_thermal_get_temp()
595 struct rockchip_thermal_sensor *sensor, in rockchip_thermal_register_sensor() argument
605 sensor->thermal = thermal; in rockchip_thermal_register_sensor()
606 sensor->id = id; in rockchip_thermal_register_sensor()
607 sensor->tzd = thermal_zone_of_sensor_register(&pdev->dev, id, sensor, in rockchip_thermal_register_sensor()
609 if (IS_ERR(sensor->tzd)) { in rockchip_thermal_register_sensor()
610 error = PTR_ERR(sensor->tzd); in rockchip_thermal_register_sensor()
764 struct rockchip_thermal_sensor *sensor = &thermal->sensors[i]; in rockchip_thermal_remove() local
766 rockchip_thermal_toggle_sensor(sensor, false); in rockchip_thermal_remove()
767 thermal_zone_of_sensor_unregister(&pdev->dev, sensor->tzd); in rockchip_thermal_remove()