Searched defs:g762_data (Results 1 – 1 of 1) sorted by relevance
130 struct g762_data { struct131 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 …]