Searched refs:lpc32xx_gpiochip (Results 1 – 1 of 1) sorted by relevance
397 static struct lpc32xx_gpio_chip lpc32xx_gpiochip[] = { variable496 if ((bank >= ARRAY_SIZE(lpc32xx_gpiochip) || in lpc32xx_of_xlate()497 (gc != &lpc32xx_gpiochip[bank].chip))) in lpc32xx_of_xlate()514 for (i = 0; i < ARRAY_SIZE(lpc32xx_gpiochip); i++) { in lpc32xx_gpio_probe()515 lpc32xx_gpiochip[i].chip.parent = &pdev->dev; in lpc32xx_gpio_probe()517 lpc32xx_gpiochip[i].chip.of_xlate = lpc32xx_of_xlate; in lpc32xx_gpio_probe()518 lpc32xx_gpiochip[i].chip.of_gpio_n_cells = 3; in lpc32xx_gpio_probe()519 lpc32xx_gpiochip[i].reg_base = reg_base; in lpc32xx_gpio_probe()521 devm_gpiochip_add_data(&pdev->dev, &lpc32xx_gpiochip[i].chip, in lpc32xx_gpio_probe()522 &lpc32xx_gpiochip[i]); in lpc32xx_gpio_probe()