Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_simulator.c20 struct ec_host_cmd_tx_buf *tx;
34 struct ec_host_cmd_tx_buf *tx_buf) in ec_host_cmd_sim_init()
60 struct ec_host_cmd_tx_buf **tx_buf) in ec_host_cmd_backend_sim_install_send_cb()
Dec_host_cmd_backend_espi.c38 struct ec_host_cmd_tx_buf *tx;
96 struct ec_host_cmd_rx_ctx *rx_ctx, struct ec_host_cmd_tx_buf *tx) in ec_host_cmd_espi_init()
Dec_host_cmd_backend_uart.c74 struct ec_host_cmd_tx_buf *tx_buf;
234 struct ec_host_cmd_rx_ctx *rx_ctx, struct ec_host_cmd_tx_buf *tx) in ec_host_cmd_uart_init()
Dec_host_cmd_backend_shi_ite.c69 struct ec_host_cmd_tx_buf *tx;
444 struct ec_host_cmd_rx_ctx *rx_ctx, struct ec_host_cmd_tx_buf *tx) in shi_ite_backend_init()
Dec_host_cmd_backend_spi_stm32.c160 struct ec_host_cmd_tx_buf *tx;
687 struct ec_host_cmd_rx_ctx *rx_ctx, struct ec_host_cmd_tx_buf *tx) in ec_host_cmd_spi_init()
Dec_host_cmd_backend_shi_npcx.c124 struct ec_host_cmd_tx_buf *tx;
962 struct ec_host_cmd_rx_ctx *rx_ctx, struct ec_host_cmd_tx_buf *tx) in shi_npcx_backend_init()
/Zephyr-Core-3.7.0/include/zephyr/mgmt/ec_host_cmd/
Dbackend.h59 struct ec_host_cmd_tx_buf { struct
92 struct ec_host_cmd_tx_buf *tx); argument
Dsimulator.h32 struct ec_host_cmd_tx_buf **tx_buf);
Dec_host_cmd.h95 struct ec_host_cmd_tx_buf tx;
/Zephyr-Core-3.7.0/subsys/mgmt/ec_host_cmd/
Dec_host_cmd_handler.c188 struct ec_host_cmd_tx_buf *tx, in send_status_response()
257 static enum ec_host_cmd_status prepare_response(struct ec_host_cmd_tx_buf *tx, uint16_t len) in prepare_response()
293 struct ec_host_cmd_tx_buf *tx = &hc->tx; in ec_host_cmd_send_response()
389 struct ec_host_cmd_tx_buf *tx = &hc->tx; in ec_host_cmd_thread()
/Zephyr-Core-3.7.0/tests/subsys/mgmt/ec_host_cmd/simulator/src/
Dmain.c13 struct ec_host_cmd_tx_buf *sent;