Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
Dtherm_throt.c51 struct thermal_state { struct
76 static DEFINE_PER_CPU(struct thermal_state, thermal_state);
101 per_cpu(thermal_state, cpu).event.name); \
157 struct thermal_state *pstate = &per_cpu(thermal_state, this_cpu); in therm_throt_process()
214 struct thermal_state *pstate = &per_cpu(thermal_state, this_cpu); in thresh_event_valid()
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_acpi.c59 u8 thermal_state; /* thermal state: state id (0: exit state, non-0: state) */ member
156 n->thermal_state = mask & ATIF_THERMAL_STATE_CHANGE_REQUEST_SUPPORTED; in radeon_atif_parse_notification()
Dradeon.h2267 bool thermal_state; member