Home
last modified time | relevance | path

Searched refs:dbg_handle (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/utils/fwlog/
Dfw_dbglog_api.c23 struct common_dbglog_handle *dbg_handle) in handle2info() argument
25 return (struct dbglog_info *)dbg_handle; in handle2info()
28 void fwdbg_set_log_lvl(struct common_dbglog_handle *dbg_handle, ol_scn_t scn, in fwdbg_set_log_lvl() argument
31 struct dbglog_info *dbg_info = handle2info(dbg_handle); in fwdbg_set_log_lvl()
38 int fwdbg_fw_handler(struct common_dbglog_handle *dbg_handle, ol_scn_t soc, in fwdbg_fw_handler() argument
41 struct dbglog_info *dbg_info = handle2info(dbg_handle); in fwdbg_fw_handler()
49 int fwdbg_parse_debug_logs(struct common_dbglog_handle *dbg_handle, in fwdbg_parse_debug_logs() argument
53 struct dbglog_info *dbg_info = handle2info(dbg_handle); in fwdbg_parse_debug_logs()
63 void fwdbg_ratelimit_set(struct common_dbglog_handle *dbg_handle, in fwdbg_ratelimit_set() argument
66 struct dbglog_info *dbg_info = handle2info(dbg_handle); in fwdbg_ratelimit_set()
[all …]
/wlan-driver/qca-wifi-host-cmn/utils/fwlog/inc/
Dfw_dbglog_api.h35 void fwdbg_set_log_lvl(struct common_dbglog_handle *dbg_handle, ol_scn_t scn,
47 int fwdbg_fw_handler(struct common_dbglog_handle *dbg_handle, ol_scn_t sc,
62 int fwdbg_parse_debug_logs(struct common_dbglog_handle *dbg_handle,
73 void fwdbg_ratelimit_set(struct common_dbglog_handle *dbg_handle,
89 void fwdbg_vap_log_enable(struct common_dbglog_handle *dbg_handle, ol_scn_t scn,
104 void fwdbg_set_timestamp_resolution(struct common_dbglog_handle *dbg_handle,
119 void fwdbg_reporting_enable(struct common_dbglog_handle *dbg_handle,
135 void fwdbg_module_log_enable(struct common_dbglog_handle *dbg_handle,
148 void fwdbg_init(struct common_dbglog_handle *dbg_handle, void *soc);
157 void fwdbg_free(struct common_dbglog_handle *dbg_handle, void *soc);
[all …]