Lines Matching defs:nmk_gpio_chip

245 struct nmk_gpio_chip {
280 static struct nmk_gpio_chip *nmk_gpio_chips[NMK_MAX_BANKS];
286 static void __nmk_gpio_set_mode(struct nmk_gpio_chip *nmk_chip,
301 static void __nmk_gpio_set_slpm(struct nmk_gpio_chip *nmk_chip,
314 static void __nmk_gpio_set_pull(struct nmk_gpio_chip *nmk_chip,
338 static void __nmk_gpio_set_lowemi(struct nmk_gpio_chip *nmk_chip,
355 static void __nmk_gpio_make_input(struct nmk_gpio_chip *nmk_chip,
361 static void __nmk_gpio_set_output(struct nmk_gpio_chip *nmk_chip,
370 static void __nmk_gpio_make_output(struct nmk_gpio_chip *nmk_chip,
377 static void __nmk_gpio_set_mode_safe(struct nmk_gpio_chip *nmk_chip,
405 nmk_gpio_disable_lazy_irq(struct nmk_gpio_chip *nmk_chip, unsigned offset)
546 struct nmk_gpio_chip *chip = nmk_gpio_chips[i];
564 struct nmk_gpio_chip *chip = nmk_gpio_chips[i];
612 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(chip);
624 static void __nmk_gpio_irq_modify(struct nmk_gpio_chip *nmk_chip,
662 static void __nmk_gpio_set_wake(struct nmk_gpio_chip *nmk_chip,
680 struct nmk_gpio_chip *nmk_chip;
715 struct nmk_gpio_chip *nmk_chip;
745 struct nmk_gpio_chip *nmk_chip;
787 struct nmk_gpio_chip *nmk_chip = irq_data_get_irq_chip_data(d);
796 struct nmk_gpio_chip *nmk_chip = irq_data_get_irq_chip_data(d);
806 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(chip);
829 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(chip);
846 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(chip);
859 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(chip);
874 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(chip);
886 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(chip);
898 static int nmk_gpio_get_mode(struct nmk_gpio_chip *nmk_chip, int offset)
919 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(chip);
1018 static struct nmk_gpio_chip *nmk_gpio_populate_chip(struct device_node *np,
1021 struct nmk_gpio_chip *nmk_chip;
1084 struct nmk_gpio_chip *nmk_chip;
1196 static struct nmk_gpio_chip *find_nmk_gpio_from_pin(unsigned pin)
1199 struct nmk_gpio_chip *nmk_gpio;
1214 struct nmk_gpio_chip *nmk_gpio = find_nmk_gpio_from_pin(pin);
1575 struct nmk_gpio_chip *nmk_chip;
1632 struct nmk_gpio_chip *nmk_chip;
1699 struct nmk_gpio_chip *nmk_chip;
1871 struct nmk_gpio_chip *nmk_chip;