Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_api_drv.c22 return phl_info->hci_trx_ops->get_txbd_buf(phl_info); in rtw_phl_get_txbd_buf()
H A Dphl_struct.h116 void *(*get_txbd_buf)(struct phl_info_t *phl); member
H A Dphl_init.c456 if (!trx_ops->get_txbd_buf) { in _phl_hci_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_api_drv.c22 return phl_info->hci_trx_ops->get_txbd_buf(phl_info); in rtw_phl_get_txbd_buf()
H A Dphl_struct.h119 void *(*get_txbd_buf)(struct phl_info_t *phl); member
H A Dphl_init.c459 if (!trx_ops->get_txbd_buf) { in _phl_hci_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/
H A Dphl_trx_sdio.c1668 .get_txbd_buf = phl_get_txbd_buf_sdio,
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/
H A Dphl_trx_pcie.c3826 ops.get_txbd_buf = phl_get_txbd_buf_pcie; in phl_hci_trx_ops_init()