Home
last modified time | relevance | path

Searched refs:ec_host_cmd_response_header (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/subsys/mgmt/ec_host_cmd/uart/src/
Dmain.c19 #define RSP_HEADER_SIZE (sizeof(struct ec_host_cmd_response_header))
101 struct ec_host_cmd_response_header *rsp = (struct ec_host_cmd_response_header *)tx_buf; in test_hello()
/Zephyr-latest/subsys/mgmt/ec_host_cmd/
Dec_host_cmd_handler.c34 #define TX_HEADER_SIZE (sizeof(struct ec_host_cmd_response_header))
198 struct ec_host_cmd_response_header *const tx_header = (void *)tx->buf; in send_status_response()
266 struct ec_host_cmd_response_header *const tx_header = (void *)tx->buf; in prepare_response()
/Zephyr-latest/include/zephyr/mgmt/ec_host_cmd/
Dec_host_cmd.h249 struct ec_host_cmd_response_header { struct
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_espi.c129 struct ec_host_cmd_response_header *resp_hdr = hc_espi->tx->buf; in ec_host_cmd_espi_send()
/Zephyr-latest/tests/subsys/mgmt/ec_host_cmd/simulator/src/
Dmain.c59 struct ec_host_cmd_response_header header;