Home
last modified time | relevance | path

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

/linux/drivers/thermal/intel/
H A Dtherm_throt.c98 struct thermal_state { struct
123 static DEFINE_PER_CPU(struct thermal_state, thermal_state);
148 per_cpu(thermal_state, cpu).event.name); \
379 struct thermal_state *pstate = &per_cpu(thermal_state, this_cpu); in therm_throt_process()
439 struct thermal_state *pstate = &per_cpu(thermal_state, this_cpu); in thresh_event_valid()
529 struct thermal_state *state = &per_cpu(thermal_state, cpu); in thermal_throttle_online()
555 struct thermal_state *state = &per_cpu(thermal_state, cpu); in thermal_throttle_offline()
/linux/drivers/gpu/drm/amd/include/
H A Damd_acpi.h48 u8 thermal_state; /* thermal state: state id (0: exit state, non-0: state) */ member
/linux/drivers/gpu/drm/radeon/
H A Dradeon_acpi.c68 u8 thermal_state; /* thermal state: state id (0: exit state, non-0: state) */ member
165 n->thermal_state = mask & ATIF_THERMAL_STATE_CHANGE_REQUEST_SUPPORTED; in radeon_atif_parse_notification()
H A Dradeon.h2253 bool thermal_state; member