Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/spi/
Dspi-fsl-cpm.h22 extern int fsl_spi_cpm_bufs(struct mpc8xxx_spi *mspi,
30 static inline int fsl_spi_cpm_bufs(struct mpc8xxx_spi *mspi, in fsl_spi_cpm_bufs() function
Dspi-fsl-cpm.c101 int fsl_spi_cpm_bufs(struct mpc8xxx_spi *mspi, struct spi_transfer *t) in fsl_spi_cpm_bufs() function
174 EXPORT_SYMBOL_GPL(fsl_spi_cpm_bufs);
Dspi-fsl-spi.c276 ret = fsl_spi_cpm_bufs(mpc8xxx_spi, t); in fsl_spi_bufs()