Searched refs:spi_async (Results 1 – 5 of 5) sorted by relevance
568 extern int spi_async(struct spi_device *spi, struct spi_message *message);
819 int spi_async(struct spi_device *spi, struct spi_message *message) in spi_async() function836 EXPORT_SYMBOL_GPL(spi_async);
119 status = spi_async(spidev->spi, message); in spidev_sync()
755 retval = spi_async(ifx_dev->spi_dev, &ifx_dev->spi_msg); in ifx_spi_io()
415 - The basic I/O primitive is spi_async(). Async requests may be424 clean (and small, and "optional") layers over spi_async().