Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thermal/intel/
Dtherm_throt.c99 struct _thermal_state core_throttle; member
156 define_therm_throt_device_show_func(core_throttle, count);
168 define_therm_throt_device_show_func(core_throttle, max_time_ms);
174 define_therm_throt_device_show_func(core_throttle, total_time_ms);
324 state = &pstate->core_throttle; in therm_throt_process()
474 state->core_throttle.level = CORE_LEVEL; in thermal_throttle_online()
477 INIT_DELAYED_WORK(&state->core_throttle.therm_work, throttle_active_work); in thermal_throttle_online()
506 cancel_delayed_work_sync(&state->core_throttle.therm_work); in thermal_throttle_offline()
509 state->core_throttle.rate_control_active = false; in thermal_throttle_offline()