|
Linux Kernel
3.7.1
|
Data Fields | |
| struct device * | hwmon_dev |
| struct mutex | lock |
| bool | valid |
| unsigned long | last_update |
| int | temperature |
| int | humidity |
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
1.8.2