Home
last modified time | relevance | path

Searched refs:spi_async (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/net/ieee802154/
Dmrf24j40.c557 ret = spi_async(devrec->spi, &devrec->tx_post_msg); in write_tx_buf_complete()
585 ret = spi_async(devrec->spi, &devrec->tx_msg); in write_tx_buf()
747 ret = spi_async(devrec->spi, &devrec->rx_msg); in mrf24j40_handle_rx_read_buf_unlock()
793 ret = spi_async(devrec->spi, &devrec->rx_buf_msg); in mrf24j40_handle_rx_read_buf()
813 ret = spi_async(devrec->spi, &devrec->rx_msg); in mrf24j40_handle_rx_read_len()
830 return spi_async(devrec->spi, &devrec->rx_msg); in mrf24j40_handle_rx()
1045 ret = spi_async(devrec->spi, &devrec->irq_msg); in mrf24j40_isr()
Dat86rf230.c380 rc = spi_async(lp->spi, &ctx->msg); in at86rf230_async_read_reg()
395 rc = spi_async(lp->spi, &ctx->msg); in at86rf230_async_write_reg()
752 rc = spi_async(lp->spi, &ctx->msg); in at86rf230_rx_trac_check()
830 rc = spi_async(lp->spi, &ctx->msg); in at86rf230_isr()
871 rc = spi_async(lp->spi, &ctx->msg); in at86rf230_write_frame()
/linux-4.4.14/drivers/base/regmap/
Dregmap-spi.c81 return spi_async(spi, &async->m); in regmap_spi_async_write()
/linux-4.4.14/include/linux/spi/
Dspi.h67 unsigned long spi_async; member
831 extern int spi_async(struct spi_device *spi, struct spi_message *message);
/linux-4.4.14/drivers/spi/
Dspi.c120 SPI_STATISTICS_SHOW(spi_async, "%lu");
2217 SPI_STATISTICS_INCREMENT_FIELD(&master->statistics, spi_async); in __spi_async()
2218 SPI_STATISTICS_INCREMENT_FIELD(&spi->statistics, spi_async); in __spi_async()
2256 int spi_async(struct spi_device *spi, struct spi_message *message) in spi_async() function
2277 EXPORT_SYMBOL_GPL(spi_async);
/linux-4.4.14/sound/soc/codecs/
Dwm0010.c468 ret = spi_async(spi, &xfer->m); in wm0010_firmware_load()
/linux-4.4.14/drivers/tty/serial/
Difx6x60.c793 retval = spi_async(ifx_dev->spi_dev, &ifx_dev->spi_msg); in ifx_spi_io()
/linux-4.4.14/Documentation/spi/
Dspi-summary414 - The basic I/O primitive is spi_async(). Async requests may be
423 clean (and small, and "optional") layers over spi_async().