Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/spi/
Dspi-fsl-lib.c117 int of_mpc8xxx_spi_probe(struct platform_device *ofdev) in of_mpc8xxx_spi_probe() function
162 EXPORT_SYMBOL_GPL(of_mpc8xxx_spi_probe);
Dspi-fsl-lib.h117 extern int of_mpc8xxx_spi_probe(struct platform_device *ofdev);
Dspi-fsl-spi.c820 ret = of_mpc8xxx_spi_probe(ofdev); in of_fsl_spi_probe()