Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/ucsi/
A Ducsi.c132 ucsi->ops->async_write(ucsi, UCSI_CANCEL, NULL, 0); in ucsi_exec_command()
863 ret = ucsi->ops->async_write(ucsi, UCSI_CONTROL, &command, in ucsi_reset_ppm()
882 ret = ucsi->ops->async_write(ucsi, UCSI_CONTROL, in ucsi_reset_ppm()
1295 if (!ops || !ops->read || !ops->sync_write || !ops->async_write) in ucsi_create()
1358 ucsi->ops->async_write(ucsi, UCSI_CONTROL, &cmd, sizeof(cmd)); in ucsi_unregister()
A Ducsi_acpi.c93 .async_write = ucsi_acpi_async_write
A Ducsi.h53 int (*async_write)(struct ucsi *ucsi, unsigned int offset, member
A Ducsi_ccg.c597 .async_write = ucsi_ccg_async_write,
/linux/drivers/base/regmap/
A Dregmap-spi.c104 .async_write = regmap_spi_async_write,
A Dregmap.c1750 if (map->async && map->bus->async_write) { in _regmap_raw_write_impl()
1787 ret = map->bus->async_write(map->bus_context, in _regmap_raw_write_impl()
1793 ret = map->bus->async_write(map->bus_context, in _regmap_raw_write_impl()
3201 if (!map->bus || !map->bus->async_write) in regmap_async_complete()
/linux/include/linux/
A Dbuffer_head.h129 BUFFER_FNS(Async_Write, async_write)
A Dregmap.h514 regmap_hw_async_write async_write; member
/linux/drivers/scsi/
A Dst.c1623 int async_write; in st_write() local
1744 async_write = STp->block_size == 0 && !STbp->do_dio && in st_write()
1752 if (!async_write && count == 0) in st_write()
1773 MAX_WRITE_RETRIES, !async_write); in st_write()
1778 if (async_write && !STbp->syscall_result) { in st_write()

Completed in 35 milliseconds