Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thermal/intel/
Dtherm_throt.c83 struct delayed_work therm_work; member
302 struct _thermal_state, therm_work); in throttle_active_work()
359 schedule_delayed_work_on(this_cpu, &state->therm_work, THERM_THROT_POLL_INTERVAL); in throttle_active_work()
423 schedule_delayed_work_on(this_cpu, &state->therm_work, THERM_THROT_POLL_INTERVAL); in therm_throt_process()
536 INIT_DELAYED_WORK(&state->package_throttle.therm_work, throttle_active_work); in thermal_throttle_online()
537 INIT_DELAYED_WORK(&state->core_throttle.therm_work, throttle_active_work); in thermal_throttle_online()
565 cancel_delayed_work_sync(&state->package_throttle.therm_work); in thermal_throttle_offline()
566 cancel_delayed_work_sync(&state->core_throttle.therm_work); in thermal_throttle_offline()