Searched refs:cfg_flags (Results 1 – 9 of 9) sorted by relevance
| /subsys/shell/backends/ |
| A D | shell_dummy.c | 106 static const struct shell_backend_config_flags cfg_flags = in enable_shell_dummy() local 109 shell_init(&shell_dummy, NULL, cfg_flags, log_backend, level); in enable_shell_dummy()
|
| A D | shell_adsp_memory_window.c | 128 static const struct shell_backend_config_flags cfg_flags = in enable_shell_adsp_memory_window() local 131 shell_init(&shell_adsp_memory_window, NULL, cfg_flags, log_backend, level); in enable_shell_adsp_memory_window()
|
| A D | shell_rtt.c | 191 static const struct shell_backend_config_flags cfg_flags = in enable_shell_rtt() local 194 shell_init(&shell_rtt, NULL, cfg_flags, log_backend, level); in enable_shell_rtt()
|
| A D | shell_rpmsg.c | 193 static const struct shell_backend_config_flags cfg_flags = in shell_backend_rpmsg_init_transport() local 196 return shell_init(&shell_rpmsg, rpmsg_dev, cfg_flags, log_backend, level); in shell_backend_rpmsg_init_transport()
|
| A D | shell_websocket.c | 390 static const struct shell_backend_config_flags cfg_flags = in shell_websocket_enable() local 394 ret = shell_init(sh, NULL, cfg_flags, log_backend, level); in shell_websocket_enable()
|
| A D | shell_uart.c | 541 static const struct shell_backend_config_flags cfg_flags = in enable_shell_uart() local 552 shell_init(&shell_uart, dev, cfg_flags, log_backend, level); in enable_shell_uart()
|
| A D | shell_telnet.c | 791 static const struct shell_backend_config_flags cfg_flags = in enable_shell_telnet() local 794 return shell_init(&shell_telnet, NULL, cfg_flags, log_backend, level); in enable_shell_telnet()
|
| A D | shell_mqtt.c | 829 static const struct shell_backend_config_flags cfg_flags = { in enable_shell_mqtt() local 838 return shell_init(&shell_mqtt, NULL, cfg_flags, log_backend, level); in enable_shell_mqtt()
|
| /subsys/shell/ |
| A D | shell.c | 1207 struct shell_backend_config_flags cfg_flags) in instance_init() argument 1243 cfg_flags.obscure &= IS_ENABLED(CONFIG_SHELL_START_OBSCURED); in instance_init() 1244 cfg_flags.use_colors &= IS_ENABLED(CONFIG_SHELL_VT100_COLORS); in instance_init() 1245 cfg_flags.use_vt100 &= IS_ENABLED(CONFIG_SHELL_VT100_COMMANDS); in instance_init() 1246 cfg_flags.echo &= IS_ENABLED(CONFIG_SHELL_ECHO_STATUS); in instance_init() 1247 cfg_flags.mode_delete &= IS_ENABLED(CONFIG_SHELL_BACKSPACE_MODE_DELETE); in instance_init() 1248 sh->ctx->cfg.flags = cfg_flags; in instance_init() 1363 struct shell_backend_config_flags cfg_flags, in shell_init() argument 1373 int err = instance_init(sh, transport_config, cfg_flags); in shell_init()
|
Completed in 109 milliseconds