Home
last modified time | relevance | path

Searched refs:trim_temp (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/thermal/
H A Drockchip_thermal.c138 int trim_temp; member
177 int trim_temp; member
1439 sensor->id, thermal->regs, high + sensor->trim_temp); in rockchip_thermal_set_trips()
1451 *out_temp -= sensor->trim_temp; in rockchip_thermal_get_temp()
1553 thermal->trim_temp = thermal->chip->trim_slope * trim_code; in rockchip_get_trim_configuration()
1632 int trim_temp = 0; in rockchip_thermal_register_sensor() local
1635 if (thermal->trim_temp) in rockchip_thermal_register_sensor()
1636 trim_temp = thermal->trim_temp; in rockchip_thermal_register_sensor()
1649 trim_temp = thermal->chip->trim_slope * trim_code; in rockchip_thermal_register_sensor()
1653 sensor->trim_temp = trim_temp; in rockchip_thermal_register_sensor()
[all …]