Searched refs:async_write (Results 1 – 9 of 9) sorted by relevance
/drivers/usb/typec/ucsi/ |
D | ucsi_acpi.c | 106 .async_write = ucsi_acpi_async_write 129 .async_write = ucsi_acpi_async_write 172 .async_write = ucsi_acpi_async_write
|
D | ucsi.c | 1004 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()
|
D | ucsi_glink.c | 192 .async_write = pmic_glink_ucsi_async_write
|
D | ucsi.h | 65 int (*async_write)(struct ucsi *ucsi, unsigned int offset, member
|
D | ucsi_stm32g0.c | 452 .async_write = ucsi_stm32g0_async_write,
|
D | ucsi_ccg.c | 609 .async_write = ucsi_ccg_async_write,
|
/drivers/base/regmap/ |
D | regmap-spi.c | 104 .async_write = regmap_spi_async_write,
|
D | regmap.c | 1691 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/ |
D | st.c | 1628 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()
|