Home
last modified time | relevance | path

Searched refs:coex_ops (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/components/coex/dispatcher/src/
Dwlan_coex_tgt_api.c38 return &tx_ops->coex_ops; in wlan_psoc_get_coex_txops()
59 struct wlan_lmac_if_coex_tx_ops *coex_ops; in tgt_send_coex_config() local
80 coex_ops = wlan_psoc_get_coex_txops(psoc); in tgt_send_coex_config()
81 if (coex_ops && coex_ops->coex_config_send) in tgt_send_coex_config()
82 return coex_ops->coex_config_send(pdev, param); in tgt_send_coex_config()
91 struct wlan_lmac_if_coex_tx_ops *coex_ops; in tgt_send_coex_multi_config() local
112 coex_ops = wlan_psoc_get_coex_txops(psoc); in tgt_send_coex_multi_config()
113 if (coex_ops && coex_ops->coex_multi_config_send) in tgt_send_coex_multi_config()
114 return coex_ops->coex_multi_config_send(pdev, param); in tgt_send_coex_multi_config()
122 struct wlan_lmac_if_coex_tx_ops *coex_ops; in tgt_get_coex_multi_config_support() local
[all …]
/wlan-driver/qcacld-3.0/components/target_if/coex/src/
Dtarget_if_coex.c94 struct wlan_lmac_if_coex_tx_ops *coex_ops; in target_if_coex_register_tx_ops() local
101 coex_ops = &tx_ops->coex_ops; in target_if_coex_register_tx_ops()
102 coex_ops->coex_config_send = target_if_coex_config_send; in target_if_coex_register_tx_ops()
103 coex_ops->coex_multi_config_send = target_if_coex_multi_config_send; in target_if_coex_register_tx_ops()
104 coex_ops->coex_get_multi_config_support = in target_if_coex_register_tx_ops()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
Dwlan_lmac_if_def.h1886 struct wlan_lmac_if_coex_tx_ops coex_ops; member