Searched refs:shell_dummy (Results 1 – 3 of 3) sorted by relevance
13 SHELL_DEFINE(shell_dummy, CONFIG_SHELL_PROMPT_DUMMY, &shell_transport_dummy, 256,21 struct shell_dummy *sh_dummy = (struct shell_dummy *)transport->ctx; in init()34 struct shell_dummy *sh_dummy = (struct shell_dummy *)transport->ctx; in uninit()47 struct shell_dummy *sh_dummy = (struct shell_dummy *)transport->ctx; in enable()59 struct shell_dummy *sh_dummy = (struct shell_dummy *)transport->ctx; in write()82 struct shell_dummy *sh_dummy = (struct shell_dummy *)transport->ctx; in read()109 shell_init(&shell_dummy, NULL, cfg_flags, log_backend, level); in enable_shell_dummy()117 return &shell_dummy; in shell_backend_dummy_get_ptr()123 struct shell_dummy *sh_dummy = (struct shell_dummy *)sh->iface->ctx; in shell_backend_dummy_get_output()134 struct shell_dummy *sh_dummy = (struct shell_dummy *)sh->iface->ctx; in shell_backend_dummy_clear_output()
10 shell_dummy.c
20 struct shell_dummy { struct31 static struct shell_dummy _name##_shell_dummy; \ argument34 .ctx = (struct shell_dummy *)&_name##_shell_dummy \