Home
last modified time | relevance | path

Searched refs:recognize_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.c43 ops->recognize_interrupt = hal_recognize_int_8852be; in hal_set_ops_8852be()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/rtl8852b/sdio/
H A Drtl8852bs_ops.c46 ops->recognize_interrupt = hal_recognize_int_8852bs; in hal_set_ops_8852bs()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_init.c353 if (hal_ops->recognize_interrupt) in rtw_hal_recognize_interrupt()
354 return hal_ops->recognize_interrupt(hal); in rtw_hal_recognize_interrupt()
526 if (!ops->recognize_interrupt) { in hal_ops_check()
H A Dhal_struct.h224 bool (*recognize_interrupt)(struct hal_info_t *hal); member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_init.c353 if (hal_ops->recognize_interrupt) in rtw_hal_recognize_interrupt()
354 return hal_ops->recognize_interrupt(hal); in rtw_hal_recognize_interrupt()
526 if (!ops->recognize_interrupt) { in hal_ops_check()
H A Dhal_struct.h225 bool (*recognize_interrupt)(struct hal_info_t *hal); member