Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hwmon/
Dgl520sm.c63 struct gl520_data { struct
64 struct i2c_client *client;
65 const struct attribute_group *groups[3];
66 struct mutex update_lock;
67 bool valid; /* false until the following fields are valid */
68 unsigned long last_updated; /* in jiffies */
70 u8 vid;
71 u8 vrm;
72 u8 in_input[5]; /* [0] = VVD */
73 u8 in_min[5]; /* [0] = VDD */
[all …]