Searched refs:spi_mcux_transceive_async (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/drivers/spi/ |
D | spi_mcux_ecspi.c | 262 static int spi_mcux_transceive_async(const struct device *dev, in spi_mcux_transceive_async() function 310 .transceive_async = spi_mcux_transceive_async,
|
D | spi_rv32m1_lpspi.c | 252 static int spi_mcux_transceive_async(const struct device *dev, in spi_mcux_transceive_async() function 303 .transceive_async = spi_mcux_transceive_async,
|
D | spi_mcux_flexio.c | 344 static int spi_mcux_transceive_async(const struct device *dev, in spi_mcux_transceive_async() function 400 .transceive_async = spi_mcux_transceive_async,
|
D | spi_mcux_flexcomm.c | 754 static int spi_mcux_transceive_async(const struct device *dev, in spi_mcux_transceive_async() function 830 .transceive_async = spi_mcux_transceive_async,
|
D | spi_mcux_dspi.c | 741 static int spi_mcux_transceive_async(const struct device *dev, in spi_mcux_transceive_async() function 801 .transceive_async = spi_mcux_transceive_async,
|
/Zephyr-latest/drivers/spi/spi_nxp_lpspi/ |
D | spi_nxp_lpspi.c | 288 static int spi_mcux_transceive_async(const struct device *dev, const struct spi_config *spi_cfg, in spi_mcux_transceive_async() function 300 .transceive_async = spi_mcux_transceive_async,
|