Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
acpi_thermal Struct Reference

Data Fields

struct acpi_device * device
 
acpi_bus_id name
 
unsigned long temperature
 
unsigned long last_temperature
 
unsigned long polling_frequency
 
volatile u8 zombie
 
struct acpi_thermal_flags flags
 
struct acpi_thermal_state state
 
struct acpi_thermal_trips trips
 
struct acpi_handle_list devices
 
struct thermal_zone_devicethermal_zone
 
int tz_enabled
 
int kelvin_offset
 
struct mutex lock
 

Detailed Description

Definition at line 179 of file thermal.c.

Field Documentation

struct acpi_device* device

Definition at line 180 of file thermal.c.

Definition at line 189 of file thermal.c.

Definition at line 186 of file thermal.c.

int kelvin_offset

Definition at line 192 of file thermal.c.

unsigned long last_temperature

Definition at line 183 of file thermal.c.

struct mutex lock

Definition at line 193 of file thermal.c.

acpi_bus_id name

Definition at line 181 of file thermal.c.

unsigned long polling_frequency

Definition at line 184 of file thermal.c.

Definition at line 187 of file thermal.c.

unsigned long temperature

Definition at line 182 of file thermal.c.

struct thermal_zone_device* thermal_zone

Definition at line 190 of file thermal.c.

Definition at line 188 of file thermal.c.

int tz_enabled

Definition at line 191 of file thermal.c.

volatile u8 zombie

Definition at line 185 of file thermal.c.


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