Home
last modified time | relevance | path

Searched defs:mm_gc (Results 1 – 6 of 6) sorted by relevance

/drivers/soc/fsl/qe/
Dgpio.c29 struct of_mm_gpio_chip mm_gc; member
42 static void qe_gpio_save_regs(struct of_mm_gpio_chip *mm_gc) in qe_gpio_save_regs()
59 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc); in qe_gpio_get() local
68 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc); in qe_gpio_set() local
88 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc); in qe_gpio_dir_in() local
103 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc); in qe_gpio_dir_out() local
140 struct of_mm_gpio_chip *mm_gc; in qe_pin_request() local
281 struct of_mm_gpio_chip *mm_gc; in qe_add_gpiochips() local
/drivers/gpio/
Dgpio-altera.c49 struct of_mm_gpio_chip *mm_gc; in altera_gpio_irq_unmask() local
67 struct of_mm_gpio_chip *mm_gc; in altera_gpio_irq_mask() local
126 struct of_mm_gpio_chip *mm_gc; in altera_gpio_get() local
135 struct of_mm_gpio_chip *mm_gc; in altera_gpio_set() local
155 struct of_mm_gpio_chip *mm_gc; in altera_gpio_direction_input() local
176 struct of_mm_gpio_chip *mm_gc; in altera_gpio_direction_output() local
206 struct of_mm_gpio_chip *mm_gc; in altera_gpio_irq_edge_handler() local
234 struct of_mm_gpio_chip *mm_gc; in altera_gpio_irq_leveL_high_handler() local
Dgpio-mpc5200.c58 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc); in mpc52xx_wkup_gpio_get() local
72 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc); in __mpc52xx_wkup_gpio_set() local
100 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc); in mpc52xx_wkup_gpio_dir_in() local
123 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc); in mpc52xx_wkup_gpio_dir_out() local
222 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc); in mpc52xx_simple_gpio_get() local
234 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc); in __mpc52xx_simple_gpio_set() local
261 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc); in mpc52xx_simple_gpio_dir_in() local
284 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc); in mpc52xx_simple_gpio_dir_out() local
Dgpio-xilinx.c94 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc); in xgpio_get() local
116 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc); in xgpio_set() local
148 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc); in xgpio_set_multiple() local
194 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc); in xgpio_dir_in() local
226 struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc); in xgpio_dir_out() local
255 static void xgpio_save_regs(struct of_mm_gpio_chip *mm_gc) in xgpio_save_regs()
Dgpiolib-of.c365 struct of_mm_gpio_chip *mm_gc, in of_mm_gpiochip_add_data()
406 void of_mm_gpiochip_remove(struct of_mm_gpio_chip *mm_gc) in of_mm_gpiochip_remove()
Dgpio-mm-lantiq.c92 static void ltq_mm_save_regs(struct of_mm_gpio_chip *mm_gc) in ltq_mm_save_regs()