Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/dcs/src/
H A Dtarget_if_dcs.c60 if (!rx_ops || !rx_ops->process_dcs_event) { in target_if_dcs_interference_event_handler()
92 status = rx_ops->process_dcs_event(psoc, &ev); in target_if_dcs_interference_event_handler()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/src/
H A Dwlan_lmac_if.c173 rx_ops->dcs_rx_ops.process_dcs_event = tgt_dcs_process_event; in wlan_target_if_dcs_rx_ops_register()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h251 QDF_STATUS (*process_dcs_event)(struct wlan_objmgr_psoc *psoc, member