Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_struct.h99 void (*hci_trx_deinit)(struct phl_info_t *phl); member
H A Dphl_tx.c1237 hci_trx_ops->hci_trx_deinit(phl_info); in phl_trx_free_sw_rsc()
H A Dphl_init.c399 if (!trx_ops->hci_trx_deinit) { in _phl_hci_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_struct.h96 void (*hci_trx_deinit)(struct phl_info_t *phl); member
H A Dphl_init.c396 if (!trx_ops->hci_trx_deinit) { in _phl_hci_ops_check()
H A Dphl_tx.c1264 hci_trx_ops->hci_trx_deinit(phl_info); in phl_trx_free_sw_rsc()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/
H A Dphl_trx_sdio.c1651 .hci_trx_deinit = phl_trx_deinit_sdio,
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/
H A Dphl_trx_pcie.c3807 ops.hci_trx_deinit = phl_trx_deinit_pcie; in phl_hci_trx_ops_init()