Home
last modified time | relevance | path

Searched refs:of_mpc8xxx_spi_probe (Results 1 – 3 of 3) sorted by relevance

/drivers/spi/
Dspi-fsl-lib.c113 int of_mpc8xxx_spi_probe(struct platform_device *ofdev) in of_mpc8xxx_spi_probe() function
158 EXPORT_SYMBOL_GPL(of_mpc8xxx_spi_probe);
Dspi-fsl-lib.h112 extern int of_mpc8xxx_spi_probe(struct platform_device *ofdev);
Dspi-fsl-spi.c721 ret = of_mpc8xxx_spi_probe(ofdev); in of_fsl_spi_probe()