Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/spi/
H A 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);
H A Dspi-fsl-lib.h112 extern int of_mpc8xxx_spi_probe(struct platform_device *ofdev);
H A Dspi-fsl-spi.c720 ret = of_mpc8xxx_spi_probe(ofdev); in of_fsl_spi_probe()