Home
last modified time | relevance | path

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

/drivers/usb/typec/ucsi/
Ducsi_acpi.c106 .async_write = ucsi_acpi_async_write
129 .async_write = ucsi_acpi_async_write
172 .async_write = ucsi_acpi_async_write
Ducsi.c1004 ret = ucsi->ops->async_write(ucsi, UCSI_CONTROL, &command, in ucsi_reset_ppm()
1026 ret = ucsi->ops->async_write(ucsi, UCSI_CONTROL, &command, in ucsi_reset_ppm()
1045 ret = ucsi->ops->async_write(ucsi, UCSI_CONTROL, in ucsi_reset_ppm()
1562 if (!ops || !ops->read || !ops->sync_write || !ops->async_write) in ucsi_create()
1638 ucsi->ops->async_write(ucsi, UCSI_CONTROL, &cmd, sizeof(cmd)); in ucsi_unregister()
Ducsi_glink.c192 .async_write = pmic_glink_ucsi_async_write
Ducsi.h65 int (*async_write)(struct ucsi *ucsi, unsigned int offset, member
Ducsi_stm32g0.c452 .async_write = ucsi_stm32g0_async_write,
Ducsi_ccg.c609 .async_write = ucsi_ccg_async_write,
/drivers/base/regmap/
Dregmap-spi.c104 .async_write = regmap_spi_async_write,
Dregmap.c1691 if (map->async && map->bus && map->bus->async_write) { in _regmap_raw_write_impl()
1728 ret = map->bus->async_write(map->bus_context, in _regmap_raw_write_impl()
1734 ret = map->bus->async_write(map->bus_context, in _regmap_raw_write_impl()
3319 if (!map->bus || !map->bus->async_write) in regmap_async_complete()
/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()