Home
last modified time | relevance | path

Searched refs:hal_dm_watchdog_in_lps (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A Dhal_intf.c367 if (padapter->HalFunc.hal_dm_watchdog_in_lps) in rtw_hal_dm_watchdog_in_lps()
368 …padapter->HalFunc.hal_dm_watchdog_in_lps(padapter); /* this function caller is in interrupt contex… in rtw_hal_dm_watchdog_in_lps()
H A Drtl8723b_hal_init.c2197 pHalFunc->hal_dm_watchdog_in_lps = &rtl8723b_HalDmWatchDog_in_LPS; in rtl8723b_set_hal_ops()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/
H A Dhal_intf.c612 …padapter->HalFunc.hal_dm_watchdog_in_lps(padapter);//this fuction caller is in interrupt context … in rtw_hal_dm_watchdog_in_lps()
987 if (NULL == padapter->HalFunc.hal_dm_watchdog_in_lps) { in rtw_hal_ops_check()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/
H A Dhal_intf.c558 …padapter->HalFunc.hal_dm_watchdog_in_lps(padapter);//this fuction caller is in interrupt context … in rtw_hal_dm_watchdog_in_lps()
935 if (NULL == padapter->HalFunc.hal_dm_watchdog_in_lps) { in rtw_hal_ops_check()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/
H A Dhal_intf.c617 …padapter->HalFunc.hal_dm_watchdog_in_lps(padapter);/* this fuction caller is in interrupt context … in rtw_hal_dm_watchdog_in_lps()
1028 if (NULL == padapter->HalFunc.hal_dm_watchdog_in_lps) { in rtw_hal_ops_check()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Dhal_intf.h213 void (*hal_dm_watchdog_in_lps)(struct adapter *padapter); member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Dhal_intf.h300 void (*hal_dm_watchdog_in_lps)(_adapter *padapter); member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Dhal_intf.h277 void (*hal_dm_watchdog_in_lps)(_adapter *padapter); member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Dhal_intf.h320 void (*hal_dm_watchdog_in_lps)(_adapter *padapter); member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/rtl8822b/
H A Drtl8822b_ops.c4316 ops->hal_dm_watchdog_in_lps = rtl8822b_phy_haldm_watchdog_in_lps; in rtl8822b_set_hal_ops()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/rtl8723b/
H A Drtl8723b_hal_init.c3386 pHalFunc->hal_dm_watchdog_in_lps = &rtl8723b_HalDmWatchDog_in_LPS; in rtl8723b_set_hal_ops()