Searched defs:gl520_data (Results 1 – 1 of 1) sorted by relevance
63 struct gl520_data { struct64 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 …]