Searched defs:gl520_data (Results 1 – 1 of 1) sorted by relevance
77 struct gl520_data { struct78 struct i2c_client *client;79 const struct attribute_group *groups[3];80 struct mutex update_lock;81 char valid; /* zero until the following fields are valid */82 unsigned long last_updated; /* in jiffies */84 u8 vid;85 u8 vrm;86 u8 in_input[5]; /* [0] = VVD */87 u8 in_min[5]; /* [0] = VDD */[all …]