Lines Matching refs:nmk_gpio_chip

249 struct nmk_gpio_chip {  struct
283 static struct nmk_gpio_chip *nmk_gpio_chips[NMK_MAX_BANKS]; argument
289 static void __nmk_gpio_set_mode(struct nmk_gpio_chip *nmk_chip, in __nmk_gpio_set_mode()
304 static void __nmk_gpio_set_slpm(struct nmk_gpio_chip *nmk_chip, in __nmk_gpio_set_slpm()
317 static void __nmk_gpio_set_pull(struct nmk_gpio_chip *nmk_chip, in __nmk_gpio_set_pull()
341 static void __nmk_gpio_set_lowemi(struct nmk_gpio_chip *nmk_chip, in __nmk_gpio_set_lowemi()
358 static void __nmk_gpio_make_input(struct nmk_gpio_chip *nmk_chip, in __nmk_gpio_make_input()
364 static void __nmk_gpio_set_output(struct nmk_gpio_chip *nmk_chip, in __nmk_gpio_set_output()
373 static void __nmk_gpio_make_output(struct nmk_gpio_chip *nmk_chip, in __nmk_gpio_make_output()
380 static void __nmk_gpio_set_mode_safe(struct nmk_gpio_chip *nmk_chip, in __nmk_gpio_set_mode_safe()
408 nmk_gpio_disable_lazy_irq(struct nmk_gpio_chip *nmk_chip, unsigned offset) in nmk_gpio_disable_lazy_irq()
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()
615 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(gc); in nmk_gpio_irq_ack()
627 static void __nmk_gpio_irq_modify(struct nmk_gpio_chip *nmk_chip, in __nmk_gpio_irq_modify()
665 static void __nmk_gpio_set_wake(struct nmk_gpio_chip *nmk_chip, in __nmk_gpio_set_wake()
681 static void nmk_gpio_irq_maskunmask(struct nmk_gpio_chip *nmk_chip, in nmk_gpio_irq_maskunmask()
703 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(gc); in nmk_gpio_irq_mask()
712 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(gc); in nmk_gpio_irq_unmask()
721 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(gc); in nmk_gpio_irq_set_wake()
746 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(gc); in nmk_gpio_irq_set_type()
788 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(gc); in nmk_gpio_irq_startup()
798 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(gc); in nmk_gpio_irq_shutdown()
808 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(chip); in nmk_gpio_irq_handler()
831 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(chip); in nmk_gpio_get_dir()
848 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(chip); in nmk_gpio_make_input()
861 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(chip); in nmk_gpio_get_input()
876 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(chip); in nmk_gpio_set_output()
888 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(chip); in nmk_gpio_make_output()
900 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 = gpiochip_get_data(gc); in nmk_gpio_irq_print_chip()
1106 struct nmk_gpio_chip *nmk_chip; in nmk_gpio_probe()
1203 static struct nmk_gpio_chip *find_nmk_gpio_from_pin(unsigned pin) in find_nmk_gpio_from_pin()
1206 struct nmk_gpio_chip *nmk_gpio; in find_nmk_gpio_from_pin()
1221 struct nmk_gpio_chip *nmk_gpio = find_nmk_gpio_from_pin(pin); in find_gc_from_pin()
1582 struct nmk_gpio_chip *nmk_chip; in nmk_pmx_set()
1639 struct nmk_gpio_chip *nmk_chip; in nmk_gpio_request_enable()
1706 struct nmk_gpio_chip *nmk_chip; in nmk_pin_config_set()
1872 struct nmk_gpio_chip *nmk_chip; in nmk_pinctrl_probe()