Home
last modified time | relevance | path

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

/subsys/shell/backends/
A Dshell_dummy.c109 shell_init(&shell_dummy, NULL, cfg_flags, log_backend, level); in enable_shell_dummy()
A Dshell_adsp_memory_window.c131 shell_init(&shell_adsp_memory_window, NULL, cfg_flags, log_backend, level); in enable_shell_adsp_memory_window()
A Dshell_rtt.c194 shell_init(&shell_rtt, NULL, cfg_flags, log_backend, level); in enable_shell_rtt()
A Dshell_rpmsg.c196 return shell_init(&shell_rpmsg, rpmsg_dev, cfg_flags, log_backend, level); in shell_backend_rpmsg_init_transport()
A Dshell_websocket.c394 ret = shell_init(sh, NULL, cfg_flags, log_backend, level); in shell_websocket_enable()
A Dshell_uart.c552 shell_init(&shell_uart, dev, cfg_flags, log_backend, level); in enable_shell_uart()
A Dshell_telnet.c794 return shell_init(&shell_telnet, NULL, cfg_flags, log_backend, level); in enable_shell_telnet()
A Dshell_mqtt.c838 return shell_init(&shell_mqtt, NULL, cfg_flags, log_backend, level); in enable_shell_mqtt()
/subsys/shell/
A Dshell.c1362 int shell_init(const struct shell *sh, const void *transport_config, in shell_init() function

Completed in 21 milliseconds