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