Home
last modified time | relevance | path

Searched refs:restore_interrupt (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/pci/
H A Drtl8852be_ops.c46 ops->restore_interrupt = hal_restore_int_8852be; in hal_set_ops_8852be()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/rtl8852b/sdio/
H A Drtl8852bs_ops.c50 ops->restore_interrupt = hal_enable_int_8852bs; in hal_set_ops_8852bs()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_init.c402 if (hal_ops->restore_interrupt) in rtw_hal_restore_interrupt()
403 hal_ops->restore_interrupt(hal); in rtw_hal_restore_interrupt()
538 if (!ops->restore_interrupt) { in hal_ops_check()
H A Dhal_struct.h228 void (*restore_interrupt)(struct hal_info_t *hal); member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_init.c402 if (hal_ops->restore_interrupt) in rtw_hal_restore_interrupt()
403 hal_ops->restore_interrupt(hal); in rtw_hal_restore_interrupt()
538 if (!ops->restore_interrupt) { in hal_ops_check()
H A Dhal_struct.h229 void (*restore_interrupt)(struct hal_info_t *hal); member