Searched refs:spi_async (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/base/regmap/ |
D | regmap-spi.c | 81 return spi_async(spi, &async->m); in regmap_spi_async_write()
|
/linux-4.1.27/drivers/net/ieee802154/ |
D | at86rf230.c | 501 rc = spi_async(lp->spi, &ctx->msg); in at86rf230_async_read_reg() 716 rc = spi_async(lp->spi, &ctx->msg); in at86rf230_async_state_change_start() 864 rc = spi_async(lp->spi, &ctx->msg); in at86rf230_rx_read_frame() 934 rc = spi_async(lp->spi, &ctx->msg); in at86rf230_isr() 960 rc = spi_async(lp->spi, &ctx->msg); in at86rf230_write_frame_complete() 982 rc = spi_async(lp->spi, &ctx->msg); in at86rf230_write_frame()
|
/linux-4.1.27/include/linux/spi/ |
D | spi.h | 759 extern int spi_async(struct spi_device *spi, struct spi_message *message);
|
/linux-4.1.27/drivers/spi/ |
D | spidev.c | 120 status = spi_async(spidev->spi, message); in spidev_sync()
|
D | spi.c | 1965 int spi_async(struct spi_device *spi, struct spi_message *message) in spi_async() function 1986 EXPORT_SYMBOL_GPL(spi_async);
|
/linux-4.1.27/sound/soc/codecs/ |
D | wm0010.c | 468 ret = spi_async(spi, &xfer->m); in wm0010_firmware_load()
|
/linux-4.1.27/drivers/tty/serial/ |
D | ifx6x60.c | 793 retval = spi_async(ifx_dev->spi_dev, &ifx_dev->spi_msg); in ifx_spi_io()
|
/linux-4.1.27/Documentation/spi/ |
D | spi-summary | 414 - The basic I/O primitive is spi_async(). Async requests may be 423 clean (and small, and "optional") layers over spi_async().
|