Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_ser_fsm.c447 ops->trx_reset(pser->phl_info, PHL_CTRL_TX|PHL_CTRL_RX); in ser_pci_l1_pause_trx_st_hdl()
495 ops->trx_reset(pser->phl_info, PHL_CTRL_TX|PHL_CTRL_RX); in ser_pci_l1_pause_trx_st_hdl()
530 ops->trx_reset(pser->phl_info, PHL_CTRL_TX|PHL_CTRL_RX); in ser_pci_l1_pause_trx_st_hdl()
H A Dphl_struct.h110 void (*trx_reset)(struct phl_info_t *phl, u8 type); member
H A Dphl_init.c432 if (!trx_ops->trx_reset) { in _phl_hci_ops_check()
1519 ops->trx_reset(phl_info, PHL_CTRL_TX|PHL_CTRL_RX); in rtw_phl_preload()
2072 ops->trx_reset(phl_info, PHL_CTRL_TX|PHL_CTRL_RX); in rtw_phl_reset()
H A Dphl_tx.c1791 ops->trx_reset(phl_info, PHL_CTRL_TX); in _phl_sw_tx_rst()
1925 ops->trx_reset(phl_info, PHL_CTRL_RX); in _phl_sw_rx_rst()
H A Dphl_wow.c1153 trx_ops->trx_reset(phl_info, PHL_CTRL_TX | PHL_CTRL_RX); in phl_wow_init_postcfg()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_ser_fsm.c447 ops->trx_reset(pser->phl_info, PHL_CTRL_TX|PHL_CTRL_RX); in ser_pci_l1_pause_trx_st_hdl()
495 ops->trx_reset(pser->phl_info, PHL_CTRL_TX|PHL_CTRL_RX); in ser_pci_l1_pause_trx_st_hdl()
530 ops->trx_reset(pser->phl_info, PHL_CTRL_TX|PHL_CTRL_RX); in ser_pci_l1_pause_trx_st_hdl()
H A Dphl_struct.h113 void (*trx_reset)(struct phl_info_t *phl, u8 type); member
H A Dphl_init.c435 if (!trx_ops->trx_reset) { in _phl_hci_ops_check()
1527 ops->trx_reset(phl_info, PHL_CTRL_TX|PHL_CTRL_RX); in rtw_phl_preload()
2082 ops->trx_reset(phl_info, PHL_CTRL_TX|PHL_CTRL_RX); in rtw_phl_reset()
H A Dphl_tx.c1772 ops->trx_reset(phl_info, PHL_CTRL_TX); in _phl_sw_tx_rst()
1906 ops->trx_reset(phl_info, PHL_CTRL_RX); in _phl_sw_rx_rst()
H A Dphl_wow.c1139 trx_ops->trx_reset(phl_info, PHL_CTRL_TX | PHL_CTRL_RX); in phl_wow_init_postcfg()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/
H A Dphl_trx_sdio.c1662 .trx_reset = phl_trx_reset_sdio,
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/
H A Dphl_trx_pcie.c3820 ops.trx_reset = phl_trx_reset_pcie; in phl_hci_trx_ops_init()