Home
last modified time | relevance | path

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

/linux/drivers/thermal/intel/
H A Dtherm_throt.c84 struct delayed_work therm_work; member
303 struct _thermal_state, therm_work); in throttle_active_work()
360 schedule_delayed_work_on(this_cpu, &state->therm_work, THERM_THROT_POLL_INTERVAL); in throttle_active_work()
424 schedule_delayed_work_on(this_cpu, &state->therm_work, THERM_THROT_POLL_INTERVAL); in therm_throt_process()
537 INIT_DELAYED_WORK(&state->package_throttle.therm_work, throttle_active_work); in thermal_throttle_online()
538 INIT_DELAYED_WORK(&state->core_throttle.therm_work, throttle_active_work); in thermal_throttle_online()
566 cancel_delayed_work_sync(&state->package_throttle.therm_work); in thermal_throttle_offline()
567 cancel_delayed_work_sync(&state->core_throttle.therm_work); in thermal_throttle_offline()