Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/thermal/
H A Drockchip_thermal.c1275 int ret, i, shut_temp; in rockchip_thermal_probe() local
1324 shut_temp = dev_read_u32_default(dev, "rockchip,hw-tshut-temp", -1); in rockchip_thermal_probe()
1325 if (shut_temp < 0) in rockchip_thermal_probe()
1326 shut_temp = 120000; in rockchip_thermal_probe()
1330 tsadc->set_tshut_temp(dev, i, shut_temp); in rockchip_thermal_probe()
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Drockchip_thermal.c2245 u32 shut_temp, tshut_mode, tshut_polarity; in rockchip_configure_from_dt() local
2248 if (of_property_read_u32(np, "rockchip,hw-tshut-temp", &shut_temp)) { in rockchip_configure_from_dt()
2252 shut_temp = thermal->chip->tshut_temp; in rockchip_configure_from_dt()
2254 if (shut_temp > INT_MAX) { in rockchip_configure_from_dt()
2256 shut_temp); in rockchip_configure_from_dt()
2260 thermal->sensors[i].tshut_temp = shut_temp; in rockchip_configure_from_dt()