Searched refs:async_write (Results 1 – 10 of 10) sorted by relevance
| /Linux-v6.1/drivers/usb/typec/ucsi/ |
| D | ucsi.c | 136 ucsi->ops->async_write(ucsi, UCSI_CANCEL, NULL, 0); in ucsi_exec_command() 873 ret = ucsi->ops->async_write(ucsi, UCSI_CONTROL, &command, in ucsi_reset_ppm() 892 ret = ucsi->ops->async_write(ucsi, UCSI_CONTROL, in ucsi_reset_ppm() 1343 if (!ops || !ops->read || !ops->sync_write || !ops->async_write) in ucsi_create() 1406 ucsi->ops->async_write(ucsi, UCSI_CONTROL, &cmd, sizeof(cmd)); in ucsi_unregister()
|
| D | ucsi_acpi.c | 93 .async_write = ucsi_acpi_async_write
|
| D | ucsi.h | 53 int (*async_write)(struct ucsi *ucsi, unsigned int offset, member
|
| D | ucsi_stm32g0.c | 441 .async_write = ucsi_stm32g0_async_write,
|
| D | ucsi_ccg.c | 609 .async_write = ucsi_ccg_async_write,
|
| /Linux-v6.1/drivers/base/regmap/ |
| D | regmap-spi.c | 104 .async_write = regmap_spi_async_write,
|
| D | regmap.c | 1772 if (map->async && map->bus && map->bus->async_write) { in _regmap_raw_write_impl() 1809 ret = map->bus->async_write(map->bus_context, in _regmap_raw_write_impl() 1815 ret = map->bus->async_write(map->bus_context, in _regmap_raw_write_impl() 3367 if (!map->bus || !map->bus->async_write) in regmap_async_complete()
|
| /Linux-v6.1/include/linux/ |
| D | buffer_head.h | 129 BUFFER_FNS(Async_Write, async_write) in BUFFER_FNS()
|
| D | regmap.h | 548 regmap_hw_async_write async_write; member
|
| /Linux-v6.1/drivers/scsi/ |
| D | st.c | 1626 int async_write; in st_write() local 1747 async_write = STp->block_size == 0 && !STbp->do_dio && in st_write() 1755 if (!async_write && count == 0) in st_write() 1776 MAX_WRITE_RETRIES, !async_write); in st_write() 1781 if (async_write && !STbp->syscall_result) { in st_write()
|