Searched refs:sTimerCommand (Results 1 – 9 of 9) sorted by relevance
295 init_timer(&pDevice->sTimerCommand); in vCommandTimerWait()296 pDevice->sTimerCommand.data = (unsigned long) pDevice; in vCommandTimerWait()297 pDevice->sTimerCommand.function = (TimerFunction)vCommandTimer; in vCommandTimerWait()299 pDevice->sTimerCommand.expires = (unsigned int)RUN_AT((MSecond * HZ) >> 10); in vCommandTimerWait()300 add_timer(&pDevice->sTimerCommand); in vCommandTimerWait()1001 del_timer(&pDevice->sTimerCommand); in vResetCommandTimer()1003 init_timer(&pDevice->sTimerCommand); in vResetCommandTimer()1004 pDevice->sTimerCommand.data = (unsigned long) pDevice; in vResetCommandTimer()1005 pDevice->sTimerCommand.function = (TimerFunction)vCommandTimer; in vResetCommandTimer()1006 pDevice->sTimerCommand.expires = RUN_AT(HZ); in vResetCommandTimer()
661 struct timer_list sTimerCommand; member
390 init_timer(&pDevice->sTimerCommand); in vMgrTimerInit()391 pDevice->sTimerCommand.data = (unsigned long) pDevice; in vMgrTimerInit()392 pDevice->sTimerCommand.function = (TimerFunction)vCommandTimer; in vMgrTimerInit()393 pDevice->sTimerCommand.expires = RUN_AT(HZ); in vMgrTimerInit()1085 timer_expire(pDevice->sTimerCommand, 0); in s_vMgrRxAssocResponse()1381 timer_expire(pDevice->sTimerCommand, 0); in s_vMgrRxAuthenSequence_2()1556 timer_expire(pDevice->sTimerCommand, 0); in s_vMgrRxAuthenSequence_4()
376 del_timer(&pDevice->sTimerCommand); in private_ioctl()
1656 del_timer(&pDevice->sTimerCommand); in device_error()1849 del_timer(&pDevice->sTimerCommand); in device_close()3349 del_timer(&pDevice->sTimerCommand); in viawget_suspend()3392 init_timer(&pDevice->sTimerCommand); in viawget_resume()
272 init_timer(&pDevice->sTimerCommand); in vCommandTimerWait()274 pDevice->sTimerCommand.data = (unsigned long)pDevice; in vCommandTimerWait()275 pDevice->sTimerCommand.function = (TimerFunction)vRunCommand; in vCommandTimerWait()276 pDevice->sTimerCommand.expires = RUN_AT((MSecond * HZ) / 1000); in vCommandTimerWait()278 add_timer(&pDevice->sTimerCommand); in vCommandTimerWait()1161 del_timer(&pDevice->sTimerCommand); in vResetCommandTimer()1163 init_timer(&pDevice->sTimerCommand); in vResetCommandTimer()1164 pDevice->sTimerCommand.data = (unsigned long)pDevice; in vResetCommandTimer()1165 pDevice->sTimerCommand.function = (TimerFunction)vRunCommand; in vResetCommandTimer()1166 pDevice->sTimerCommand.expires = RUN_AT(HZ); in vResetCommandTimer()
719 struct timer_list sTimerCommand; member
221 init_timer(&pDevice->sTimerCommand); in vMgrObjectInit()222 pDevice->sTimerCommand.data = (unsigned long)pDevice; in vMgrObjectInit()223 pDevice->sTimerCommand.function = (TimerFunction)vRunCommand; in vMgrObjectInit()224 pDevice->sTimerCommand.expires = RUN_AT(HZ); in vMgrObjectInit()849 timer_expire(pDevice->sTimerCommand, 0); in s_vMgrRxAssocResponse()1131 timer_expire(pDevice->sTimerCommand, 0); in s_vMgrRxAuthenSequence_2()1306 timer_expire(pDevice->sTimerCommand, 0); in s_vMgrRxAuthenSequence_4()
1080 del_timer(&pDevice->sTimerCommand); in device_close()