Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/mgmt/ec_host_cmd/
Dec_host_cmd_handler.c70 static bool cmd_in_progress; variable
99 return !cmd_in_progress; in ec_host_cmd_send_in_progress_ended()
114 if (cmd_in_progress) { in ec_host_cmd_send_in_progress_continue()
118 cmd_in_progress = true; in ec_host_cmd_send_in_progress_continue()
138 cmd_in_progress = false; in handler_in_progress()
/Zephyr-latest/drivers/sdhc/
Dsam_hsmci.c74 uint8_t cmd_in_progress; member