Home
last modified time | relevance | path

Searched refs:output_buf_size (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.7.0/subsys/mgmt/ec_host_cmd/
Dec_host_cmd_handler.c311 if (args->output_buf_size) { in ec_host_cmd_send_response()
312 LOG_HEXDUMP_DBG(args->output_buf, args->output_buf_size, "HC resp:"); in ec_host_cmd_send_response()
316 status = prepare_response(tx, args->output_buf_size); in ec_host_cmd_send_response()
435 args.output_buf_size = 0; in ec_host_cmd_thread()
/Zephyr-Core-3.7.0/tests/subsys/mgmt/ec_host_cmd/simulator/src/
Dmain.c159 args->output_buf_size = sizeof(*response); in ec_host_cmd_add()
358 args->output_buf_size = request->bytes_to_write; in ec_host_cmd_unbounded()
381 args->output_buf_size = request->bytes_to_write; in ec_host_cmd_unbounded()
/Zephyr-Core-3.7.0/include/zephyr/mgmt/ec_host_cmd/
Dec_host_cmd.h138 uint16_t output_buf_size; member
/Zephyr-Core-3.7.0/tests/subsys/mgmt/ec_host_cmd/uart/src/
Dmain.c59 args->output_buf_size = 0; in ec_host_cmd_hello()
75 args->output_buf_size = sizeof(EC_HELLO_STR); in ec_host_cmd_hello()