Searched refs:lpc32xx_gpiochip (Results 1 – 1 of 1) sorted by relevance
398 static struct lpc32xx_gpio_chip lpc32xx_gpiochip[] = { variable497 if ((bank >= ARRAY_SIZE(lpc32xx_gpiochip) || in lpc32xx_of_xlate()498 (gc != &lpc32xx_gpiochip[bank].chip))) in lpc32xx_of_xlate()510 for (i = 0; i < ARRAY_SIZE(lpc32xx_gpiochip); i++) { in lpc32xx_gpio_probe()512 lpc32xx_gpiochip[i].chip.of_xlate = lpc32xx_of_xlate; in lpc32xx_gpio_probe()513 lpc32xx_gpiochip[i].chip.of_gpio_n_cells = 3; in lpc32xx_gpio_probe()514 lpc32xx_gpiochip[i].chip.of_node = pdev->dev.of_node; in lpc32xx_gpio_probe()516 devm_gpiochip_add_data(&pdev->dev, &lpc32xx_gpiochip[i].chip, in lpc32xx_gpio_probe()517 &lpc32xx_gpiochip[i]); in lpc32xx_gpio_probe()