thermal_work      138 drivers/platform/mips/cpu_hwmon.c static struct delayed_work thermal_work;
thermal_work      151 drivers/platform/mips/cpu_hwmon.c 		schedule_delayed_work(&thermal_work, msecs_to_jiffies(5000));
thermal_work      185 drivers/platform/mips/cpu_hwmon.c 	INIT_DEFERRABLE_WORK(&thermal_work, do_thermal_timer);
thermal_work      186 drivers/platform/mips/cpu_hwmon.c 	schedule_delayed_work(&thermal_work, msecs_to_jiffies(20000));
thermal_work      203 drivers/platform/mips/cpu_hwmon.c 	cancel_delayed_work_sync(&thermal_work);