Home
last modified time | relevance | path

Searched refs:RESET_TYPE_SILENT (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.c1094 return RESET_TYPE_SILENT; in _rtl92e_tx_check_stuck()
1105 return RESET_TYPE_SILENT; in _rtl92e_rx_check_stuck()
1132 } else if (TxResetType == RESET_TYPE_SILENT || in _rtl92e_if_check_reset()
1133 RxResetType == RESET_TYPE_SILENT) { in _rtl92e_if_check_reset()
1136 return RESET_TYPE_SILENT; in _rtl92e_if_check_reset()
1151 priv->ResetProgress = RESET_TYPE_SILENT; in _rtl92e_if_silent_reset()
1418 ResetType == RESET_TYPE_SILENT))) in _rtl92e_watchdog_wq_cb()
Drtl_core.h182 RESET_TYPE_SILENT = 0x02 enumerator
Drtl_dm.c270 if (priv->ResetProgress == RESET_TYPE_SILENT) { in _rtl92e_dm_check_ac_dc_power()
/linux-6.1.9/drivers/staging/rtl8192u/
Dr8192U_core.c2720 return RESET_TYPE_SILENT; in TxCheckStuck()
2783 return RESET_TYPE_SILENT; in RxCheckStuck()
2829 } else if (TxResetType == RESET_TYPE_SILENT || in rtl819x_ifcheck_resetornot()
2830 RxResetType == RESET_TYPE_SILENT) { in rtl819x_ifcheck_resetornot()
2832 return RESET_TYPE_SILENT; in rtl819x_ifcheck_resetornot()
2928 priv->ResetProgress = RESET_TYPE_SILENT; in rtl819x_ifsilentreset()
3100 (!priv->bDisableNormalResetCheck && ResetType == RESET_TYPE_SILENT)))) { in rtl819x_watchdog_wqcallback()
Dr8192U.h788 RESET_TYPE_SILENT = 0x02 enumerator