Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_system_monitor.c655 &info->high_limit_table); in monitor_device_parse_wide_temp_config()
656 if (!info->high_limit_table) in monitor_device_parse_wide_temp_config()
658 &info->high_limit_table); in monitor_device_parse_wide_temp_config()
659 if (!info->high_limit_table) { in monitor_device_parse_wide_temp_config()
675 info->high_limit_table ? true : false); in monitor_device_parse_wide_temp_config()
685 !info->low_limit && !info->high_limit && !info->high_limit_table) { in monitor_device_parse_wide_temp_config()
799 if (info->high_limit_table) { in rockchip_monitor_cpu_high_temp_adjust()
845 if (info->high_limit_table) { in rockchip_monitor_dev_high_temp_adjust()
948 if (info->high_limit_table) { in rockchip_high_temp_adjust()
974 if (info->high_limit_table) { in rockchip_monitor_suspend_low_temp_adjust()
[all …]
/OK3568_Linux_fs/kernel/include/soc/rockchip/
H A Drockchip_system_monitor.h104 struct temp_freq_table *high_limit_table; member