Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/ftm/src/
Dtarget_if_ftm.c43 return &rx_ops->ftm_rx_ops; in target_if_ftm_get_rx_ops()
52 struct wlan_lmac_if_ftm_rx_ops *ftm_rx_ops; in target_if_ftm_process_utf_event() local
99 ftm_rx_ops = target_if_ftm_get_rx_ops(psoc); in target_if_ftm_process_utf_event()
100 if (!ftm_rx_ops) { in target_if_ftm_process_utf_event()
104 if (ftm_rx_ops->ftm_ev_handler) { in target_if_ftm_process_utf_event()
105 status = ftm_rx_ops->ftm_ev_handler(pdev, in target_if_ftm_process_utf_event()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/src/
Dwlan_lmac_if.c962 struct wlan_lmac_if_ftm_rx_ops *ftm_rx_ops; in wlan_lmac_if_umac_ftm_rx_ops_register() local
964 ftm_rx_ops = &rx_ops->ftm_rx_ops; in wlan_lmac_if_umac_ftm_rx_ops_register()
966 ftm_rx_ops->ftm_ev_handler = wlan_ftm_process_utf_event; in wlan_lmac_if_umac_ftm_rx_ops_register()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
Dwlan_lmac_if_def.h2834 struct wlan_lmac_if_ftm_rx_ops ftm_rx_ops; member