Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/target_if/twt/src/
H A Dtarget_if_ext_twt_evt.c53 twt_rx_ops = wlan_twt_get_rx_ops(psoc); in target_if_twt_setup_complete_event_handler()
111 twt_rx_ops = wlan_twt_get_rx_ops(psoc); in target_if_twt_teardown_complete_event_handler()
170 twt_rx_ops = wlan_twt_get_rx_ops(psoc); in target_if_twt_pause_complete_event_handler()
228 twt_rx_ops = wlan_twt_get_rx_ops(psoc); in target_if_twt_resume_complete_event_handler()
286 twt_rx_ops = wlan_twt_get_rx_ops(psoc); in target_if_twt_nudge_complete_event_handler()
336 twt_rx_ops = wlan_twt_get_rx_ops(psoc); in target_if_twt_notify_event_handler()
385 twt_rx_ops = wlan_twt_get_rx_ops(psoc); in target_if_twt_ack_complete_event_handler()
/wlan-driver/qca-wifi-host-cmn/umac/twt/dispatcher/inc/
H A Dwlan_twt_api.h98 wlan_twt_get_rx_ops(struct wlan_objmgr_psoc *psoc);
/wlan-driver/qca-wifi-host-cmn/umac/twt/dispatcher/src/
H A Dwlan_twt_api.c44 wlan_twt_get_rx_ops(struct wlan_objmgr_psoc *psoc) in wlan_twt_get_rx_ops() function