Home
last modified time | relevance | path

Searched refs:cfg_wow_txdma (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_struct.h59 void (*cfg_wow_txdma)(struct hal_info_t *hal, u8 en); member
H A Dhal_wow.c194 trx_ops->cfg_wow_txdma(hal_info, en); in rtw_hal_wow_cfg_txdma()
H A Dhal_init.c571 if (!trx_ops->cfg_wow_txdma) { in hal_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_struct.h59 void (*cfg_wow_txdma)(struct hal_info_t *hal, u8 en); member
H A Dhal_wow.c194 trx_ops->cfg_wow_txdma(hal_info, en); in rtw_hal_wow_cfg_txdma()
H A Dhal_init.c571 if (!trx_ops->cfg_wow_txdma) { in hal_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/pci/
H A Dhal_trx_8852be.c1395 ops.cfg_wow_txdma = hal_cfg_wow_txdma_8852be; in hal_trx_ops_init_8852be()