Searched defs:nsa320_hwmon (Results 1 – 1 of 1) sorted by relevance
38 struct nsa320_hwmon { struct39 struct mutex update_lock; /* lock GPIO operations */40 unsigned long last_updated; /* jiffies */41 unsigned long mcu_data;42 struct gpio_desc *act;66 static s32 nsa320_hwmon_update(struct device *dev) in nsa320_hwmon_update() argument