Searched refs:ftm_rx_ops (Results 1 – 3 of 3) sorted by relevance
43 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() local99 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()
962 struct wlan_lmac_if_ftm_rx_ops *ftm_rx_ops; in wlan_lmac_if_umac_ftm_rx_ops_register() local964 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()
2834 struct wlan_lmac_if_ftm_rx_ops ftm_rx_ops; member