Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-fsl-cpm.h24 extern void fsl_spi_cpm_bufs_complete(struct mpc8xxx_spi *mspi);
33 static inline void fsl_spi_cpm_bufs_complete(struct mpc8xxx_spi *mspi) { } in fsl_spi_cpm_bufs_complete() function
H A Dspi-fsl-cpm.c166 void fsl_spi_cpm_bufs_complete(struct mpc8xxx_spi *mspi) in fsl_spi_cpm_bufs_complete() function
177 EXPORT_SYMBOL_GPL(fsl_spi_cpm_bufs_complete);
H A Dspi-fsl-spi.c352 fsl_spi_cpm_bufs_complete(mpc8xxx_spi); in fsl_spi_bufs()