Searched defs:nsa320_hwmon (Results 1 – 1 of 1) sorted by relevance
48 struct nsa320_hwmon { struct49 struct mutex update_lock; /* lock GPIO operations */50 unsigned long last_updated; /* jiffies */51 unsigned long mcu_data;52 struct gpio_desc *act;76 static s32 nsa320_hwmon_update(struct device *dev) in nsa320_hwmon_update() argument