Searched refs:isenable (Results 1 – 5 of 5) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/utils/fwlog/ |
D | dbglog_host.h | 118 dbglog_report_enable(wmi_unified_t wmi_handle, A_BOOL isenable); 157 A_BOOL isenable); 161 A_BOOL isenable); 222 dbglog_report_enable(wmi_unified_t wmi_handle, A_BOOL isenable) 245 A_BOOL isenable) 252 A_BOOL isenable)
|
D | fw_dbglog_api.c | 74 uint16_t vap_id, bool isenable) in fwdbg_vap_log_enable() argument 80 isenable); in fwdbg_vap_log_enable() 95 ol_scn_t scn, bool isenable) in fwdbg_reporting_enable() argument 100 dbg_info->ops->dbglog_reporting_enable(scn, isenable); in fwdbg_reporting_enable() 105 ol_scn_t scn, uint32_t mod_id, bool isenable) in fwdbg_module_log_enable() argument 111 isenable); in fwdbg_module_log_enable()
|
D | dbglog_host.c | 1266 bool isenable) in dbglog_module_log_enable() argument 1278 if (isenable) { in dbglog_module_log_enable() 1292 bool isenable) in dbglog_vap_log_enable() argument 1302 isenable ? WMI_DEBUG_LOG_PARAM_VDEV_ENABLE : in dbglog_vap_log_enable() 1365 int dbglog_report_enable(wmi_unified_t wmi_handle, bool isenable) in dbglog_report_enable() argument 1369 if (isenable) { in dbglog_report_enable()
|
/wlan-driver/qca-wifi-host-cmn/utils/fwlog/inc/ |
D | fw_dbglog_priv.h | 36 bool isenable); 38 void (*dbglog_reporting_enable)(ol_scn_t soc, bool isenable); 40 uint32_t mod_id, bool isenable);
|
D | fw_dbglog_api.h | 90 uint16_t vap_id, bool isenable); 120 ol_scn_t scn, bool isenable); 136 ol_scn_t scn, uint32_t mod_id, bool isenable);
|