Searched refs:ResetType (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-loongson64/ |
H A D | boot_param.h | 176 u64 ResetType; member
|
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-loongson64/ |
H A D | boot_param.h | 181 u64 ResetType; member
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/ |
H A D | rtl_core.c | 1371 enum reset_type ResetType = RESET_TYPE_NORESET; in _rtl92e_watchdog_wq_cb() local 1499 ResetType = _rtl92e_if_check_reset(dev); in _rtl92e_watchdog_wq_cb() 1504 if (!priv->bDisableNormalResetCheck && ResetType == RESET_TYPE_NORMAL) { in _rtl92e_watchdog_wq_cb() 1511 ResetType == RESET_TYPE_SILENT))) in _rtl92e_watchdog_wq_cb()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/rtl8192e/ |
H A D | rtl_core.c | 1160 enum reset_type ResetType = RESET_TYPE_NORESET; in _rtl92e_watchdog_wq_cb() local 1278 ResetType = _rtl92e_if_check_reset(dev); in _rtl92e_watchdog_wq_cb() 1283 if (ResetType == RESET_TYPE_NORMAL) { in _rtl92e_watchdog_wq_cb() 1288 if ((priv->force_reset || ResetType == RESET_TYPE_SILENT)) in _rtl92e_watchdog_wq_cb()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ |
H A D | r8192U_core.c | 3235 RESET_TYPE ResetType = RESET_TYPE_NORESET; in rtl819x_watchdog_wqcallback() local 3280 ResetType = rtl819x_ifcheck_resetornot(dev); in rtl819x_watchdog_wqcallback() 3286 (!priv->bDisableNormalResetCheck && ResetType == RESET_TYPE_SILENT)))) { in rtl819x_watchdog_wqcallback() 3288 "%s():priv->force_reset is %d,priv->ResetProgress is %d, priv->bForcedSilentReset is %d,priv->bDisableNormalResetCheck is %d,ResetType is %d\n", in rtl819x_watchdog_wqcallback() 3291 priv->bDisableNormalResetCheck, ResetType); in rtl819x_watchdog_wqcallback()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ |
H A D | r8192U_core.c | 3049 RESET_TYPE ResetType = RESET_TYPE_NORESET; in rtl819x_watchdog_wqcallback() local 3094 ResetType = rtl819x_ifcheck_resetornot(dev); in rtl819x_watchdog_wqcallback() 3100 (!priv->bDisableNormalResetCheck && ResetType == RESET_TYPE_SILENT)))) { in rtl819x_watchdog_wqcallback() 3102 "%s():priv->force_reset is %d,priv->ResetProgress is %d, priv->bForcedSilentReset is %d,priv->bDisableNormalResetCheck is %d,ResetType is %d\n", in rtl819x_watchdog_wqcallback() 3105 priv->bDisableNormalResetCheck, ResetType); in rtl819x_watchdog_wqcallback()
|
Completed in 19 milliseconds