Home
last modified time | relevance | path

Searched refs:recycle_busy_wd (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_struct.h129 enum rtw_phl_status (*recycle_busy_wd)(struct phl_info_t *phl); member
H A Dphl_init.c485 if (!trx_ops->recycle_busy_wd) { in _phl_hci_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_struct.h126 enum rtw_phl_status (*recycle_busy_wd)(struct phl_info_t *phl); member
H A Dphl_init.c482 if (!trx_ops->recycle_busy_wd) { in _phl_hci_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/
H A Dphl_trx_pcie.c3814 ops.recycle_busy_wd = phl_recycle_busy_wd; in phl_hci_trx_ops_init()