Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpio/
Dgpio-pxa.c107 static struct pxa_gpio_chip *pxa_gpio_chips; variable
152 for (i = 0, c = &pxa_gpio_chips[0]; i <= pxa_last_gpio; i += 32, c++)
161 return &pxa_gpio_chips[gpio_to_bank(gpio)]; in gpio_to_pxachip()
292 if (gc != &pxa_gpio_chips[gpiospec->args[0] / 32].chip) in pxa_gpio_of_xlate()
339 pxa_gpio_chips = chips; in pxa_init_gpio_chip()