Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/pinctrl/nomadik/
Dpinctrl-nomadik.c280 static struct nmk_gpio_chip *nmk_gpio_chips[NMK_MAX_BANKS]; variable
284 #define NUM_BANKS ARRAY_SIZE(nmk_gpio_chips)
546 struct nmk_gpio_chip *chip = nmk_gpio_chips[i]; in nmk_gpio_glitch_slpm_init()
564 struct nmk_gpio_chip *chip = nmk_gpio_chips[i]; in nmk_gpio_glitch_slpm_restore()
1041 nmk_chip = nmk_gpio_chips[id]; in nmk_gpio_populate_chip()
1076 BUG_ON(nmk_chip->bank >= ARRAY_SIZE(nmk_gpio_chips)); in nmk_gpio_populate_chip()
1077 nmk_gpio_chips[id] = nmk_chip; in nmk_gpio_populate_chip()
1202 nmk_gpio = nmk_gpio_chips[i]; in find_nmk_gpio_from_pin()