Searched refs:module_id_bitmap (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/net/wireless/ath/ath11k/ |
D | core.h | 564 u32 module_id_bitmap[MAX_MODULE_ID_BITMAP_WORDS]; member
|
D | debugfs.c | 882 ar->debug.module_id_bitmap[mod_id_index] = upper_32_bits(value); in ath11k_write_fw_dbglog() 896 ret = ath11k_wmi_fw_dbglog_cfg(ar, ar->debug.module_id_bitmap, &dbglog); in ath11k_write_fw_dbglog()
|
D | wmi.c | 8292 int ath11k_wmi_fw_dbglog_cfg(struct ath11k *ar, u32 *module_id_bitmap, in ath11k_wmi_fw_dbglog_cfg() argument 8325 memcpy(tlv->value, module_id_bitmap, in ath11k_wmi_fw_dbglog_cfg() 8328 memset(module_id_bitmap, 0, in ath11k_wmi_fw_dbglog_cfg()
|
D | wmi.h | 6130 int ath11k_wmi_fw_dbglog_cfg(struct ath11k *ar, u32 *module_id_bitmap,
|