Searched refs:thermal_zone_get_temp (Results 1 - 6 of 6) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ipa/ |
H A D | mali_kbase_ipa_simple.c | 60 #ifdef thermal_zone_get_temp 61 #undef thermal_zone_get_temp macro 63 #define thermal_zone_get_temp(tz, temp) \ macro 141 /* We can't call thermal_zone_get_temp() directly in model_static_coeff(), 159 ret = thermal_zone_get_temp(tz, &temp); in poll_temperature()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ipa/ |
H A D | mali_kbase_ipa_simple.c | 60 #ifdef thermal_zone_get_temp 61 #undef thermal_zone_get_temp macro 63 #define thermal_zone_get_temp(tz, temp) kbase_simple_power_model_get_dummy_temp(tz, temp) macro 140 /* We can't call thermal_zone_get_temp() directly in model_static_coeff(), 160 ret = thermal_zone_get_temp(tz, &temp); in poll_temperature()
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | thermal.h | 119 * drivers should use thermal_zone_get_temp() to get the 367 int thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp); 410 static inline int thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp) in thermal_zone_get_temp() function
|
/device/soc/rockchip/common/vendor/drivers/rockchip/ |
H A D | rockchip_system_monitor.c | 947 ret = thermal_zone_get_temp(system_monitor->tz, &temp);
in rockchip_system_monitor_wide_temp_init() 1406 ret = thermal_zone_get_temp(system_monitor->tz, &temp);
in rockchip_system_monitor_thermal_update()
|
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
H A D | rockchip_system_monitor.c | 952 ret = thermal_zone_get_temp(system_monitor->tz, &temp); in rockchip_system_monitor_wide_temp_init() 1419 ret = thermal_zone_get_temp(system_monitor->tz, &temp); in rockchip_system_monitor_thermal_update()
|
/device/soc/rockchip/common/sdk_linux/drivers/thermal/ |
H A D | thermal_core.c | 459 ret = thermal_zone_get_temp(tz, &temp); in update_temperature()
|
Completed in 9 milliseconds