Home
last modified time | relevance | path

Searched refs:sTimerCommand (Results 1 – 9 of 9) sorted by relevance

/drivers/staging/vt6655/
Dwcmd.c295 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()
Ddevice.h661 struct timer_list sTimerCommand; member
Dwmgr.c390 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()
Dioctl.c376 del_timer(&pDevice->sTimerCommand); in private_ioctl()
Ddevice_main.c1656 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()
/drivers/staging/vt6656/
Dwcmd.c272 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()
Ddevice.h719 struct timer_list sTimerCommand; member
Dwmgr.c221 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()
Dmain_usb.c1080 del_timer(&pDevice->sTimerCommand); in device_close()