Searched refs:ec_host_cmd_init (Results 1 – 11 of 11) sorted by relevance
82 ec_host_cmd_init(&ec_host_cmd_sim); in host_cmd_init()
165 ec_host_cmd_init(ec_host_cmd_backend_get_espi(dev)); in host_cmd_init()
322 ec_host_cmd_init(ec_host_cmd_backend_get_uart(dev)); in host_cmd_init()
564 ec_host_cmd_init(ec_host_cmd_backend_get_shi_ite()); in host_cmd_init()
894 ec_host_cmd_init(ec_host_cmd_backend_get_spi(&cs)); in host_cmd_init()
1161 ec_host_cmd_init(ec_host_cmd_backend_get_shi_npcx()); in host_cmd_init()
281 int ec_host_cmd_init(struct ec_host_cmd_backend *backend);
93 The ec_host_cmd_init function is called by the chosen backend.98 The ec_host_cmd_init function creates a new thread dedicated for Host Command.
469 int ec_host_cmd_init(struct ec_host_cmd_backend *backend) in ec_host_cmd_init() function
96 initializes the host command subsystem by calling :c:func:`ec_host_cmd_init`:103 If no backend chosen node is configured, the application must call the :c:func:`ec_host_cmd_init`
298 ec_host_cmd_init(ec_host_cmd_backend_get_uart(&uart_mock)); in ec_host_cmd_tests_setup()