Home
last modified time | relevance | path

Searched refs:dp_psoc_get_priv (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/components/dp/dispatcher/src/
H A Dwlan_dp_ucfg_api.c180 dp_ctx = dp_psoc_get_priv(psoc); in ucfg_dp_update_intf_mac()
301 dp_ctx = dp_psoc_get_priv(psoc); in ucfg_dp_set_cmn_dp_handle()
326 dp_ctx = dp_psoc_get_priv(psoc); in ucfg_dp_set_hif_handle()
545 dp_ctx = dp_psoc_get_priv(psoc); in ucfg_dp_suspend_handler()
582 dp_ctx = dp_psoc_get_priv(psoc); in ucfg_dp_resume_handler()
637 dp_ctx = dp_psoc_get_priv(psoc); in ucfg_dp_store_qdf_dev()
656 dp_ctx = dp_psoc_get_priv(psoc); in ucfg_dp_psoc_open()
676 dp_ctx = dp_psoc_get_priv(psoc); in ucfg_dp_psoc_close()
694 dp_ctx = dp_psoc_get_priv(psoc); in ucfg_dp_suspend_wlan()
707 dp_ctx = dp_psoc_get_priv(psoc); in ucfg_dp_resume_wlan()
[all …]
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_bus_bandwidth.c444 dp_ctx = dp_psoc_get_priv(psoc); in dp_bbm_apply_independent_policy()
494 dp_ctx = dp_psoc_get_priv(psoc); in dp_bbm_context_init()
522 dp_ctx = dp_psoc_get_priv(psoc); in dp_bbm_context_deinit()
542 dp_ctx = dp_psoc_get_priv(psoc); in dp_rtpm_tput_policy_init()
559 dp_ctx = dp_psoc_get_priv(psoc); in dp_rtpm_tput_policy_deinit()
651 struct wlan_dp_psoc_context *dp_ctx = dp_psoc_get_priv(psoc); in dp_reset_tcp_delack()
971 struct wlan_dp_psoc_context *dp_ctx = dp_psoc_get_priv(psoc); in wlan_dp_display_tx_rx_histogram()
1023 struct wlan_dp_psoc_context *dp_ctx = dp_psoc_get_priv(psoc); in wlan_dp_clear_tx_rx_histogram()
2086 struct wlan_dp_psoc_context *dp_ctx = dp_psoc_get_priv(psoc); in dp_bus_bandwidth_init()
2111 struct wlan_dp_psoc_context *dp_ctx = dp_psoc_get_priv(psoc); in dp_bus_bandwidth_deinit()
[all …]
H A Dwlan_dp_bus_bandwidth.h170 struct wlan_dp_psoc_context *dp_ctx = dp_psoc_get_priv(psoc); in dp_set_high_bus_bw_request()
253 struct wlan_dp_psoc_context *dp_ctx = dp_psoc_get_priv(psoc); in dp_set_current_throughput_level()
H A Dwlan_dp_main.c402 dp_ctx = dp_psoc_get_priv(psoc); in dp_trace_init()
1178 dp_ctx = dp_psoc_get_priv(psoc); in dp_vdev_obj_create_notification()
1390 dp_ctx = dp_psoc_get_priv(psoc); in dp_pdev_obj_create_notification()
1469 dp_ctx = dp_psoc_get_priv(psoc); in dp_psoc_obj_destroy_notification()
1759 struct wlan_dp_psoc_context *dp_ctx = dp_psoc_get_priv(psoc); in dp_try_set_rps_cpu_mask()
2813 dp_ctx = dp_psoc_get_priv(psoc); in __wlan_dp_update_def_link()
/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_main.h717 dp_ctx = dp_psoc_get_priv(psoc); in dp_intf_get_tx_ops()
742 dp_ctx = dp_psoc_get_priv(psoc); in dp_intf_get_rx_ops()
762 dp_ctx = dp_psoc_get_priv(psoc); in dp_get_arp_request_ctx()
H A Dwlan_dp_objmgr.h97 dp_psoc_get_priv(struct wlan_objmgr_psoc *psoc) in dp_psoc_get_priv() function