Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/coex/dispatcher/src/
H A Dwlan_coex_tgt_api.c125 if (coex_ops && coex_ops->coex_get_multi_config_support) in tgt_get_coex_multi_config_support()
126 return coex_ops->coex_get_multi_config_support(psoc); in tgt_get_coex_multi_config_support()
/wlan-driver/qcacld-3.0/components/target_if/coex/src/
H A Dtarget_if_coex.c104 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/
H A Dwlan_lmac_if_def.h1434 bool (*coex_get_multi_config_support)(struct wlan_objmgr_psoc *psoc); member