Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/coex/dispatcher/src/
H A Dwlan_coex_tgt_api.c113 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()
/wlan-driver/qcacld-3.0/components/target_if/coex/src/
H A Dtarget_if_coex.c103 coex_ops->coex_multi_config_send = target_if_coex_multi_config_send; in target_if_coex_register_tx_ops()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h1432 QDF_STATUS (*coex_multi_config_send)(struct wlan_objmgr_pdev *pdev, member