Home
last modified time | relevance | path

Searched refs:RESET_TYPE_NORMAL (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_core.h135 RESET_TYPE_NORMAL = 0x01, enumerator
H A Drtl_core.c1004 if (TxResetType == RESET_TYPE_NORMAL || in _rtl92e_if_check_reset()
1005 RxResetType == RESET_TYPE_NORMAL) { in _rtl92e_if_check_reset()
1008 return RESET_TYPE_NORMAL; in _rtl92e_if_check_reset()
1283 if (ResetType == RESET_TYPE_NORMAL) { in _rtl92e_watchdog_wq_cb()
1284 priv->rst_progress = RESET_TYPE_NORMAL; in _rtl92e_watchdog_wq_cb()
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U.h787 RESET_TYPE_NORMAL = 0x01, enumerator
H A Dr8192U_core.c2826 if (TxResetType == RESET_TYPE_NORMAL || in rtl819x_ifcheck_resetornot()
2827 RxResetType == RESET_TYPE_NORMAL) { in rtl819x_ifcheck_resetornot()
2828 return RESET_TYPE_NORMAL; in rtl819x_ifcheck_resetornot()