Home
last modified time | relevance | path

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

/linux/drivers/thermal/intel/
H A Dtherm_throt.c102 struct _thermal_state core_throttle; member
159 define_therm_throt_device_show_func(core_throttle, count);
171 define_therm_throt_device_show_func(core_throttle, max_time_ms);
177 define_therm_throt_device_show_func(core_throttle, total_time_ms);
394 state = &pstate->core_throttle; in therm_throt_process()
797 state->core_throttle.level = CORE_LEVEL; in thermal_throttle_online()
800 INIT_DELAYED_WORK(&state->core_throttle.therm_work, throttle_active_work); in thermal_throttle_online()
836 cancel_delayed_work_sync(&state->core_throttle.therm_work); in thermal_throttle_offline()
839 state->core_throttle.rate_control_active = false; in thermal_throttle_offline()