Home
last modified time | relevance | path

Searched refs:spi_async_locked (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/linux/spi/
H A Dspi.h1134 extern int spi_async_locked(struct spi_device *spi,
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi.c3739 * spi_async_locked - version of spi_async with exclusive bus usage
3769 int spi_async_locked(struct spi_device *spi, struct spi_message *message) in spi_async_locked() function
3788 EXPORT_SYMBOL_GPL(spi_async_locked); variable
3834 status = spi_async_locked(spi, message); in __spi_sync()
3922 * and spi_async_locked calls when the SPI bus lock is held.
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi.c4117 * spi_async_locked - version of spi_async with exclusive bus usage
4147 static int spi_async_locked(struct spi_device *spi, struct spi_message *message) in spi_async_locked() function
4259 status = spi_async_locked(spi, message); in __spi_sync()
4335 * and spi_async_locked calls when the SPI bus lock is held.

Completed in 13 milliseconds