Home
last modified time | relevance | path

Searched defs:g762_data (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/hwmon/
Dg762.c130 struct g762_data { struct
131 struct device *hwmon_dev;
132 struct i2c_client *client;
133 struct clk *clk;
136 struct mutex update_lock;
139 u32 clk_freq;
142 bool valid;
143 unsigned long last_updated; /* in jiffies */
145 u8 set_cnt; /* controls fan rotation speed in closed-loop mode */
146 u8 act_cnt; /* provides access to current fan RPM value */
[all …]