Home
last modified time | relevance | path

Searched refs:input_buf_size (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/mgmt/ec_host_cmd/
Dec_host_cmd.h132 uint16_t input_buf_size; member
/Zephyr-Core-3.7.0/subsys/mgmt/ec_host_cmd/
Dec_host_cmd_handler.c241 if (handler->min_rqt_size > args->input_buf_size) { in validate_handler()
433 args.input_buf_size = rx_header->data_len; in ec_host_cmd_thread()
/Zephyr-Core-3.7.0/tests/subsys/mgmt/ec_host_cmd/uart/src/
Dmain.c66 if (args->input_buf_size != sizeof(struct hello_cmd_data)) { in ec_host_cmd_hello()