Searched refs:coex_ops (Results 1 – 3 of 3) sorted by relevance
38 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() local80 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() local112 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 …]
94 struct wlan_lmac_if_coex_tx_ops *coex_ops; in target_if_coex_register_tx_ops() local101 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()
1886 struct wlan_lmac_if_coex_tx_ops coex_ops; member