Searched refs:module_id_bitmap (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/drivers/net/wireless/ath/ath11k/ |
D | debugfs.c | 883 ar->debug.module_id_bitmap[mod_id_index] = upper_32_bits(value); in ath11k_write_fw_dbglog() 897 ret = ath11k_wmi_fw_dbglog_cfg(ar, ar->debug.module_id_bitmap, &dbglog); in ath11k_write_fw_dbglog()
|
D | core.h | 623 u32 module_id_bitmap[MAX_MODULE_ID_BITMAP_WORDS]; member
|
D | wmi.c | 8978 int ath11k_wmi_fw_dbglog_cfg(struct ath11k *ar, u32 *module_id_bitmap, in ath11k_wmi_fw_dbglog_cfg() argument 9011 memcpy(tlv->value, module_id_bitmap, in ath11k_wmi_fw_dbglog_cfg() 9014 memset(module_id_bitmap, 0, in ath11k_wmi_fw_dbglog_cfg()
|
D | wmi.h | 6513 int ath11k_wmi_fw_dbglog_cfg(struct ath11k *ar, u32 *module_id_bitmap,
|