Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik.c285 static struct nmk_gpio_chip *nmk_gpio_chips[NMK_MAX_BANKS]; variable
289 #define NUM_BANKS ARRAY_SIZE(nmk_gpio_chips)
551 struct nmk_gpio_chip *chip = nmk_gpio_chips[i]; in nmk_gpio_glitch_slpm_init()
569 struct nmk_gpio_chip *chip = nmk_gpio_chips[i]; in nmk_gpio_glitch_slpm_restore()
1043 nmk_chip = nmk_gpio_chips[id]; in nmk_gpio_populate_chip()
1078 BUG_ON(nmk_chip->bank >= ARRAY_SIZE(nmk_gpio_chips)); in nmk_gpio_populate_chip()
1079 nmk_gpio_chips[id] = nmk_chip; in nmk_gpio_populate_chip()
1211 nmk_gpio = nmk_gpio_chips[i]; in find_nmk_gpio_from_pin()