Searched refs:log_syst_handle (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/subsys/logging/ |
| D | log_output_syst.c | 21 static struct mipi_syst_handle log_syst_handle; variable 595 MIPI_SYST_PRINTF(&log_syst_handle, severity, "%s", hexdump_buf); 617 MIPI_SYST_VPRINTF(&log_syst_handle, severity, fmt, ap); 766 MIPI_SYST_CATMSG_ARGS_COPY(&log_syst_handle, severity, 786 update_systh_platform_data(&log_syst_handle, output, flag); 802 update_handle_origin_unit(&log_syst_handle, source_id); 882 &log_syst_handle, NULL); 884 log_syst_handle.systh_tag.et_guid = 0; 888 log_syst_handle.systh_tag.et_modunit =
|