Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thermal/intel/
Dtherm_throt.c101 struct _thermal_state package_throttle; member
162 define_therm_throt_device_show_func(package_throttle, count);
171 define_therm_throt_device_show_func(package_throttle, max_time_ms);
177 define_therm_throt_device_show_func(package_throttle, total_time_ms);
331 state = &pstate->package_throttle; in therm_throt_process()
473 state->package_throttle.level = PACKAGE_LEVEL; in thermal_throttle_online()
476 INIT_DELAYED_WORK(&state->package_throttle.therm_work, throttle_active_work); in thermal_throttle_online()
505 cancel_delayed_work_sync(&state->package_throttle.therm_work); in thermal_throttle_offline()
508 state->package_throttle.rate_control_active = false; in thermal_throttle_offline()