Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/platform/mips/
H A Dcpu_hwmon.c117 static struct delayed_work thermal_work; variable
131 schedule_delayed_work(&thermal_work, msecs_to_jiffies(5000)); in do_thermal_timer()
152 INIT_DEFERRABLE_WORK(&thermal_work, do_thermal_timer); in loongson_hwmon_init()
153 schedule_delayed_work(&thermal_work, msecs_to_jiffies(20000)); in loongson_hwmon_init()
160 cancel_delayed_work_sync(&thermal_work); in loongson_hwmon_exit()
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_system_monitor.c73 struct delayed_work thermal_work; member
1643 mod_delayed_work(system_freezable_wq, &system_monitor->thermal_work, in rockchip_system_monitor_thermal_update()
1781 cancel_delayed_work_sync(&system_monitor->thermal_work); in rockchip_monitor_reboot_notifier()
1885 INIT_DELAYED_WORK(&system_monitor->thermal_work, in rockchip_system_monitor_probe()
1888 &system_monitor->thermal_work, in rockchip_system_monitor_probe()