Searched refs:async_write (Results 1 – 18 of 18) sorted by relevance
/openbmc/linux/drivers/usb/typec/ucsi/ |
H A 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
|
H A D | ucsi.c | 1007 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 D | ucsi_glink.c | 220 .async_write = pmic_glink_ucsi_async_write,
|
H A D | ucsi.h | 68 int (*async_write)(struct ucsi *ucsi, unsigned int offset, member
|
H A D | ucsi_stm32g0.c | 452 .async_write = ucsi_stm32g0_async_write,
|
H A D | ucsi_ccg.c | 611 .async_write = ucsi_ccg_async_write,
|
/openbmc/bmcweb/include/ |
H A D | credential_pipe.hpp | 63 boost::asio::async_write(impl, buffer, in asyncWrite()
|
/openbmc/bmcweb/http/ |
H A D | websocket_impl.hpp | 148 ws.async_write(boost::asio::buffer(msg), in sendEx() 282 ws.async_write(outBuffer.data(), [this, self(shared_from_this())]( in doWrite()
|
H A D | http2_connection.hpp | 574 boost::asio::async_write( in writeBuffer() 580 boost::asio::async_write( in writeBuffer()
|
H A D | http_connection.hpp | 831 boost::beast::async_write( in doWrite() 839 boost::beast::async_write( in doWrite()
|
H A D | http_client.hpp | 289 boost::beast::http::async_write( in sendMessage() 296 boost::beast::http::async_write( in sendMessage()
|
/openbmc/linux/drivers/base/regmap/ |
H A D | regmap-spi.c | 104 .async_write = regmap_spi_async_write,
|
H A D | regmap.c | 1704 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 D | NVMeBasicContext.cpp | 288 boost::asio::async_write( in readAndProcessNVMeSensor()
|
/openbmc/ipmbbridge/ |
H A D | ipmbbridged.cpp | 267 boost::asio::async_write( in ipmbSendI2cFrame() 734 boost::asio::async_write(i2cTargetDescriptor, in requestAdd()
|
/openbmc/linux/include/linux/ |
H A D | buffer_head.h | 130 BUFFER_FNS(Async_Write, async_write) in BUFFER_FNS()
|
H A D | regmap.h | 567 regmap_hw_async_write async_write; member
|
/openbmc/linux/drivers/scsi/ |
H A D | st.c | 1634 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()
|