Searched refs:hddctx (Results 1 – 11 of 11) sorted by relevance
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_tsf.c | 153 struct hdd_context *hddctx; in hdd_tsf_is_initialized() local 160 hddctx = WLAN_HDD_GET_CTX(adapter); in hdd_tsf_is_initialized() 161 if (!hddctx) { in hdd_tsf_is_initialized() 166 if (!qdf_atomic_read(&hddctx->tsf.tsf_ready_flag) || in hdd_tsf_is_initialized() 371 struct hdd_context *hddctx; in hdd_wlan_retry_tsf_cap() local 374 hddctx = WLAN_HDD_GET_CTX(adapter); in hdd_wlan_retry_tsf_cap() 379 qdf_atomic_set(&hddctx->tsf.cap_tsf_flag, 0); in hdd_wlan_retry_tsf_cap() 388 struct hdd_context *hddctx; in hdd_wlan_restart_tsf_cap() local 391 hddctx = WLAN_HDD_GET_CTX(adapter); in hdd_wlan_restart_tsf_cap() 394 qdf_atomic_set(&hddctx->tsf.cap_tsf_flag, 0); in hdd_wlan_restart_tsf_cap() [all …]
|
D | wlan_hdd_napi.c | 355 int hdd_napi_apply_throughput_policy(struct hdd_context *hddctx, in hdd_napi_apply_throughput_policy() argument 375 ucfg_dp_set_current_throughput_level(hddctx->psoc, -1); in hdd_napi_apply_throughput_policy() 391 if (packets > ucfg_dp_get_bus_bw_high_threshold(hddctx->psoc)) in hdd_napi_apply_throughput_policy()
|
D | wlan_hdd_tdls.c | 1298 struct hdd_context *hddctx; in hdd_tdls_register_peer() local 1301 hddctx = userdata; in hdd_tdls_register_peer() 1302 if (!hddctx) { in hdd_tdls_register_peer() 1307 link_info = hdd_get_link_info_by_vdev(hddctx, vdev_id); in hdd_tdls_register_peer()
|
D | wlan_hdd_hostapd_wext.c | 2632 struct hdd_context *hddctx; in __iw_get_peer_rssi() local 2641 hddctx = WLAN_HDD_GET_CTX(adapter); in __iw_get_peer_rssi() 2642 ret = wlan_hdd_validate_context(hddctx); in __iw_get_peer_rssi() 2646 ret = hdd_check_private_wext_control(hddctx, info); in __iw_get_peer_rssi()
|
D | wlan_hdd_scan.c | 69 struct hdd_context *hddctx = WLAN_HDD_GET_CTX(adapter); in hdd_vendor_scan_callback() local 85 skb = wlan_cfg80211_vendor_event_alloc(hddctx->wiphy, &adapter->wdev, in hdd_vendor_scan_callback()
|
D | wlan_hdd_power.c | 3429 int hdd_set_power_config(struct hdd_context *hddctx, in hdd_set_power_config() argument 3448 if (ucfg_pmo_get_max_ps_poll(hddctx->psoc)) { in hdd_set_power_config() 3463 int hdd_set_power_config_params(struct hdd_context *hddctx, in hdd_set_power_config_params() argument
|
D | wlan_hdd_wext.c | 6294 struct hdd_context *hddctx = WLAN_HDD_GET_CTX(adapter); in __iw_get_char_setnone() local 6318 ucfg_reg_get_band(hddctx->pdev, ¤t_band))) { in __iw_get_char_setnone() 6364 ucfg_mlme_get_vht_channel_width(hddctx->psoc, in __iw_get_char_setnone() 6384 ucfg_mlme_get_vht_channel_width(hddctx->psoc, in __iw_get_char_setnone()
|
D | wlan_hdd_stats.c | 6835 struct hdd_context *hddctx = wiphy_priv(wiphy); in wlan_hdd_get_station_remote() local 6863 wlan_hdd_fill_station_info(hddctx->psoc, adapter, in wlan_hdd_get_station_remote() 9138 struct hdd_context *hddctx = WLAN_HDD_GET_CTX(adapter); in wlan_hdd_get_link_speed() local 9141 ret = wlan_hdd_validate_context(hddctx); in wlan_hdd_get_link_speed()
|
/wlan-driver/qcacld-3.0/core/hdd/inc/ |
D | wlan_hdd_napi.h | 54 int hdd_napi_apply_throughput_policy(struct hdd_context *hddctx, 59 static inline int hdd_napi_apply_throughput_policy(struct hdd_context *hddctx, in hdd_napi_apply_throughput_policy() argument
|
D | wlan_hdd_power.h | 523 int hdd_set_power_config(struct hdd_context *hddctx, 536 int hdd_set_power_config_params(struct hdd_context *hddctx,
|
D | wlan_hdd_main.h | 4331 int hdd_enable_disable_ca_event(struct hdd_context *hddctx,
|