Home
last modified time | relevance | path

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 Dmali_kbase_ipa_simple.c60 #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 Dmali_kbase_ipa_simple.c60 #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 Dthermal.h119 * 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 Drockchip_system_monitor.c947 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 Drockchip_system_monitor.c952 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 Dthermal_core.c459 ret = thermal_zone_get_temp(tz, &temp); in update_temperature()

Completed in 9 milliseconds