Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/typec/ucsi/
Ducsi_acpi.c96 .async_write = ucsi_acpi_async_write
119 .async_write = ucsi_acpi_async_write
Ducsi.c986 ret = ucsi->ops->async_write(ucsi, UCSI_CONTROL, &command, in ucsi_reset_ppm()
1005 ret = ucsi->ops->async_write(ucsi, UCSI_CONTROL, in ucsi_reset_ppm()
1512 if (!ops || !ops->read || !ops->sync_write || !ops->async_write) in ucsi_create()
1579 ucsi->ops->async_write(ucsi, UCSI_CONTROL, &cmd, sizeof(cmd)); in ucsi_unregister()
Ducsi_glink.c184 .async_write = pmic_glink_ucsi_async_write
Ducsi.h54 int (*async_write)(struct ucsi *ucsi, unsigned int offset, member
Ducsi_stm32g0.c441 .async_write = ucsi_stm32g0_async_write,
Ducsi_ccg.c609 .async_write = ucsi_ccg_async_write,
/Linux-v6.6/drivers/base/regmap/
Dregmap-spi.c104 .async_write = regmap_spi_async_write,
Dregmap.c1689 if (map->async && map->bus && map->bus->async_write) { in _regmap_raw_write_impl()
1726 ret = map->bus->async_write(map->bus_context, in _regmap_raw_write_impl()
1732 ret = map->bus->async_write(map->bus_context, in _regmap_raw_write_impl()
3280 if (!map->bus || !map->bus->async_write) in regmap_async_complete()
/Linux-v6.6/include/linux/
Dbuffer_head.h130 BUFFER_FNS(Async_Write, async_write) in BUFFER_FNS()
Dregmap.h567 regmap_hw_async_write async_write; member
/Linux-v6.6/drivers/scsi/
Dst.c1628 int async_write; in st_write() local
1749 async_write = STp->block_size == 0 && !STbp->do_dio && in st_write()
1757 if (!async_write && count == 0) in st_write()
1778 MAX_WRITE_RETRIES, !async_write); in st_write()
1783 if (async_write && !STbp->syscall_result) { in st_write()