Home
last modified time | relevance | path

Searched refs:hal_get_first_wow_wakeup_packet (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_rx.h3182 hal_get_first_wow_wakeup_packet(hal_soc_handle_t hal_soc_hdl, uint8_t *buf) in hal_get_first_wow_wakeup_packet() function
3186 return hal_soc->ops->hal_get_first_wow_wakeup_packet(buf); in hal_get_first_wow_wakeup_packet()
H A Dhal_internal.h1436 uint8_t (*hal_get_first_wow_wakeup_packet)(uint8_t *buf); member
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca6290/
H A Dhal_6290.c1240 hal_soc->ops->hal_get_first_wow_wakeup_packet = in hal_hw_txrx_ops_attach_6290()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca6390/
H A Dhal_6390.c1313 hal_soc->ops->hal_get_first_wow_wakeup_packet = in hal_hw_txrx_ops_attach_qca6390()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/wcn6450/
H A Dhal_wcn6450.c1999 hal_soc->ops->hal_get_first_wow_wakeup_packet = in hal_hw_txrx_ops_attach_wcn6450()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca6490/
H A Dhal_6490.c1962 hal_soc->ops->hal_get_first_wow_wakeup_packet = in hal_hw_txrx_ops_attach_qca6490()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca6750/
H A Dhal_6750.c2118 hal_soc->ops->hal_get_first_wow_wakeup_packet = in hal_hw_txrx_ops_attach_qca6750()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/kiwi/
H A Dhal_kiwi.c2346 hal_soc->ops->hal_get_first_wow_wakeup_packet = in hal_hw_txrx_ops_attach_kiwi()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rx.c212 if (hal_get_first_wow_wakeup_packet(soc->hal_soc, rx_tlv)) { in dp_rx_mark_first_packet_after_wow_wakeup()