Searched refs:option (Results 1 – 11 of 11) sorted by relevance
/wlan-driver/platform/cnss2/ |
D | qmi.h | 93 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
|
D | qmi.c | 1580 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()
|
D | Kconfig | 17 This option is to enable CNSS2 platform driver debug support which
|
D | main.c | 4508 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/ |
D | qmi.h | 274 int wlfw_qdss_trace_stop(struct icnss_priv *priv, unsigned long long option);
|
D | qmi.c | 1574 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()
|
D | main.c | 4078 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/ |
D | wlan_firmware_service_v01.h | 1231 u64 option; member
|
D | wlan_firmware_service_v01.c | 5192 option),
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_wext.c | 3910 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/ |
D | Kbuild | 4947 ifeq ($(call cc-option-yn, -Wmaybe-uninitialized), y) 4955 ifeq ($(call cc-option-yn, -Wheader-guard), y)
|