Home
last modified time | relevance | path

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

/linux/drivers/platform/mips/
A Dcpu_hwmon.c143 static struct delayed_work thermal_work; variable
157 schedule_delayed_work(&thermal_work, msecs_to_jiffies(5000)); in do_thermal_timer()
186 INIT_DEFERRABLE_WORK(&thermal_work, do_thermal_timer); in loongson_hwmon_init()
187 schedule_delayed_work(&thermal_work, msecs_to_jiffies(20000)); in loongson_hwmon_init()
202 cancel_delayed_work_sync(&thermal_work); in loongson_hwmon_exit()

Completed in 2 milliseconds