Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dof_gpio.h38 struct of_mm_gpio_chip { struct
40 void (*save_regs)(struct of_mm_gpio_chip *mm_gc); argument
44 static inline struct of_mm_gpio_chip *to_of_mm_gpio_chip(struct gpio_chip *gc) in to_of_mm_gpio_chip() argument
46 return container_of(gc, struct of_mm_gpio_chip, gc); in to_of_mm_gpio_chip()
53 struct of_mm_gpio_chip *mm_gc,
56 struct of_mm_gpio_chip *mm_gc) in of_mm_gpiochip_add()
60 extern void of_mm_gpiochip_remove(struct of_mm_gpio_chip *mm_gc);
/linux-4.19.296/drivers/gpio/
Dgpio-mpc5200.c34 struct of_mm_gpio_chip mmchip;
58 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc); in mpc52xx_wkup_gpio_get()
72 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc); in __mpc52xx_wkup_gpio_set()
100 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc); in mpc52xx_wkup_gpio_dir_in()
123 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc); in mpc52xx_wkup_gpio_dir_out()
222 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc); in mpc52xx_simple_gpio_get()
234 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc); in __mpc52xx_simple_gpio_set()
261 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc); in mpc52xx_simple_gpio_dir_in()
284 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc); in mpc52xx_simple_gpio_dir_out()
Dgpio-altera.c41 struct of_mm_gpio_chip mmchip;
50 struct of_mm_gpio_chip *mm_gc; in altera_gpio_irq_unmask()
68 struct of_mm_gpio_chip *mm_gc; in altera_gpio_irq_mask()
127 struct of_mm_gpio_chip *mm_gc; in altera_gpio_get()
136 struct of_mm_gpio_chip *mm_gc; in altera_gpio_set()
156 struct of_mm_gpio_chip *mm_gc; in altera_gpio_direction_input()
177 struct of_mm_gpio_chip *mm_gc; in altera_gpio_direction_output()
207 struct of_mm_gpio_chip *mm_gc; in altera_gpio_irq_edge_handler()
235 struct of_mm_gpio_chip *mm_gc; in altera_gpio_irq_leveL_high_handler()
Dgpio-xilinx.c50 struct of_mm_gpio_chip mmchip;
94 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc); in xgpio_get()
116 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc); in xgpio_set()
148 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc); in xgpio_set_multiple()
194 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc); in xgpio_dir_in()
226 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc); in xgpio_dir_out()
255 static void xgpio_save_regs(struct of_mm_gpio_chip *mm_gc) in xgpio_save_regs()
Dgpio-mm-lantiq.c32 struct of_mm_gpio_chip mmchip;
92 static void ltq_mm_save_regs(struct of_mm_gpio_chip *mm_gc) in ltq_mm_save_regs()
Dgpiolib-of.c460 struct of_mm_gpio_chip *mm_gc, in of_mm_gpiochip_add_data()
502 void of_mm_gpiochip_remove(struct of_mm_gpio_chip *mm_gc) in of_mm_gpiochip_remove()
Dgpio-zevio.c60 struct of_mm_gpio_chip chip;