Home
last modified time | relevance | path

Searched refs:trx_resume (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_struct.h114 void (*trx_resume)(struct phl_info_t *phl, u8 type); member
H A Dphl_tx.c1488 hci_trx_ops->trx_resume(phl_info, PHL_CTRL_TX); in rtw_phl_tx_resume()
1759 ops->trx_resume(phl_info, PHL_CTRL_TX); in _phl_sw_tx_resume()
1893 ops->trx_resume(phl_info, PHL_CTRL_RX); in _phl_sw_rx_resume()
H A Dphl_wow.c1289 trx_ops->trx_resume(phl_info, PHL_CTRL_RX); in phl_wow_deinit_precfg()
1356 trx_ops->trx_resume(phl_info, PHL_CTRL_TX); in phl_wow_deinit_postcfg()
H A Dphl_init.c439 if (!trx_ops->trx_resume) { in _phl_hci_ops_check()
2083 ops->trx_resume(phl_info, PHL_CTRL_TX|PHL_CTRL_RX); in rtw_phl_reset()
H A Dphl_ser_fsm.c277 ops->trx_resume(pser->phl_info, type); in ser_resume_trx_process()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_struct.h111 void (*trx_resume)(struct phl_info_t *phl, u8 type); member
H A Dphl_tx.c1507 hci_trx_ops->trx_resume(phl_info, PHL_CTRL_TX); in rtw_phl_tx_resume()
1778 ops->trx_resume(phl_info, PHL_CTRL_TX); in _phl_sw_tx_resume()
1912 ops->trx_resume(phl_info, PHL_CTRL_RX); in _phl_sw_rx_resume()
H A Dphl_init.c436 if (!trx_ops->trx_resume) { in _phl_hci_ops_check()
2073 ops->trx_resume(phl_info, PHL_CTRL_TX|PHL_CTRL_RX); in rtw_phl_reset()
H A Dphl_wow.c1303 trx_ops->trx_resume(phl_info, PHL_CTRL_RX); in phl_wow_deinit_precfg()
1370 trx_ops->trx_resume(phl_info, PHL_CTRL_TX); in phl_wow_deinit_postcfg()
H A Dphl_ser_fsm.c277 ops->trx_resume(pser->phl_info, type); in ser_resume_trx_process()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/
H A Dphl_trx_sdio.c1663 .trx_resume = phl_trx_resume_sdio,
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/
H A Dphl_trx_pcie.c3821 ops.trx_resume = phl_trx_resume_pcie; in phl_hci_trx_ops_init()