Home
last modified time | relevance | path

Searched refs:update_wd (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_tx.c233 hstatus = trx_ops->update_wd(hal_info, phl_pkt_req); in rtw_hal_update_wd_page()
H A Dhal_struct.h69 (*update_wd)(struct hal_info_t *hal, struct rtw_phl_pkt_req *req); member
H A Dhal_init.c593 if (!trx_ops->update_wd) { in hal_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_tx.c233 hstatus = trx_ops->update_wd(hal_info, phl_pkt_req); in rtw_hal_update_wd_page()
H A Dhal_struct.h69 (*update_wd)(struct hal_info_t *hal, struct rtw_phl_pkt_req *req); member
H A Dhal_init.c593 if (!trx_ops->update_wd) { in hal_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/pci/
H A Dhal_trx_8852be.c1401 ops.update_wd = hal_update_wd_8852be; in hal_trx_ops_init_8852be()