Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/hwmon/
Dg762.c116 struct g762_data { struct
117 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 …]
/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 …]