Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/platform/loongarch/
H A Dcpu_hwmon.c134 static struct delayed_work thermal_work; variable
147 schedule_delayed_work(&thermal_work, msecs_to_jiffies(5000)); in do_thermal_timer()
178 INIT_DEFERRABLE_WORK(&thermal_work, do_thermal_timer); in loongson_hwmon_init()
179 schedule_delayed_work(&thermal_work, msecs_to_jiffies(20000)); in loongson_hwmon_init()
186 cancel_delayed_work_sync(&thermal_work); in loongson_hwmon_exit()

Completed in 2 milliseconds