Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_struct.h98 enum rtw_phl_status (*hci_trx_init)(struct phl_info_t *phl); member
H A Dphl_tx.c1324 pstatus = hci_trx_ops->hci_trx_init(phl_info); in phl_datapath_init()
H A Dphl_init.c395 if (!trx_ops->hci_trx_init) { in _phl_hci_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_struct.h95 enum rtw_phl_status (*hci_trx_init)(struct phl_info_t *phl); member
H A Dphl_init.c392 if (!trx_ops->hci_trx_init) { in _phl_hci_ops_check()
H A Dphl_tx.c1343 pstatus = hci_trx_ops->hci_trx_init(phl_info); in phl_datapath_init()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/
H A Dphl_trx_sdio.c1650 .hci_trx_init = phl_trx_init_sdio,
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/
H A Dphl_trx_pcie.c3806 ops.hci_trx_init = phl_trx_init_pcie; in phl_hci_trx_ops_init()