Searched refs:async_write (Results 1 – 5 of 5) sorted by relevance
108 .async_write = regmap_spi_async_write,
1544 if (map->async && map->bus->async_write) { in _regmap_raw_write_impl()1581 ret = map->bus->async_write(map->bus_context, in _regmap_raw_write_impl()1587 ret = map->bus->async_write(map->bus_context, in _regmap_raw_write_impl()2899 if (!map->bus || !map->bus->async_write) in regmap_async_complete()
129 BUFFER_FNS(Async_Write, async_write)
496 regmap_hw_async_write async_write; member
1624 int async_write; in st_write() local1745 async_write = STp->block_size == 0 && !STbp->do_dio && in st_write()1753 if (!async_write && count == 0) in st_write()1774 MAX_WRITE_RETRIES, !async_write); in st_write()1779 if (async_write && !STbp->syscall_result) { in st_write()