Searched refs:shell_rpmsg (Results 1 – 3 of 3) sorted by relevance
10 SHELL_DEFINE(shell_rpmsg, CONFIG_SHELL_PROMPT_RPMSG, &shell_transport_rpmsg,18 struct shell_rpmsg *sh_rpmsg = (struct shell_rpmsg *)transport->ctx; in rpmsg_shell_cb()39 struct shell_rpmsg *sh_rpmsg = (struct shell_rpmsg *)transport->ctx; in uninit()56 struct shell_rpmsg *sh_rpmsg = (struct shell_rpmsg *)transport->ctx; in init()90 struct shell_rpmsg *sh_rpmsg = (struct shell_rpmsg *)transport->ctx; in enable()104 struct shell_rpmsg *sh_rpmsg = (struct shell_rpmsg *)transport->ctx; in write()134 struct shell_rpmsg *sh_rpmsg = (struct shell_rpmsg *)transport->ctx; in read()196 return shell_init(&shell_rpmsg, rpmsg_dev, cfg_flags, log_backend, level); in shell_backend_rpmsg_init_transport()201 return &shell_rpmsg; in shell_backend_rpmsg_get_ptr()
35 shell_rpmsg.c
29 struct shell_rpmsg { struct59 static struct shell_rpmsg _name##_shell_rpmsg; \ argument62 .ctx = (struct shell_rpmsg *)&_name##_shell_rpmsg, \