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