Searched refs:therm_work (Results 1 – 1 of 1) sorted by relevance
82 struct delayed_work therm_work; member241 struct _thermal_state, therm_work); in throttle_active_work()298 schedule_delayed_work_on(this_cpu, &state->therm_work, THERM_THROT_POLL_INTERVAL); in throttle_active_work()362 schedule_delayed_work_on(this_cpu, &state->therm_work, THERM_THROT_POLL_INTERVAL); in therm_throt_process()475 INIT_DELAYED_WORK(&state->package_throttle.therm_work, throttle_active_work); in thermal_throttle_online()476 INIT_DELAYED_WORK(&state->core_throttle.therm_work, throttle_active_work); in thermal_throttle_online()495 cancel_delayed_work_sync(&state->package_throttle.therm_work); in thermal_throttle_offline()496 cancel_delayed_work_sync(&state->core_throttle.therm_work); in thermal_throttle_offline()