Home
last modified time | relevance | path

Searched refs:of_mm_gpiochip_add_data (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/gpio/
H A Dlegacy-of-mm-gpiochip.h31 extern int of_mm_gpiochip_add_data(struct device_node *np,
/linux/drivers/gpio/
H A Dgpio-mpc5200.c158 ret = of_mm_gpiochip_add_data(ofdev->dev.of_node, &chip->mmchip, chip); in mpc52xx_wkup_gpiochip_probe()
320 ret = of_mm_gpiochip_add_data(ofdev->dev.of_node, &chip->mmchip, chip); in mpc52xx_simple_gpiochip_probe()
H A Dgpio-mm-lantiq.c121 return of_mm_gpiochip_add_data(pdev->dev.of_node, &chip->mmchip, chip); in ltq_mm_probe()
H A Dgpiolib-of.c1059 int of_mm_gpiochip_add_data(struct device_node *np, in of_mm_gpiochip_add_data() function
1096 EXPORT_SYMBOL_GPL(of_mm_gpiochip_add_data);
H A DTODO95 to_of_mm_gpio_chip(), of_mm_gpiochip_add_data(), of_mm_gpiochip_remove(),
/linux/arch/powerpc/platforms/44x/
H A Dgpio.c185 ret = of_mm_gpiochip_add_data(np, mm_gc, ppc4xx_gc); in ppc4xx_add_gpiochips()
/linux/arch/powerpc/sysdev/
H A Dcpm_common.c217 return of_mm_gpiochip_add_data(np, mm_gc, cpm2_gc); in cpm2_gpiochip_add32()
/linux/drivers/soc/fsl/qe/
H A Dgpio.c327 ret = of_mm_gpiochip_add_data(np, mm_gc, qe_gc); in qe_add_gpiochips()