Searched refs:async_write (Results 1 – 4 of 4) sorted by relevance
104 .async_write = regmap_spi_async_write,
1712 if (map->async && map->bus && map->bus->async_write) { in _regmap_raw_write_impl()1749 ret = map->bus->async_write(map->bus_context, in _regmap_raw_write_impl()1755 ret = map->bus->async_write(map->bus_context, in _regmap_raw_write_impl()3376 if (!map->bus || !map->bus->async_write) in regmap_async_complete()
131 BUFFER_FNS(Async_Write, async_write) in BUFFER_FNS()
1655 int async_write; in st_write() local1776 async_write = STp->block_size == 0 && !STbp->do_dio && in st_write()1784 if (!async_write && count == 0) in st_write()1805 MAX_WRITE_RETRIES, !async_write); in st_write()1810 if (async_write && !STbp->syscall_result) { in st_write()