Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_tx.c284 return trx_ops->poll_txdma_idle(hal_info); in rtw_hal_poll_txdma_idle()
H A Dhal_struct.h64 u8 (*poll_txdma_idle)(struct hal_info_t *hal); member
H A Dhal_init.c575 if (!trx_ops->poll_txdma_idle) { in hal_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_tx.c284 return trx_ops->poll_txdma_idle(hal_info); in rtw_hal_poll_txdma_idle()
H A Dhal_struct.h64 u8 (*poll_txdma_idle)(struct hal_info_t *hal); member
H A Dhal_init.c575 if (!trx_ops->poll_txdma_idle) { in hal_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/pci/
H A Dhal_trx_8852be.c1396 ops.poll_txdma_idle = hal_poll_txdma_idle_8852be; in hal_trx_ops_init_8852be()