Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/mgmt/ec_host_cmd/
Dec_host_cmd_handler.c245 if (handler->min_rsp_size > args->output_buf_max) { in validate_handler()
434 args.output_buf_max = tx->len_max - TX_HEADER_SIZE, in ec_host_cmd_thread()
447 memset(args.output_buf, 0, args.output_buf_max); in ec_host_cmd_thread()
/Zephyr-Core-3.7.0/include/zephyr/mgmt/ec_host_cmd/
Dec_host_cmd.h136 uint16_t output_buf_max; member
/Zephyr-Core-3.7.0/tests/subsys/mgmt/ec_host_cmd/simulator/src/
Dmain.c372 if (request->bytes_to_write > args->output_buf_max) { in ec_host_cmd_unbounded()