Lines Matching refs:log_backend
458 STRUCT_SECTION_COUNT(log_backend, &backend_cnt); in filter_set()
476 uint32_t z_impl_log_filter_set(struct log_backend const *const backend, in z_impl_log_filter_set()
491 uint32_t z_vrfy_log_filter_set(struct log_backend const *const backend, in z_vrfy_log_filter_set()
512 struct log_backend const *const backend, in link_filter_set()
527 static void backend_filter_set(struct log_backend const *const backend, in backend_filter_set()
548 const struct log_backend *log_backend_get_by_name(const char *backend_name) in log_backend_get_by_name()
550 STRUCT_SECTION_FOREACH(log_backend, backend) { in log_backend_get_by_name()
559 void log_backend_enable(struct log_backend const *const backend, in log_backend_enable()
570 void log_backend_disable(struct log_backend const *const backend) in log_backend_disable()
579 uint32_t log_filter_get(struct log_backend const *const backend, in log_filter_get()
618 const struct log_backend *backend = log_backend_get(i); in backends_link_init()