Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/mgmt/ec_host_cmd/
Dec_host_cmd_handler.c397 const struct ec_host_cmd_handler *found_handler; in ec_host_cmd_thread() local
424 found_handler = NULL; in ec_host_cmd_thread()
427 found_handler = handler; in ec_host_cmd_thread()
433 if (found_handler == NULL) { in ec_host_cmd_thread()
444 status = validate_handler(found_handler, &args); in ec_host_cmd_thread()
456 status = found_handler->handler(&args); in ec_host_cmd_thread()