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

Data Fields

struct devicehwmon_dev
 
struct mutex lock
 
bool valid
 
unsigned long last_update
 
int temperature
 
int humidity
 

Detailed Description

struct hih6130 - HIH-6130 device specific data : device registered with hwmon : mutex to protect measurement values : only false before first measurement is taken : time of last update (jiffies) : cached temperature measurement value : cached humidity measurement value

Definition at line 47 of file hih6130.c.

Field Documentation

int humidity

Definition at line 53 of file hih6130.c.

struct device* hwmon_dev

Definition at line 48 of file hih6130.c.

unsigned long last_update

Definition at line 51 of file hih6130.c.

struct mutex lock

Definition at line 49 of file hih6130.c.

Definition at line 52 of file hih6130.c.

bool valid

Definition at line 50 of file hih6130.c.


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