Home
last modified time | relevance | path

Searched defs:mpc8xxx_gpio_chip (Results 1 – 1 of 1) sorted by relevance

/drivers/gpio/
Dgpio-mpc8xxx.c38 struct mpc8xxx_gpio_chip { struct
39 struct gpio_chip gc;
40 void __iomem *regs;
41 raw_spinlock_t lock;
43 int (*direction_output)(struct gpio_chip *chip,
68 struct mpc8xxx_gpio_chip *mpc8xxx_gc = gpiochip_get_data(gc); in mpc8572_gpio_get() argument