Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/target_if/p2p/src/
H A Dtarget_if_p2p_mcc_quota.c86 if (p2p_rx_ops->mcc_quota_ev_handler) { in target_if_mcc_quota_event_handler()
87 status = p2p_rx_ops->mcc_quota_ev_handler(psoc, event_info); in target_if_mcc_quota_event_handler()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/src/
H A Dwlan_lmac_if.c553 rx_ops->p2p.mcc_quota_ev_handler = tgt_p2p_mcc_quota_event_cb; in wlan_lmac_if_umac_rx_ops_register_p2p_mcc_quota()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h2115 QDF_STATUS (*mcc_quota_ev_handler)(struct wlan_objmgr_psoc *psoc, member