Home
last modified time | relevance | path

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

/linux-6.15/drivers/hwmon/
Dg762.c118 struct g762_data { struct
119 struct i2c_client *client;
120 bool internal_clock;
121 struct clk *clk;
124 struct mutex update_lock;
127 u32 clk_freq;
130 bool valid;
131 unsigned long last_updated; /* in jiffies */
133 u8 set_cnt; /* controls fan rotation speed in closed-loop mode */
134 u8 act_cnt; /* provides access to current fan RPM value */
[all …]