Home
last modified time | relevance | path

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

/linux/drivers/staging/r8188eu/include/
A Drtw_pwrctrl.h131 int _rtw_pwr_wakeup(struct adapter *adapter, u32 ips_defer_ms,
134 _rtw_pwr_wakeup(adapter, RTW_PWR_STATE_CHK_INTERVAL, __func__)
/linux/drivers/staging/rtl8723bs/include/
A Drtw_pwrctrl.h282 int _rtw_pwr_wakeup(struct adapter *padapter, u32 ips_deffer_ms, const char *caller);
283 #define rtw_pwr_wakeup(adapter) _rtw_pwr_wakeup(adapter, RTW_PWR_STATE_CHK_INTERVAL, __func__)
284 #define rtw_pwr_wakeup_ex(adapter, ips_deffer_ms) _rtw_pwr_wakeup(adapter, ips_deffer_ms, __func__)
/linux/drivers/staging/r8188eu/core/
A Drtw_pwrctrl.c375 int _rtw_pwr_wakeup(struct adapter *padapter, u32 ips_deffer_ms, const char *caller) in _rtw_pwr_wakeup() function
/linux/drivers/staging/rtl8723bs/core/
A Drtw_pwrctrl.c1027 int _rtw_pwr_wakeup(struct adapter *padapter, u32 ips_deffer_ms, const char *caller) in _rtw_pwr_wakeup() function

Completed in 8 milliseconds