Home
last modified time | relevance | path

Searched refs:shell_log_backend (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/shell/
Dshell_log_backend.h36 struct shell_log_backend { struct
85 static const struct shell_log_backend _name##_log_backend = { \
106 void z_shell_log_backend_enable(const struct shell_log_backend *backend,
113 void z_shell_log_backend_disable(const struct shell_log_backend *backend);
121 bool z_shell_log_backend_process(const struct shell_log_backend *backend);
Dshell.h926 const struct shell_log_backend *log_backend;
/Zephyr-latest/subsys/shell/
Dshell_log_backend.c21 static void fifo_reset(const struct shell_log_backend *backend) in fifo_reset()
26 void z_shell_log_backend_enable(const struct shell_log_backend *backend, in z_shell_log_backend_enable()
50 void z_shell_log_backend_disable(const struct shell_log_backend *backend) in z_shell_log_backend_disable()
56 bool z_shell_log_backend_process(const struct shell_log_backend *backend) in z_shell_log_backend_process()
118 const struct shell_log_backend *log_backend = sh->log_backend; in dropped()
206 const struct shell_log_backend *log_backend = sh->log_backend; in process_msg_from_buffer()
229 const struct shell_log_backend *log_backend = sh->log_backend; in process()
DCMakeLists.txt17 shell_log_backend.c
/Zephyr-latest/drivers/misc/coresight/
Dnrf_etr.c805 bool z_shell_log_backend_process(const struct shell_log_backend *backend) in z_shell_log_backend_process()
815 void z_shell_log_backend_disable(const struct shell_log_backend *backend) in z_shell_log_backend_disable()
820 void z_shell_log_backend_enable(const struct shell_log_backend *backend, void *ctx, in z_shell_log_backend_enable()