Home
last modified time | relevance | path

Searched refs:mpc8xxx_gpio_devtype (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpio/
H A Dgpio-mpc8xxx.c262 struct mpc8xxx_gpio_devtype { struct
268 static const struct mpc8xxx_gpio_devtype mpc512x_gpio_devtype = { argument
273 static const struct mpc8xxx_gpio_devtype mpc5125_gpio_devtype = {
278 static const struct mpc8xxx_gpio_devtype mpc8572_gpio_devtype = {
282 static const struct mpc8xxx_gpio_devtype mpc8xxx_gpio_devtype_default = {
304 const struct mpc8xxx_gpio_devtype *devtype = NULL; in mpc8xxx_probe()