Searched refs:lpc32xx_gpiochip (Results 1 – 1 of 1) sorted by relevance
438 static struct lpc32xx_gpio_chip lpc32xx_gpiochip[] = { variable537 if ((bank >= ARRAY_SIZE(lpc32xx_gpiochip) || in lpc32xx_of_xlate()538 (gc != &lpc32xx_gpiochip[bank].chip))) in lpc32xx_of_xlate()550 for (i = 0; i < ARRAY_SIZE(lpc32xx_gpiochip); i++) { in lpc32xx_gpio_probe()552 lpc32xx_gpiochip[i].chip.of_xlate = lpc32xx_of_xlate; in lpc32xx_gpio_probe()553 lpc32xx_gpiochip[i].chip.of_gpio_n_cells = 3; in lpc32xx_gpio_probe()554 lpc32xx_gpiochip[i].chip.of_node = pdev->dev.of_node; in lpc32xx_gpio_probe()556 gpiochip_add(&lpc32xx_gpiochip[i].chip); in lpc32xx_gpio_probe()