Searched refs:SetupTimer (Results 1 - 4 of 4) sorted by relevance

/drivers/staging/rtl8192e/
H A Drtl819x_TS.h36 struct timer_list SetupTimer; member in struct:ts_common_info
H A Drtl819x_TSProc.c154 _setup_timer(&pTxTS->TsCommonInfo.SetupTimer,
186 _setup_timer(&pRxTS->TsCommonInfo.SetupTimer,
221 del_timer_sync(&pTsCommonInfo->SetupTimer);
426 del_timer_sync(&pTs->SetupTimer);
/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_TS.h19 struct timer_list SetupTimer; member in struct:_TS_COMMON_INFO
H A Drtl819x_TSProc.c159 init_timer(&pTxTS->TsCommonInfo.SetupTimer);
160 pTxTS->TsCommonInfo.SetupTimer.data = (unsigned long)pTxTS;
161 pTxTS->TsCommonInfo.SetupTimer.function = TsSetupTimeOut;
193 init_timer(&pRxTS->TsCommonInfo.SetupTimer);
194 pRxTS->TsCommonInfo.SetupTimer.data = (unsigned long)pRxTS;
195 pRxTS->TsCommonInfo.SetupTimer.function = TsSetupTimeOut;
230 del_timer_sync(&pTsCommonInfo->SetupTimer);
478 del_timer_sync(&pTs->SetupTimer);

Completed in 30 milliseconds