Home
last modified time | relevance | path

Searched defs:log_backend (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/include/zephyr/logging/
Dlog_backend.h94 struct log_backend { struct
95 const struct log_backend_api *api; argument
96 struct log_backend_control_block *cb; argument
118 static const STRUCT_SECTION_ITERABLE(log_backend, _name) = \ argument
Dlog_multidomain_helper.h195 const struct log_backend *log_backend; member
/Zephyr-latest/subsys/shell/
Dshell_log_backend.c118 const struct shell_log_backend *log_backend = sh->log_backend; in dropped() local
206 const struct shell_log_backend *log_backend = sh->log_backend; in process_msg_from_buffer() local
229 const struct shell_log_backend *log_backend = sh->log_backend; in process() local
Dshell.c1379 bool log_backend, uint32_t init_log_level) in shell_init()
/Zephyr-latest/samples/subsys/shell/shell_module/src/
Duart_reinit.c14 bool log_backend = CONFIG_SHELL_BACKEND_SERIAL_LOG_LEVEL > 0; in shell_init_from_work() local
/Zephyr-latest/subsys/shell/backends/
Dshell_dummy.c103 bool log_backend = CONFIG_SHELL_DUMMY_INIT_LOG_LEVEL > 0; in enable_shell_dummy() local
Dshell_adsp_memory_window.c126 bool log_backend = true; in enable_shell_adsp_memory_window() local
Dshell_rpmsg.c190 bool log_backend = CONFIG_SHELL_RPMSG_INIT_LOG_LEVEL > 0; in shell_backend_rpmsg_init_transport() local
Dshell_rtt.c188 bool log_backend = CONFIG_SHELL_RTT_INIT_LOG_LEVEL > 0; in enable_shell_rtt() local
Dshell_websocket.c389 bool log_backend = CONFIG_SHELL_WEBSOCKET_INIT_LOG_LEVEL > 0; in shell_websocket_enable() local
Dshell_mqtt.c822 bool log_backend = CONFIG_SHELL_MQTT_INIT_LOG_LEVEL > 0; in enable_shell_mqtt() local
Dshell_telnet.c788 bool log_backend = CONFIG_SHELL_TELNET_INIT_LOG_LEVEL > 0; in enable_shell_telnet() local
Dshell_uart.c537 bool log_backend = CONFIG_SHELL_BACKEND_SERIAL_LOG_LEVEL > 0; in enable_shell_uart() local
/Zephyr-latest/include/zephyr/shell/
Dshell.h926 const struct shell_log_backend *log_backend; member