Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Dtherm_throt.c97 struct thermal_state { struct
122 static DEFINE_PER_CPU(struct thermal_state, thermal_state);
147 per_cpu(thermal_state, cpu).event.name); \
318 struct thermal_state *pstate = &per_cpu(thermal_state, this_cpu); in therm_throt_process()
378 struct thermal_state *pstate = &per_cpu(thermal_state, this_cpu); in thresh_event_valid()
468 struct thermal_state *state = &per_cpu(thermal_state, cpu); in thermal_throttle_online()
487 struct thermal_state *state = &per_cpu(thermal_state, cpu); in thermal_throttle_offline()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/include/
H A Damd_acpi.h48 u8 thermal_state; /* thermal state: state id (0: exit state, non-0: state) */ member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_acpi.c69 u8 thermal_state; /* thermal state: state id (0: exit state, non-0: state) */ member
166 n->thermal_state = mask & ATIF_THERMAL_STATE_CHANGE_REQUEST_SUPPORTED; in radeon_atif_parse_notification()
H A Dradeon.h2268 bool thermal_state; member
/OK3568_Linux_fs/u-boot/include/
H A Dsmbios.h129 u8 thermal_state; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_acpi.c44 bool thermal_state; member
136 n->thermal_state = mask & ATIF_THERMAL_STATE_CHANGE_REQUEST_SUPPORTED; in amdgpu_atif_parse_notification()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/include/
H A Dgrph_object_ctrl_defs.h420 uint32_t thermal_state; member
/OK3568_Linux_fs/u-boot/lib/
H A Dsmbios.c161 t->thermal_state = SMBIOS_STATE_SAFE; in smbios_write_type3()