Searched refs:lpc32xx_gpiochip (Results 1 – 1 of 1) sorted by relevance
403 static struct lpc32xx_gpio_chip lpc32xx_gpiochip[] = { variable502 if ((bank >= ARRAY_SIZE(lpc32xx_gpiochip) || in lpc32xx_of_xlate()503 (gc != &lpc32xx_gpiochip[bank].chip))) in lpc32xx_of_xlate()520 for (i = 0; i < ARRAY_SIZE(lpc32xx_gpiochip); i++) { in lpc32xx_gpio_probe()521 lpc32xx_gpiochip[i].chip.parent = &pdev->dev; in lpc32xx_gpio_probe()523 lpc32xx_gpiochip[i].chip.of_xlate = lpc32xx_of_xlate; in lpc32xx_gpio_probe()524 lpc32xx_gpiochip[i].chip.of_gpio_n_cells = 3; in lpc32xx_gpio_probe()525 lpc32xx_gpiochip[i].reg_base = reg_base; in lpc32xx_gpio_probe()527 devm_gpiochip_add_data(&pdev->dev, &lpc32xx_gpiochip[i].chip, in lpc32xx_gpio_probe()528 &lpc32xx_gpiochip[i]); in lpc32xx_gpio_probe()