Searched defs:mvebu_gpio_chip (Results 1 – 1 of 1) sorted by relevance
114 struct mvebu_gpio_chip { struct115 struct gpio_chip chip;116 struct regmap *regs;117 u32 offset;141 static void mvebu_gpioreg_edge_cause(struct mvebu_gpio_chip *mvchip, in mvebu_gpioreg_edge_cause() argument