Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/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
/openbmc/u-boot/include/
H A Dsmbios.h128 u8 thermal_state; member
/openbmc/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.h2254 bool thermal_state; member
/openbmc/qemu/include/hw/firmware/
H A Dsmbios.h174 uint8_t thermal_state; member
/openbmc/u-boot/lib/
H A Dsmbios.c166 t->thermal_state = SMBIOS_STATE_SAFE; in smbios_write_type3()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_acpi.c87 bool thermal_state; member
205 n->thermal_state = mask & ATIF_THERMAL_STATE_CHANGE_REQUEST_SUPPORTED; in amdgpu_atif_parse_notification()
/openbmc/qemu/hw/smbios/
H A Dsmbios.c656 t->thermal_state = 0x03; /* Safe */ in smbios_build_type_3_table()
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmbios.py2351 … self.add_field('thermal_state', u.unpack_one("B"), unpack.format_table("{}", chassis_states))