Searched refs:module_id_bitmap (Results 1 – 4 of 4) sorted by relevance
| /drivers/net/wireless/ath/ath11k/ |
| A D | debugfs.c | 763 ar->debug.module_id_bitmap[mod_id_index] = upper_32_bits(value); in ath11k_write_fw_dbglog() 777 ret = ath11k_wmi_fw_dbglog_cfg(ar, ar->debug.module_id_bitmap, &dbglog); in ath11k_write_fw_dbglog()
|
| A D | core.h | 629 u32 module_id_bitmap[MAX_MODULE_ID_BITMAP_WORDS]; member
|
| A D | wmi.c | 9016 int ath11k_wmi_fw_dbglog_cfg(struct ath11k *ar, u32 *module_id_bitmap, in ath11k_wmi_fw_dbglog_cfg() argument 9049 memcpy(tlv->value, module_id_bitmap, in ath11k_wmi_fw_dbglog_cfg() 9052 memset(module_id_bitmap, 0, in ath11k_wmi_fw_dbglog_cfg()
|
| A D | wmi.h | 6519 int ath11k_wmi_fw_dbglog_cfg(struct ath11k *ar, u32 *module_id_bitmap,
|
Completed in 64 milliseconds