Searched defs:max77759_gpio_chip (Results 1 – 1 of 1) sorted by relevance
27 struct max77759_gpio_chip { struct28 struct regmap *map;29 struct max77759 *max77759;30 struct gpio_chip gc;31 struct mutex maxq_lock; /* protect MaxQ r/m/w operations */33 struct mutex irq_lock; /* protect irq bus */34 int irq_mask;35 int irq_mask_changed;59 static int max77759_gpio_maxq_gpio_trigger_read(struct max77759_gpio_chip *chip) in max77759_gpio_maxq_gpio_trigger_read() argument