Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/mgmt/ec_host_cmd/
Dbackend.h42 struct ec_host_cmd_rx_ctx { struct
91 struct ec_host_cmd_rx_ctx *rx_ctx,
Dec_host_cmd.h90 typedef void (*ec_host_cmd_user_cb_t)(const struct ec_host_cmd_rx_ctx *rx_ctx, void *user_data);
94 struct ec_host_cmd_rx_ctx rx_ctx;
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_simulator.c19 struct ec_host_cmd_rx_ctx *rx_ctx;
33 struct ec_host_cmd_rx_ctx *rx_ctx, in ec_host_cmd_sim_init()
Dec_host_cmd_backend_espi.c36 struct ec_host_cmd_rx_ctx *rx_ctx;
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.c72 struct ec_host_cmd_rx_ctx *rx_ctx;
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.c73 struct ec_host_cmd_rx_ctx *rx_ctx;
487 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.c167 struct ec_host_cmd_rx_ctx *rx_ctx;
721 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.c123 struct ec_host_cmd_rx_ctx *rx_ctx;
1022 struct ec_host_cmd_rx_ctx *rx_ctx, struct ec_host_cmd_tx_buf *tx) in shi_npcx_backend_init()
/Zephyr-latest/subsys/mgmt/ec_host_cmd/
Dec_host_cmd_handler.c212 static enum ec_host_cmd_status verify_rx(struct ec_host_cmd_rx_ctx *rx) in verify_rx()
335 struct ec_host_cmd_rx_ctx *rx = &hc->rx_ctx; in ec_host_cmd_rx_notify()
395 struct ec_host_cmd_rx_ctx *rx = &hc->rx_ctx; in ec_host_cmd_thread()