Home
last modified time | relevance | path

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

/linux/drivers/thermal/intel/
A Dtherm_throt.c98 struct _thermal_state core_throttle; member
155 define_therm_throt_device_show_func(core_throttle, count);
167 define_therm_throt_device_show_func(core_throttle, max_time_ms);
173 define_therm_throt_device_show_func(core_throttle, total_time_ms);
323 state = &pstate->core_throttle; in therm_throt_process()
473 state->core_throttle.level = CORE_LEVEL; in thermal_throttle_online()
476 INIT_DELAYED_WORK(&state->core_throttle.therm_work, throttle_active_work); in thermal_throttle_online()
496 cancel_delayed_work_sync(&state->core_throttle.therm_work); in thermal_throttle_offline()
499 state->core_throttle.rate_control_active = false; in thermal_throttle_offline()

Completed in 4 milliseconds