Home
last modified time | relevance | path

Searched refs:get_rxbd_buf (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_api_drv.c29 return phl_info->hci_trx_ops->get_rxbd_buf(phl_info); in rtw_phl_get_rxbd_buf()
H A Dphl_struct.h117 void *(*get_rxbd_buf)(struct phl_info_t *phl); member
H A Dphl_init.c460 if (!trx_ops->get_rxbd_buf) { in _phl_hci_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_api_drv.c29 return phl_info->hci_trx_ops->get_rxbd_buf(phl_info); in rtw_phl_get_rxbd_buf()
H A Dphl_struct.h120 void *(*get_rxbd_buf)(struct phl_info_t *phl); member
H A Dphl_init.c463 if (!trx_ops->get_rxbd_buf) { in _phl_hci_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/
H A Dphl_trx_sdio.c1669 .get_rxbd_buf = phl_get_rxbd_buf_sdio,
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/
H A Dphl_trx_pcie.c3827 ops.get_rxbd_buf = phl_get_rxbd_buf_pcie; in phl_hci_trx_ops_init()