Searched refs:therm_work (Results 1 – 1 of 1) sorted by relevance
83 struct delayed_work therm_work; member242 struct _thermal_state, therm_work); in throttle_active_work()299 schedule_delayed_work_on(this_cpu, &state->therm_work, THERM_THROT_POLL_INTERVAL); in throttle_active_work()363 schedule_delayed_work_on(this_cpu, &state->therm_work, THERM_THROT_POLL_INTERVAL); in therm_throt_process()476 INIT_DELAYED_WORK(&state->package_throttle.therm_work, throttle_active_work); in thermal_throttle_online()477 INIT_DELAYED_WORK(&state->core_throttle.therm_work, throttle_active_work); in thermal_throttle_online()505 cancel_delayed_work_sync(&state->package_throttle.therm_work); in thermal_throttle_offline()506 cancel_delayed_work_sync(&state->core_throttle.therm_work); in thermal_throttle_offline()