Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/coex/core/src/
H A Dwlan_coex_main.c166 if (coex_obj->coex_config_updated[type]) in wlan_coex_config_updated()
167 status = coex_obj->coex_config_updated[type](vdev); in wlan_coex_config_updated()
/wlan-driver/qcacld-3.0/components/coex/core/inc/
H A Dwlan_coex_main.h59 update_coex_cb coex_config_updated[COEX_CONFIG_TYPE_MAX]; member
/wlan-driver/qcacld-3.0/components/coex/dispatcher/src/
H A Dwlan_coex_ucfg_api.c44 coex_obj->coex_config_updated[type] = handler; in ucfg_coex_register_cfg_updated_handler()