Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pinctrl/nomadik/
Dpinctrl-nomadik.c283 static struct nmk_gpio_chip *nmk_gpio_chips[NMK_MAX_BANKS]; variable
287 #define NUM_BANKS ARRAY_SIZE(nmk_gpio_chips)
549 struct nmk_gpio_chip *chip = nmk_gpio_chips[i]; in nmk_gpio_glitch_slpm_init()
567 struct nmk_gpio_chip *chip = nmk_gpio_chips[i]; in nmk_gpio_glitch_slpm_restore()
1061 nmk_chip = nmk_gpio_chips[id]; in nmk_gpio_populate_chip()
1096 BUG_ON(nmk_chip->bank >= ARRAY_SIZE(nmk_gpio_chips)); in nmk_gpio_populate_chip()
1097 nmk_gpio_chips[id] = nmk_chip; in nmk_gpio_populate_chip()
1240 nmk_gpio = nmk_gpio_chips[i]; in find_nmk_gpio_from_pin()