Searched refs:shut_temp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/ |
H A D | rockchip_thermal.c | 1130 u32 shut_temp, tshut_mode, tshut_polarity; in rockchip_configure_from_dt() local 1132 if (of_property_read_u32(np, "rockchip,hw-tshut-temp", &shut_temp)) { in rockchip_configure_from_dt() 1138 if (shut_temp > INT_MAX) { in rockchip_configure_from_dt() 1140 shut_temp); in rockchip_configure_from_dt() 1143 thermal->tshut_temp = shut_temp; in rockchip_configure_from_dt()
|
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | rockchip_thermal.c | 1413 u32 shut_temp, tshut_mode, tshut_polarity; in rockchip_configure_from_dt() local 1415 if (of_property_read_u32(np, "rockchip,hw-tshut-temp", &shut_temp)) { in rockchip_configure_from_dt() 1421 if (shut_temp > INT_MAX) { in rockchip_configure_from_dt() 1423 shut_temp); in rockchip_configure_from_dt() 1426 thermal->tshut_temp = shut_temp; in rockchip_configure_from_dt()
|
Completed in 5 milliseconds