Home
last modified time | relevance | path

Searched refs:ResetType (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/mips/include/asm/mach-loongson64/
Dboot_param.h163 u64 ResetType; member
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.c1387 enum reset_type ResetType = RESET_TYPE_NORESET; in _rtl92e_watchdog_wq_cb() local
1515 ResetType = _rtl92e_if_check_reset(dev); in _rtl92e_watchdog_wq_cb()
1520 if (!priv->bDisableNormalResetCheck && ResetType == RESET_TYPE_NORMAL) { in _rtl92e_watchdog_wq_cb()
1527 ResetType == RESET_TYPE_SILENT))) in _rtl92e_watchdog_wq_cb()
/linux-4.4.14/drivers/staging/rtl8192u/
Dr8192U_core.c3445 RESET_TYPE ResetType = RESET_TYPE_NORESET; in rtl819x_watchdog_wqcallback() local
3492 ResetType = rtl819x_ifcheck_resetornot(dev); in rtl819x_watchdog_wqcallback()
3498 (!priv->bDisableNormalResetCheck && ResetType == RESET_TYPE_SILENT)))) { in rtl819x_watchdog_wqcallback()
3503 priv->bDisableNormalResetCheck, ResetType); in rtl819x_watchdog_wqcallback()