Searched refs:thermal_state (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/thermal/intel/ |
H A D | therm_throt.c | 98 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 D | amd_acpi.h | 48 u8 thermal_state; /* thermal state: state id (0: exit state, non-0: state) */ member
|
/openbmc/u-boot/include/ |
H A D | smbios.h | 128 u8 thermal_state; member
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_acpi.c | 68 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 D | radeon.h | 2254 bool thermal_state; member
|
/openbmc/qemu/include/hw/firmware/ |
H A D | smbios.h | 174 uint8_t thermal_state; member
|
/openbmc/u-boot/lib/ |
H A D | smbios.c | 166 t->thermal_state = SMBIOS_STATE_SAFE; in smbios_write_type3()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_acpi.c | 87 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 D | smbios.c | 656 t->thermal_state = 0x03; /* Safe */ in smbios_build_type_3_table()
|
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/ |
H A D | smbios.py2 | 351 … self.add_field('thermal_state', u.unpack_one("B"), unpack.format_table("{}", chassis_states))
|