Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_api_drv.c57 pstatus = phl_info->hci_trx_ops->pltfm_tx(phl_info, pkt); in rtw_phl_pltfm_tx()
H A Dphl_struct.h105 enum rtw_phl_status (*pltfm_tx)(struct phl_info_t *phl, void *pkt); member
H A Dphl_init.c420 if (!trx_ops->pltfm_tx) { in _phl_hci_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_api_drv.c57 pstatus = phl_info->hci_trx_ops->pltfm_tx(phl_info, pkt); in rtw_phl_pltfm_tx()
H A Dphl_struct.h108 enum rtw_phl_status (*pltfm_tx)(struct phl_info_t *phl, void *pkt); member
H A Dphl_init.c423 if (!trx_ops->pltfm_tx) { in _phl_hci_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/
H A Dphl_trx_sdio.c1659 .pltfm_tx = phl_pltfm_tx_sdio,
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/
H A Dphl_trx_pcie.c3817 ops.pltfm_tx = phl_pltfm_tx_pcie; in phl_hci_trx_ops_init()