Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/typec/ucsi/
H A Ducsi_acpi.c106 .async_write = ucsi_acpi_async_write
129 .async_write = ucsi_acpi_async_write
172 .async_write = ucsi_acpi_async_write
H A Ducsi.c1007 ret = ucsi->ops->async_write(ucsi, UCSI_CONTROL, &command, in ucsi_reset_ppm()
1029 ret = ucsi->ops->async_write(ucsi, UCSI_CONTROL, &command, in ucsi_reset_ppm()
1048 ret = ucsi->ops->async_write(ucsi, UCSI_CONTROL, in ucsi_reset_ppm()
1571 if (!ops || !ops->read || !ops->sync_write || !ops->async_write) in ucsi_create()
1647 ucsi->ops->async_write(ucsi, UCSI_CONTROL, &cmd, sizeof(cmd)); in ucsi_unregister()
H A Ducsi_glink.c220 .async_write = pmic_glink_ucsi_async_write,
H A Ducsi.h68 int (*async_write)(struct ucsi *ucsi, unsigned int offset, member
H A Ducsi_stm32g0.c452 .async_write = ucsi_stm32g0_async_write,
H A Ducsi_ccg.c611 .async_write = ucsi_ccg_async_write,
/openbmc/bmcweb/include/
H A Dcredential_pipe.hpp63 boost::asio::async_write(impl, buffer, in asyncWrite()
/openbmc/bmcweb/http/
H A Dwebsocket_impl.hpp148 ws.async_write(boost::asio::buffer(msg), in sendEx()
282 ws.async_write(outBuffer.data(), [this, self(shared_from_this())]( in doWrite()
H A Dhttp2_connection.hpp574 boost::asio::async_write( in writeBuffer()
580 boost::asio::async_write( in writeBuffer()
H A Dhttp_connection.hpp831 boost::beast::async_write( in doWrite()
839 boost::beast::async_write( in doWrite()
H A Dhttp_client.hpp289 boost::beast::http::async_write( in sendMessage()
296 boost::beast::http::async_write( in sendMessage()
/openbmc/linux/drivers/base/regmap/
H A Dregmap-spi.c104 .async_write = regmap_spi_async_write,
H A Dregmap.c1704 if (map->async && map->bus && map->bus->async_write) { in _regmap_raw_write_impl()
1741 ret = map->bus->async_write(map->bus_context, in _regmap_raw_write_impl()
1747 ret = map->bus->async_write(map->bus_context, in _regmap_raw_write_impl()
3332 if (!map->bus || !map->bus->async_write) in regmap_async_complete()
/openbmc/dbus-sensors/src/nvme/
H A DNVMeBasicContext.cpp288 boost::asio::async_write( in readAndProcessNVMeSensor()
/openbmc/ipmbbridge/
H A Dipmbbridged.cpp267 boost::asio::async_write( in ipmbSendI2cFrame()
734 boost::asio::async_write(i2cTargetDescriptor, in requestAdd()
/openbmc/linux/include/linux/
H A Dbuffer_head.h130 BUFFER_FNS(Async_Write, async_write) in BUFFER_FNS()
H A Dregmap.h567 regmap_hw_async_write async_write; member
/openbmc/linux/drivers/scsi/
H A Dst.c1634 int async_write; in st_write() local
1755 async_write = STp->block_size == 0 && !STbp->do_dio && in st_write()
1763 if (!async_write && count == 0) in st_write()
1784 MAX_WRITE_RETRIES, !async_write); in st_write()
1789 if (async_write && !STbp->syscall_result) { in st_write()