Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_simulator.c82 ec_host_cmd_init(&ec_host_cmd_sim); in host_cmd_init()
Dec_host_cmd_backend_espi.c165 ec_host_cmd_init(ec_host_cmd_backend_get_espi(dev)); in host_cmd_init()
Dec_host_cmd_backend_uart.c322 ec_host_cmd_init(ec_host_cmd_backend_get_uart(dev)); in host_cmd_init()
Dec_host_cmd_backend_shi_ite.c564 ec_host_cmd_init(ec_host_cmd_backend_get_shi_ite()); in host_cmd_init()
Dec_host_cmd_backend_spi_stm32.c894 ec_host_cmd_init(ec_host_cmd_backend_get_spi(&cs)); in host_cmd_init()
Dec_host_cmd_backend_shi_npcx.c1161 ec_host_cmd_init(ec_host_cmd_backend_get_shi_npcx()); in host_cmd_init()
/Zephyr-latest/include/zephyr/mgmt/ec_host_cmd/
Dec_host_cmd.h281 int ec_host_cmd_init(struct ec_host_cmd_backend *backend);
/Zephyr-latest/subsys/mgmt/ec_host_cmd/
DKconfig93 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.
Dec_host_cmd_handler.c469 int ec_host_cmd_init(struct ec_host_cmd_backend *backend) in ec_host_cmd_init() function
/Zephyr-latest/doc/services/device_mgmt/
Dec_host_cmd.rst96 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`
/Zephyr-latest/tests/subsys/mgmt/ec_host_cmd/uart/src/
Dmain.c298 ec_host_cmd_init(ec_host_cmd_backend_get_uart(&uart_mock)); in ec_host_cmd_tests_setup()