Home
last modified time | relevance | path

Searched refs:reset (Results 1 – 23 of 23) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_cm_disconnect.c445 bool reset; in hdd_cm_set_default_wlm_mode() local
454 status = ucfg_mlme_cfg_get_wlm_reset(hdd_ctx->psoc, &reset); in hdd_cm_set_default_wlm_mode()
459 if (!reset) in hdd_cm_set_default_wlm_mode()
497 bool reset; in hdd_cm_reset_udp_qos_upgrade_config() local
505 status = ucfg_mlme_cfg_get_wlm_reset(hdd_ctx->psoc, &reset); in hdd_cm_reset_udp_qos_upgrade_config()
511 if (reset) { in hdd_cm_reset_udp_qos_upgrade_config()
Dwlan_hdd_regulatory.c537 bool reset) in hdd_process_regulatory_data() argument
577 if (!reset) in hdd_process_regulatory_data()
990 bool *reset) in hdd_restore_custom_reg_settings() argument
996 bool *reset) in hdd_restore_custom_reg_settings() argument
1018 *reset = true; in hdd_restore_custom_reg_settings()
1117 bool reset = false; in hdd_reg_notifier() local
1185 reset = true; in hdd_reg_notifier()
1192 &reset); in hdd_reg_notifier()
1204 hdd_process_regulatory_data(hdd_ctx, wiphy, reset); in hdd_reg_notifier()
Dwlan_hdd_main.c14813 bool reset; in hdd_adapter_set_wlm_client_latency_level() local
14820 status = ucfg_mlme_cfg_get_wlm_reset(hdd_ctx->psoc, &reset); in hdd_adapter_set_wlm_client_latency_level()
14823 reset = false; in hdd_adapter_set_wlm_client_latency_level()
14826 if (reset) in hdd_adapter_set_wlm_client_latency_level()
18835 bool reset; in hdd_set_adapter_wlm_def_level() local
18853 qdf_status = ucfg_mlme_cfg_get_wlm_reset(hdd_ctx->psoc, &reset); in hdd_set_adapter_wlm_def_level()
18856 reset = false; in hdd_set_adapter_wlm_def_level()
18859 if (hdd_get_multi_client_ll_support(adapter) && !reset) in hdd_set_adapter_wlm_def_level()
/wlan-driver/qcacld-3.0/os_if/dp/src/
Dos_if_dp_txrx.c489 goto reset; in osif_dp_rx_check_qdisc_configured()
493 goto reset; in osif_dp_rx_check_qdisc_configured()
503 goto reset; in osif_dp_rx_check_qdisc_configured()
513 reset: in osif_dp_rx_check_qdisc_configured()
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/
Dhif_sdio_dev.h159 bool reset);
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/native_sdio/src/
Ddev_quirks.c604 bool reset) in hif_sdio_func_disable() argument
622 if (reset && status == QDF_STATUS_SUCCESS) in hif_sdio_func_disable()
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
Dadma.c301 bool reset) in hif_disable_func() argument
329 status = hif_sdio_func_disable(device, func, reset); in hif_disable_func()
Dmailbox.c1897 bool reset) in hif_disable_func() argument
1911 status = hif_sdio_func_disable(device, func, reset); in hif_disable_func()
/wlan-driver/qca-wifi-host-cmn/target_if/core/src/
Dtarget_if_main.c1246 bool reset, bool standby_active) in target_if_mlo_teardown_req() argument
1257 params.umac_reset = reset; in target_if_mlo_teardown_req()
/wlan-driver/qcacld-3.0/core/dp/htt/
Dhtt_tx.c452 int reset) in htt_tx_desc_frags_table_set() argument
613 int reset) in htt_tx_desc_frags_table_set() argument
620 if (reset) { in htt_tx_desc_frags_table_set()
/wlan-driver/qcacld-3.0/core/dp/ol/inc/
Dol_htt_tx_api.h724 int reset);
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/native_sdio/include/
Dhif_internal.h427 bool reset);
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_htt.h1156 bool reset, uint64_t reset_bitmask);
Ddp_htt.c4742 bool reset, uint64_t reset_bitmask) argument
4801 HTT_RX_VDEVS_TXRX_STATS_RESET_STATS_BITS_SET(*msg_word, reset);
4848 bool reset, uint64_t reset_bitmask) argument
/wlan-driver/platform/cnss2/
Dmain.h703 int cnss_power_on_device(struct cnss_plat_data *plat_priv, bool reset);
Dpower.c1157 int cnss_power_on_device(struct cnss_plat_data *plat_priv, bool reset) in cnss_power_on_device() argument
1185 if (reset) { in cnss_power_on_device()
/wlan-driver/qcacld-3.0/components/mlme/core/inc/
Dwlan_mlme_main.h1551 bool *reset);
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/inc/
Dwlan_mlme_ucfg_api.h3743 bool *reset) in ucfg_mlme_cfg_get_wlm_reset() argument
3745 return mlme_get_cfg_wlm_reset(psoc, reset); in ucfg_mlme_cfg_get_wlm_reset()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
Dwlan_cm_roam_offload.c1397 goto reset; in cm_update_owe_info()
1408 goto reset; in cm_update_owe_info()
1423 goto reset; in cm_update_owe_info()
1431 goto reset; in cm_update_owe_info()
1441 reset: in cm_update_owe_info()
/wlan-driver/qca-wifi-host-cmn/target_if/core/inc/
Dtarget_if.h3021 uint32_t reason, bool reset,
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
Dwlan_lmac_if_def.h600 uint32_t grp_id, bool reset,
/wlan-driver/qcacld-3.0/components/mlme/core/src/
Dwlan_mlme_main.c5177 bool *reset) in mlme_get_cfg_wlm_reset() argument
5185 *reset = mlme_obj->cfg.wlm_config.latency_reset; in mlme_get_cfg_wlm_reset()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms556 * The AP Setup Locked state can be reset to FALSE through an authenticated