Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_struct.h131 void (*read_hw_rx)(struct phl_info_t *phl, enum rx_channel_type rx_ch); member
H A Dphl_init.c493 if (!trx_ops->read_hw_rx) { in _phl_hci_ops_check()
2218 phl_info->hci_trx_ops->read_hw_rx(phl, RX_CH); in rtw_phl_interrupt_handler()
2248 phl_info->hci_trx_ops->read_hw_rx(phl, RP_CH); in rtw_phl_interrupt_handler()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/
H A Dphl_trx_pcie.c3816 ops.read_hw_rx = phl_read_hw_rx; in phl_hci_trx_ops_init()