Lines Matching refs:transport
17 const struct shell_transport *transport = (const struct shell_transport *)priv; in rpmsg_shell_cb() local
18 struct shell_rpmsg *sh_rpmsg = (struct shell_rpmsg *)transport->ctx; in rpmsg_shell_cb()
37 static int uninit(const struct shell_transport *transport) in uninit() argument
39 struct shell_rpmsg *sh_rpmsg = (struct shell_rpmsg *)transport->ctx; in uninit()
51 static int init(const struct shell_transport *transport, in init() argument
56 struct shell_rpmsg *sh_rpmsg = (struct shell_rpmsg *)transport->ctx; in init()
79 sh_rpmsg->ept.priv = (void *)transport; in init()
88 static int enable(const struct shell_transport *transport, bool blocking) in enable() argument
90 struct shell_rpmsg *sh_rpmsg = (struct shell_rpmsg *)transport->ctx; in enable()
101 static int write(const struct shell_transport *transport, in write() argument
104 struct shell_rpmsg *sh_rpmsg = (struct shell_rpmsg *)transport->ctx; in write()
131 static int read(const struct shell_transport *transport, in read() argument
134 struct shell_rpmsg *sh_rpmsg = (struct shell_rpmsg *)transport->ctx; in read()