Home
last modified time | relevance | path

Searched refs:async_write (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/base/regmap/
Dregmap-spi.c108 .async_write = regmap_spi_async_write,
Dregmap.c1280 if (map->async && map->bus->async_write) { in _regmap_raw_write()
1317 ret = map->bus->async_write(map->bus_context, in _regmap_raw_write()
1323 ret = map->bus->async_write(map->bus_context, in _regmap_raw_write()
2520 if (!map->bus || !map->bus->async_write) in regmap_async_complete()
/linux-4.1.27/include/linux/
Dbuffer_head.h125 BUFFER_FNS(Async_Write, async_write)
Dregmap.h316 regmap_hw_async_write async_write; member
/linux-4.1.27/drivers/scsi/
Dst.c1572 int async_write; in st_write() local
1693 async_write = STp->block_size == 0 && !STbp->do_dio && in st_write()
1701 if (!async_write && count == 0) in st_write()
1722 MAX_WRITE_RETRIES, !async_write); in st_write()
1727 if (async_write && !STbp->syscall_result) { in st_write()