Home
last modified time | relevance | path

Searched refs:option (Results 1 – 11 of 11) sorted by relevance

/wlan-driver/platform/cnss2/
Dqmi.h93 int wlfw_qdss_trace_stop(struct cnss_plat_data *plat_priv, unsigned long long option);
315 int wlfw_qdss_trace_stop(struct cnss_plat_data *plat_priv, unsigned long long option) in wlfw_qdss_trace_stop() argument
Dqmi.c1580 unsigned long long option) in wlfw_send_qdss_trace_mode_req() argument
1604 req->option = option; in wlfw_send_qdss_trace_mode_req()
1614 __func__, mode, option, req->hw_trc_disable_override); in wlfw_send_qdss_trace_mode_req()
1662 int wlfw_qdss_trace_stop(struct cnss_plat_data *plat_priv, unsigned long long option) in wlfw_qdss_trace_stop() argument
1665 option); in wlfw_qdss_trace_stop()
DKconfig17 This option is to enable CNSS2 platform driver debug support which
Dmain.c4508 u32 option = 0; in qdss_trace_stop_store() local
4510 if (sscanf(buf, "%du", &option) != 1) in qdss_trace_stop_store()
4513 wlfw_qdss_trace_stop(plat_priv, option); in qdss_trace_stop_store()
/wlan-driver/platform/icnss2/
Dqmi.h274 int wlfw_qdss_trace_stop(struct icnss_priv *priv, unsigned long long option);
Dqmi.c1574 unsigned long long option) in wlfw_send_qdss_trace_mode_req() argument
1598 req->option = option; in wlfw_send_qdss_trace_mode_req()
1608 __func__, mode, option, req->hw_trc_disable_override); in wlfw_send_qdss_trace_mode_req()
1653 int wlfw_qdss_trace_stop(struct icnss_priv *priv, unsigned long long option) in wlfw_qdss_trace_stop() argument
1656 option); in wlfw_qdss_trace_stop()
Dmain.c4078 u32 option = 0; in qdss_tr_stop_store() local
4080 if (sscanf(user_buf, "%du", &option) != 1) in qdss_tr_stop_store()
4083 wlfw_qdss_trace_stop(priv, option); in qdss_tr_stop_store()
/wlan-driver/platform/cnss_utils/
Dwlan_firmware_service_v01.h1231 u64 option; member
Dwlan_firmware_service_v01.c5192 option),
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_wext.c3910 static int hdd_we_clear_stats(struct wlan_hdd_link_info *link_info, int option) in hdd_we_clear_stats() argument
3912 return hdd_wlan_clear_stats(link_info->adapter, option); in hdd_we_clear_stats()
/wlan-driver/qcacld-3.0/
DKbuild4947 ifeq ($(call cc-option-yn, -Wmaybe-uninitialized), y)
4955 ifeq ($(call cc-option-yn, -Wheader-guard), y)