Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thermal/intel/
Dtherm_throt.c125 static atomic_t therm_throt_en = ATOMIC_INIT(0); variable
519 if (!atomic_read(&therm_throt_en)) in thermal_throttle_init_device()
642 return atomic_read(&therm_throt_en); in x86_thermal_enabled()
751 atomic_set(&therm_throt_en, 1); in intel_init_thermal()