coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
drivers_acpi_thermal_zone_config Struct Reference

#include <chip.h>

Collaboration diagram for drivers_acpi_thermal_zone_config:
Collaboration graph

Data Structures

struct  acpi_thermal_zone_passive_config
 

Data Fields

const char * description
 
DEVTREE_CONST struct devicetemperature_controller
 
unsigned int sensor_id
 
unsigned int polling_period
 
unsigned int critical_temperature
 
unsigned int hibernate_temperature
 
struct drivers_acpi_thermal_zone_config::acpi_thermal_zone_passive_config passive_config
 
bool use_acpi1_thermal_zone_scope
 

Detailed Description

Definition at line 12 of file chip.h.

Field Documentation

◆ critical_temperature

unsigned int drivers_acpi_thermal_zone_config::critical_temperature

Definition at line 32 of file chip.h.

◆ description

const char* drivers_acpi_thermal_zone_config::description

Definition at line 14 of file chip.h.

◆ hibernate_temperature

unsigned int drivers_acpi_thermal_zone_config::hibernate_temperature

Definition at line 35 of file chip.h.

◆ passive_config

struct drivers_acpi_thermal_zone_config::acpi_thermal_zone_passive_config drivers_acpi_thermal_zone_config::passive_config

◆ polling_period

unsigned int drivers_acpi_thermal_zone_config::polling_period

Definition at line 29 of file chip.h.

◆ sensor_id

unsigned int drivers_acpi_thermal_zone_config::sensor_id

Definition at line 26 of file chip.h.

◆ temperature_controller

DEVTREE_CONST struct device* drivers_acpi_thermal_zone_config::temperature_controller

Definition at line 23 of file chip.h.

◆ use_acpi1_thermal_zone_scope

bool drivers_acpi_thermal_zone_config::use_acpi1_thermal_zone_scope

Definition at line 60 of file chip.h.


The documentation for this struct was generated from the following file: