Searched defs:log_backend (Results 1 – 14 of 14) sorted by relevance
94 struct log_backend { struct95 const struct log_backend_api *api; argument96 struct log_backend_control_block *cb; argument118 static const STRUCT_SECTION_ITERABLE(log_backend, _name) = \ argument
195 const struct log_backend *log_backend; member
118 const struct shell_log_backend *log_backend = sh->log_backend; in dropped() local206 const struct shell_log_backend *log_backend = sh->log_backend; in process_msg_from_buffer() local229 const struct shell_log_backend *log_backend = sh->log_backend; in process() local
1379 bool log_backend, uint32_t init_log_level) in shell_init()
14 bool log_backend = CONFIG_SHELL_BACKEND_SERIAL_LOG_LEVEL > 0; in shell_init_from_work() local
103 bool log_backend = CONFIG_SHELL_DUMMY_INIT_LOG_LEVEL > 0; in enable_shell_dummy() local
126 bool log_backend = true; in enable_shell_adsp_memory_window() local
190 bool log_backend = CONFIG_SHELL_RPMSG_INIT_LOG_LEVEL > 0; in shell_backend_rpmsg_init_transport() local
188 bool log_backend = CONFIG_SHELL_RTT_INIT_LOG_LEVEL > 0; in enable_shell_rtt() local
389 bool log_backend = CONFIG_SHELL_WEBSOCKET_INIT_LOG_LEVEL > 0; in shell_websocket_enable() local
822 bool log_backend = CONFIG_SHELL_MQTT_INIT_LOG_LEVEL > 0; in enable_shell_mqtt() local
788 bool log_backend = CONFIG_SHELL_TELNET_INIT_LOG_LEVEL > 0; in enable_shell_telnet() local
537 bool log_backend = CONFIG_SHELL_BACKEND_SERIAL_LOG_LEVEL > 0; in enable_shell_uart() local
926 const struct shell_log_backend *log_backend; member