Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_struct.h81 u8 (*check_rxrdy)(struct rtw_phl_com_t *phl_com, u8 *rxbuf, u8 dma_ch); member
H A Dhal_rx.c209 res = trx_ops->check_rxrdy(phl_com, rxbuf, dma_ch); in rtw_hal_check_rxrdy()
H A Dhal_init.c605 if (!trx_ops->check_rxrdy) { in hal_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_struct.h81 u8 (*check_rxrdy)(struct rtw_phl_com_t *phl_com, u8 *rxbuf, u8 dma_ch); member
H A Dhal_rx.c209 res = trx_ops->check_rxrdy(phl_com, rxbuf, dma_ch); in rtw_hal_check_rxrdy()
H A Dhal_init.c605 if (!trx_ops->check_rxrdy) { in hal_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/pci/
H A Dhal_trx_8852be.c1404 ops.check_rxrdy = hal_check_rxrdy_8852be; in hal_trx_ops_init_8852be()