Linux Kernel
3.7.1
|
Data Fields | |
int | temp |
int | ttarget |
int | tjmax |
unsigned long | last_updated |
unsigned int | cpu |
u32 | cpu_core_id |
u32 | status_reg |
int | attr_size |
bool | is_pkg_data |
bool | valid |
struct sensor_device_attribute | sd_attrs [TOTAL_ATTRS] |
char | attr_name [TOTAL_ATTRS][CORETEMP_NAME_LENGTH] |
struct mutex | update_lock |
Definition at line 84 of file coretemp.c.
char attr_name[TOTAL_ATTRS][CORETEMP_NAME_LENGTH] |
Definition at line 96 of file coretemp.c.
int attr_size |
Definition at line 92 of file coretemp.c.
Definition at line 89 of file coretemp.c.
u32 cpu_core_id |
Definition at line 90 of file coretemp.c.
bool is_pkg_data |
Definition at line 93 of file coretemp.c.
unsigned long last_updated |
Definition at line 88 of file coretemp.c.
struct sensor_device_attribute sd_attrs[TOTAL_ATTRS] |
Definition at line 95 of file coretemp.c.
u32 status_reg |
Definition at line 91 of file coretemp.c.
int temp |
Definition at line 85 of file coretemp.c.
Definition at line 87 of file coretemp.c.
int ttarget |
Definition at line 86 of file coretemp.c.
Definition at line 97 of file coretemp.c.
bool valid |
Definition at line 94 of file coretemp.c.