Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/
H A Drockchip_thermal.c160 int trim_temp; member
2101 high += sensor->trim_temp; in rockchip_thermal_set_trips()
2116 *out_temp -= sensor->trim_temp; in rockchip_thermal_get_temp()
2174 int trim_temp, trim_code; in rockchip_get_trim_configure() local
2199 trim_temp = thermal->chip->trim_slope * trim_code; in rockchip_get_trim_configure()
2201 thermal->sensors[i].trim_temp = trim_temp; in rockchip_get_trim_configure()
2202 thermal->sensors[i].tshut_temp += trim_temp; in rockchip_get_trim_configure()
2230 trim_temp = thermal->chip->trim_slope * trim_code; in rockchip_get_trim_configure()
2231 thermal->sensors[id].trim_temp = trim_temp; in rockchip_get_trim_configure()
2232 thermal->sensors[id].tshut_temp += trim_temp; in rockchip_get_trim_configure()