Searched refs:of_mm_gpiochip_add_data (Results 1 - 9 of 9) sorted by path

/linux-master/arch/powerpc/platforms/4xx/
H A Dgpio.c184 ret = of_mm_gpiochip_add_data(np, mm_gc, ppc4xx_gc);
/linux-master/arch/powerpc/platforms/8xx/
H A Dcpm1.c515 return of_mm_gpiochip_add_data(np, mm_gc, cpm1_gc);
634 return of_mm_gpiochip_add_data(np, mm_gc, cpm1_gc);
/linux-master/arch/powerpc/sysdev/
H A Dcpm_common.c215 return of_mm_gpiochip_add_data(np, mm_gc, cpm2_gc);
/linux-master/drivers/gpio/
H A Dgpio-altera.c309 ret = of_mm_gpiochip_add_data(node, &altera_gc->mmchip, altera_gc);
H A Dgpio-mm-lantiq.c121 return of_mm_gpiochip_add_data(pdev->dev.of_node, &chip->mmchip, chip);
H A Dgpio-mpc5200.c156 ret = of_mm_gpiochip_add_data(ofdev->dev.of_node, &chip->mmchip, chip);
316 ret = of_mm_gpiochip_add_data(ofdev->dev.of_node, &chip->mmchip, chip);
H A Dgpiolib-of.c961 * of_mm_gpiochip_add_data - Add memory mapped GPIO chip (bank)
980 int of_mm_gpiochip_add_data(struct device_node *np, function
1017 EXPORT_SYMBOL_GPL(of_mm_gpiochip_add_data); variable
/linux-master/drivers/soc/fsl/qe/
H A Dgpio.c323 ret = of_mm_gpiochip_add_data(np, mm_gc, qe_gc);
/linux-master/include/linux/gpio/
H A Dlegacy-of-mm-gpiochip.h31 extern int of_mm_gpiochip_add_data(struct device_node *np,

Completed in 597 milliseconds