Linux Kernel
3.7.1
|
Data Fields | |
int | id |
char | name [THERMAL_NAME_LENGTH] |
struct thermal_zone_device * | tz |
struct thermal_cooling_device * | cdev |
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 |
Definition at line 50 of file thermal_sys.c.
struct device_attribute attr |
Definition at line 60 of file thermal_sys.c.
char attr_name[THERMAL_NAME_LENGTH] |
Definition at line 59 of file thermal_sys.c.
Definition at line 54 of file thermal_sys.c.
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.
char name[THERMAL_NAME_LENGTH] |
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.
Definition at line 61 of file thermal_sys.c.
unsigned long upper |
Definition at line 56 of file thermal_sys.c.