Home
last modified time | relevance | path

Searched refs:shell_transport_api (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/include/zephyr/shell/
Dshell_rtt.h16 extern const struct shell_transport_api shell_rtt_transport_api;
Dshell_adsp_memory_window.h17 extern const struct shell_transport_api shell_adsp_memory_window_transport_api;
Dshell_dummy.h18 extern const struct shell_transport_api shell_dummy_transport_api;
Dshell_rpmsg.h18 extern const struct shell_transport_api shell_rpmsg_transport_api;
Dshell_telnet.h17 extern const struct shell_transport_api shell_telnet_transport_api;
Dshell_uart.h18 extern const struct shell_transport_api shell_uart_transport_api;
Dshell_mqtt.h30 extern const struct shell_transport_api shell_mqtt_transport_api;
Dshell_websocket.h64 extern const struct shell_transport_api shell_websocket_transport_api;
Dshell.h668 struct shell_transport_api { struct
747 const struct shell_transport_api *api; argument
/Zephyr-latest/subsys/shell/backends/
Dshell_dummy.c93 const struct shell_transport_api shell_dummy_transport_api = {
Dshell_adsp_memory_window.c116 const struct shell_transport_api shell_adsp_memory_window_transport_api = {
Dshell_rtt.c178 const struct shell_transport_api shell_rtt_transport_api = {
Dshell_rpmsg.c180 const struct shell_transport_api shell_rpmsg_transport_api = {
Dshell_websocket.c372 const struct shell_transport_api shell_websocket_transport_api = {
Dshell_uart.c508 const struct shell_transport_api shell_uart_transport_api = {
Dshell_mqtt.c813 const struct shell_transport_api shell_mqtt_transport_api = { .init = init,
Dshell_telnet.c778 const struct shell_transport_api shell_telnet_transport_api = {
/Zephyr-latest/drivers/misc/coresight/
Dnrf_etr.c925 const struct shell_transport_api shell_api = {