Searched defs:gl518_data (Results 1 – 1 of 1) sorted by relevance
115 struct gl518_data { struct116 struct device *hwmon_dev;117 enum chips type;119 struct mutex update_lock;120 char valid; /* !=0 if following fields are valid */121 unsigned long last_updated; /* In jiffies */146 static struct gl518_data *gl518_update_device(struct device *dev); argument