Searched refs:async_write (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/drivers/usb/typec/ucsi/ |
D | ucsi.c | 56 return ucsi->ops->async_write(ucsi, UCSI_CONTROL, &ctrl, sizeof(ctrl)); in ucsi_acknowledge_connector_change() 748 ret = ucsi->ops->async_write(ucsi, UCSI_CONTROL, &command, in ucsi_reset_ppm() 767 ret = ucsi->ops->async_write(ucsi, UCSI_CONTROL, in ucsi_reset_ppm() 1140 if (!ops || !ops->read || !ops->sync_write || !ops->async_write) in ucsi_create() 1203 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 | 51 int (*async_write)(struct ucsi *ucsi, unsigned int offset, member
|
D | ucsi_ccg.c | 597 .async_write = ucsi_ccg_async_write,
|
/Linux-v5.10/drivers/base/regmap/ |
D | regmap-spi.c | 104 .async_write = regmap_spi_async_write,
|
D | regmap.c | 1710 if (map->async && map->bus->async_write) { in _regmap_raw_write_impl() 1747 ret = map->bus->async_write(map->bus_context, in _regmap_raw_write_impl() 1753 ret = map->bus->async_write(map->bus_context, in _regmap_raw_write_impl() 3158 if (!map->bus || !map->bus->async_write) in regmap_async_complete()
|
/Linux-v5.10/include/linux/ |
D | buffer_head.h | 129 BUFFER_FNS(Async_Write, async_write)
|
D | regmap.h | 505 regmap_hw_async_write async_write; member
|
/Linux-v5.10/drivers/net/can/m_can/ |
D | tcan4x5x.c | 250 .async_write = regmap_spi_async_write,
|
/Linux-v5.10/drivers/scsi/ |
D | st.c | 1627 int async_write; in st_write() local 1748 async_write = STp->block_size == 0 && !STbp->do_dio && in st_write() 1756 if (!async_write && count == 0) in st_write() 1777 MAX_WRITE_RETRIES, !async_write); in st_write() 1782 if (async_write && !STbp->syscall_result) { in st_write()
|