Searched refs:shell_transport (Results 1 – 9 of 9) sorted by relevance
/Zephyr-Core-2.7.6/subsys/shell/ |
D | shell_dummy.c | 16 static int init(const struct shell_transport *transport, in init() 32 static int uninit(const struct shell_transport *transport) in uninit() 45 static int enable(const struct shell_transport *transport, bool blocking) in enable() 56 static int write(const struct shell_transport *transport, in write() 79 static int read(const struct shell_transport *transport, in read()
|
D | shell_rtt.c | 35 static int init(const struct shell_transport *transport, in init() 53 static int uninit(const struct shell_transport *transport) in uninit() 62 static int enable(const struct shell_transport *transport, bool blocking) in enable() 74 static int write(const struct shell_transport *transport, in write() 94 static int read(const struct shell_transport *transport, in read()
|
D | shell_uart.c | 191 static int init(const struct shell_transport *transport, in init() 218 static int uninit(const struct shell_transport *transport) in uninit() 234 static int enable(const struct shell_transport *transport, bool blocking_tx) in enable() 261 static int write(const struct shell_transport *transport, in write() 284 static int read(const struct shell_transport *transport, in read() 295 static void update(const struct shell_transport *transport) in update()
|
D | shell_telnet.c | 326 static int init(const struct shell_transport *transport, in init() 351 static int uninit(const struct shell_transport *transport) in uninit() 360 static int enable(const struct shell_transport *transport, bool blocking) in enable() 369 static int write(const struct shell_transport *transport, in write() 437 static int read(const struct shell_transport *transport, in read()
|
/Zephyr-Core-2.7.6/include/shell/ |
D | shell.h | 514 struct shell_transport; 531 int (*init)(const struct shell_transport *transport, 543 int (*uninit)(const struct shell_transport *transport); 557 int (*enable)(const struct shell_transport *transport, 570 int (*write)(const struct shell_transport *transport, 583 int (*read)(const struct shell_transport *transport, 593 void (*update)(const struct shell_transport *transport); 597 struct shell_transport { struct 728 const struct shell_transport *iface; /*!< Transport interface.*/
|
D | shell_rtt.h | 26 struct shell_transport _name = { \
|
D | shell_dummy.h | 32 struct shell_transport _name = { \
|
D | shell_telnet.h | 57 struct shell_transport _name = { \
|
D | shell_uart.h | 69 struct shell_transport _name = { \
|