/* SPDX-License-Identifier: BSD-3-Clause-Clear */ /* * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved. * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
*/
staticinlineconstchar *ath11k_dbg_str(enum ath11k_debug_mask mask)
{ switch (mask) { case ATH11K_DBG_AHB: return"ahb"; case ATH11K_DBG_WMI: return"wmi"; case ATH11K_DBG_HTC: return"htc"; case ATH11K_DBG_DP_HTT: return"dp_htt"; case ATH11K_DBG_MAC: return"mac"; case ATH11K_DBG_BOOT: return"boot"; case ATH11K_DBG_QMI: return"qmi"; case ATH11K_DBG_DATA: return"data"; case ATH11K_DBG_MGMT: return"mgmt"; case ATH11K_DBG_REG: return"reg"; case ATH11K_DBG_TESTMODE: return"testmode"; case ATH11K_DBG_HAL: return"hal"; case ATH11K_DBG_PCI: return"pci"; case ATH11K_DBG_DP_TX: return"dp_tx"; case ATH11K_DBG_DP_RX: return"dp_rx"; case ATH11K_DBG_CE: return"ce";
/* no default handler to allow compiler to check that the * enum is fully handled
*/
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.