Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/drivers/hwmon/
Dg762.c130 struct g762_data { struct
131 struct i2c_client *client;
132 struct clk *clk;
135 struct mutex update_lock;
138 u32 clk_freq;
141 bool valid;
142 unsigned long last_updated; /* in jiffies */
144 u8 set_cnt; /* controls fan rotation speed in closed-loop mode */
145 u8 act_cnt; /* provides access to current fan RPM value */
146 u8 fan_sta; /* bit 0: set when actual fan speed is more than
[all …]
/kernel/linux/linux-5.10/drivers/hwmon/
Dg762.c117 struct g762_data { struct
118 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 …]