Lines Matching refs:nmk_gpio_chip

245 struct nmk_gpio_chip {  struct
280 static struct nmk_gpio_chip *nmk_gpio_chips[NMK_MAX_BANKS]; argument
286 static void __nmk_gpio_set_mode(struct nmk_gpio_chip *nmk_chip, in __nmk_gpio_set_mode()
301 static void __nmk_gpio_set_slpm(struct nmk_gpio_chip *nmk_chip, in __nmk_gpio_set_slpm()
314 static void __nmk_gpio_set_pull(struct nmk_gpio_chip *nmk_chip, in __nmk_gpio_set_pull()
338 static void __nmk_gpio_set_lowemi(struct nmk_gpio_chip *nmk_chip, in __nmk_gpio_set_lowemi()
355 static void __nmk_gpio_make_input(struct nmk_gpio_chip *nmk_chip, in __nmk_gpio_make_input()
361 static void __nmk_gpio_set_output(struct nmk_gpio_chip *nmk_chip, in __nmk_gpio_set_output()
370 static void __nmk_gpio_make_output(struct nmk_gpio_chip *nmk_chip, in __nmk_gpio_make_output()
377 static void __nmk_gpio_set_mode_safe(struct nmk_gpio_chip *nmk_chip, in __nmk_gpio_set_mode_safe()
405 nmk_gpio_disable_lazy_irq(struct nmk_gpio_chip *nmk_chip, unsigned offset) in nmk_gpio_disable_lazy_irq()
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()
612 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(chip); in nmk_gpio_irq_ack()
624 static void __nmk_gpio_irq_modify(struct nmk_gpio_chip *nmk_chip, in __nmk_gpio_irq_modify()
662 static void __nmk_gpio_set_wake(struct nmk_gpio_chip *nmk_chip, in __nmk_gpio_set_wake()
680 struct nmk_gpio_chip *nmk_chip; in nmk_gpio_irq_maskunmask()
715 struct nmk_gpio_chip *nmk_chip; in nmk_gpio_irq_set_wake()
745 struct nmk_gpio_chip *nmk_chip; in nmk_gpio_irq_set_type()
787 struct nmk_gpio_chip *nmk_chip = irq_data_get_irq_chip_data(d); in nmk_gpio_irq_startup()
796 struct nmk_gpio_chip *nmk_chip = irq_data_get_irq_chip_data(d); in nmk_gpio_irq_shutdown()
806 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(chip); in nmk_gpio_irq_handler()
829 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(chip); in nmk_gpio_get_dir()
846 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(chip); in nmk_gpio_make_input()
859 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(chip); in nmk_gpio_get_input()
874 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(chip); in nmk_gpio_set_output()
886 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(chip); in nmk_gpio_make_output()
898 static int nmk_gpio_get_mode(struct nmk_gpio_chip *nmk_chip, int offset) in nmk_gpio_get_mode()
919 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(chip); in nmk_gpio_dbg_show_one()
1018 static struct nmk_gpio_chip *nmk_gpio_populate_chip(struct device_node *np, in nmk_gpio_populate_chip()
1021 struct nmk_gpio_chip *nmk_chip; in nmk_gpio_populate_chip()
1084 struct nmk_gpio_chip *nmk_chip; in nmk_gpio_probe()
1196 static struct nmk_gpio_chip *find_nmk_gpio_from_pin(unsigned pin) in find_nmk_gpio_from_pin()
1199 struct nmk_gpio_chip *nmk_gpio; in find_nmk_gpio_from_pin()
1214 struct nmk_gpio_chip *nmk_gpio = find_nmk_gpio_from_pin(pin); in find_gc_from_pin()
1573 struct nmk_gpio_chip *nmk_chip; in nmk_pmx_set()
1630 struct nmk_gpio_chip *nmk_chip; in nmk_gpio_request_enable()
1697 struct nmk_gpio_chip *nmk_chip; in nmk_pin_config_set()
1869 struct nmk_gpio_chip *nmk_chip; in nmk_pinctrl_probe()