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

Data Fields

int id
 
char name [THERMAL_NAME_LENGTH]
 
struct thermal_zone_devicetz
 
struct thermal_cooling_devicecdev
 
int trip
 
unsigned long upper
 
unsigned long lower
 
unsigned long target
 
char attr_name [THERMAL_NAME_LENGTH]
 
struct device_attribute attr
 
struct list_head tz_node
 
struct list_head cdev_node
 

Detailed Description

Definition at line 50 of file thermal_sys.c.

Field Documentation

Definition at line 60 of file thermal_sys.c.

Definition at line 59 of file thermal_sys.c.

Definition at line 54 of file thermal_sys.c.

struct list_head cdev_node

Definition at line 62 of file thermal_sys.c.

Definition at line 51 of file thermal_sys.c.

unsigned long lower

Definition at line 57 of file thermal_sys.c.

Definition at line 52 of file thermal_sys.c.

unsigned long target

Definition at line 58 of file thermal_sys.c.

int trip

Definition at line 55 of file thermal_sys.c.

Definition at line 53 of file thermal_sys.c.

struct list_head tz_node

Definition at line 61 of file thermal_sys.c.

unsigned long upper

Definition at line 56 of file thermal_sys.c.


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