// SPDX-License-Identifier: GPL-2.0 #define CREATE_TRACE_POINTS #include "ucsi.h" #include "trace.h" static const char * const ucsi_cmd_strs[] = …; const char *ucsi_cmd_str(u64 raw_cmd) { … } const char *ucsi_cci_str(u32 cci) { … } static const char * const ucsi_recipient_strs[] = …; const char *ucsi_recipient_str(u8 recipient) { … }