Home
last modified time | relevance | path

Searched refs:trx_cfg (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_struct.h106 enum rtw_phl_status (*trx_cfg)(struct phl_info_t *phl); member
H A Dphl_wow.c1287 trx_ops->trx_cfg(phl_info); in phl_wow_deinit_precfg()
H A Dphl_tx.c1257 pstatus = hci_trx_ops->trx_cfg(phl_info); in phl_datapath_start()
H A Dphl_init.c419 if (!trx_ops->trx_cfg) { in _phl_hci_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_struct.h103 enum rtw_phl_status (*trx_cfg)(struct phl_info_t *phl); member
H A Dphl_init.c416 if (!trx_ops->trx_cfg) { in _phl_hci_ops_check()
H A Dphl_wow.c1301 trx_ops->trx_cfg(phl_info); in phl_wow_deinit_precfg()
H A Dphl_tx.c1284 pstatus = hci_trx_ops->trx_cfg(phl_info); in phl_datapath_start()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/
H A Dphl_trx_sdio.c1657 .trx_cfg = phl_trx_cfg_sdio,
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/
H A Dphl_trx_pcie.c3812 ops.trx_cfg = phl_trx_config_pcie; in phl_hci_trx_ops_init()