Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/typec/ucsi/
Ducsi.c56 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()
Ducsi_acpi.c93 .async_write = ucsi_acpi_async_write
Ducsi.h51 int (*async_write)(struct ucsi *ucsi, unsigned int offset, member
Ducsi_ccg.c597 .async_write = ucsi_ccg_async_write,
/Linux-v5.10/drivers/base/regmap/
Dregmap-spi.c104 .async_write = regmap_spi_async_write,
Dregmap.c1710 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/
Dbuffer_head.h129 BUFFER_FNS(Async_Write, async_write)
Dregmap.h505 regmap_hw_async_write async_write; member
/Linux-v5.10/drivers/net/can/m_can/
Dtcan4x5x.c250 .async_write = regmap_spi_async_write,
/Linux-v5.10/drivers/scsi/
Dst.c1627 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()