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

Data Fields

struct devicehwmon_dev
 
struct mutex update_lock
 
const charname
 
char valid
 
unsigned long last_updated
 
u8 sensorsp
 
u32 temp [2][2]
 
u8 swap_core_select
 
u32 temp_offset
 

Detailed Description

Definition at line 40 of file k8temp.c.

Field Documentation

struct device* hwmon_dev

Definition at line 41 of file k8temp.c.

unsigned long last_updated

Definition at line 45 of file k8temp.c.

const char* name

Definition at line 43 of file k8temp.c.

u8 sensorsp

Definition at line 48 of file k8temp.c.

u8 swap_core_select

Definition at line 50 of file k8temp.c.

u32 temp[2][2]

Definition at line 49 of file k8temp.c.

u32 temp_offset

Definition at line 51 of file k8temp.c.

struct mutex update_lock

Definition at line 42 of file k8temp.c.

char valid

Definition at line 44 of file k8temp.c.


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