Home
last modified time | relevance | path

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

/linux/drivers/thermal/intel/
H A Dtherm_throt.c268 if (level == CORE_LEVEL) { in thermal_clear_package_intr_status()
286 if (level == CORE_LEVEL) in get_therm_status()
315 state->level == CORE_LEVEL ? "Core" : "Package", in throttle_active_work()
351 state->level == CORE_LEVEL ? "Core" : "Package", in throttle_active_work()
383 if (level == CORE_LEVEL) { in therm_throt_process()
535 state->core_throttle.level = CORE_LEVEL; in thermal_throttle_online()
637 thresh_event_valid(CORE_LEVEL, 0)) in notify_thresholds()
641 thresh_event_valid(CORE_LEVEL, 1)) in notify_thresholds()
665 CORE_LEVEL); in intel_thermal_interrupt()
670 CORE_LEVEL); in intel_thermal_interrupt()
H A Dthermal_interrupt.h5 #define CORE_LEVEL 0 macro