Searched defs:mvebu_gpio_chip (Results 1 – 1 of 1) sorted by relevance
112 struct mvebu_gpio_chip { struct113 struct gpio_chip chip;114 struct regmap *regs;115 u32 offset;139 static void mvebu_gpioreg_edge_cause(struct mvebu_gpio_chip *mvchip, in mvebu_gpioreg_edge_cause() argument