Searched defs:g762_data (Results 1 – 1 of 1) sorted by relevance
117 struct g762_data { struct118 struct i2c_client *client;119 struct clk *clk;122 struct mutex update_lock;125 u32 clk_freq;128 bool valid;129 unsigned long last_updated; /* in jiffies */131 u8 set_cnt; /* controls fan rotation speed in closed-loop mode */132 u8 act_cnt; /* provides access to current fan RPM value */133 u8 fan_sta; /* bit 0: set when actual fan speed is more than[all …]