Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/vt6655/
Dwcmd.c329 init_timer(&pDevice->sTimerCommand); in vCommandTimerWait()
330 pDevice->sTimerCommand.data = (unsigned long) pDevice; in vCommandTimerWait()
331 pDevice->sTimerCommand.function = (TimerFunction)vCommandTimer; in vCommandTimerWait()
333 pDevice->sTimerCommand.expires = (unsigned int)RUN_AT((MSecond * HZ) >> 10); in vCommandTimerWait()
334 add_timer(&pDevice->sTimerCommand); in vCommandTimerWait()
1093 del_timer(&pDevice->sTimerCommand); in vResetCommandTimer()
1095 init_timer(&pDevice->sTimerCommand); in vResetCommandTimer()
1096 pDevice->sTimerCommand.data = (unsigned long) pDevice; in vResetCommandTimer()
1097 pDevice->sTimerCommand.function = (TimerFunction)vCommandTimer; in vResetCommandTimer()
1098 pDevice->sTimerCommand.expires = RUN_AT(HZ); in vResetCommandTimer()
Ddevice.h712 struct timer_list sTimerCommand; member
Dwmgr.c401 init_timer(&pDevice->sTimerCommand); in vMgrTimerInit()
402 pDevice->sTimerCommand.data = (unsigned long) pDevice; in vMgrTimerInit()
403 pDevice->sTimerCommand.function = (TimerFunction)vCommandTimer; in vMgrTimerInit()
404 pDevice->sTimerCommand.expires = RUN_AT(HZ); in vMgrTimerInit()
1137 timer_expire(pDevice->sTimerCommand, 0); in s_vMgrRxAssocResponse()
1450 timer_expire(pDevice->sTimerCommand, 0); in s_vMgrRxAuthenSequence_2()
1634 timer_expire(pDevice->sTimerCommand, 0); in s_vMgrRxAuthenSequence_4()
Dioctl.c400 del_timer(&pDevice->sTimerCommand); in private_ioctl()
Ddevice_main.c1809 del_timer(&pDevice->sTimerCommand); in device_error()
2047 del_timer(&pDevice->sTimerCommand); in device_close()
3679 del_timer(&pDevice->sTimerCommand); in viawget_suspend()
3724 init_timer(&pDevice->sTimerCommand); in viawget_resume()
/linux-2.6.39/drivers/staging/vt6656/
Dwcmd.c323 init_timer(&pDevice->sTimerCommand); in vCommandTimerWait()
324 pDevice->sTimerCommand.data = (unsigned long)pDevice; in vCommandTimerWait()
325 pDevice->sTimerCommand.function = (TimerFunction)vRunCommand; in vCommandTimerWait()
327 pDevice->sTimerCommand.expires = (unsigned int)RUN_AT((MSecond * HZ) >> 10); in vCommandTimerWait()
328 add_timer(&pDevice->sTimerCommand); in vCommandTimerWait()
1260 del_timer(&pDevice->sTimerCommand); in vResetCommandTimer()
1262 init_timer(&pDevice->sTimerCommand); in vResetCommandTimer()
1263 pDevice->sTimerCommand.data = (unsigned long)pDevice; in vResetCommandTimer()
1264 pDevice->sTimerCommand.function = (TimerFunction)vRunCommand; in vResetCommandTimer()
1265 pDevice->sTimerCommand.expires = RUN_AT(HZ); in vResetCommandTimer()
Ddevice.h789 struct timer_list sTimerCommand; member
Dwmgr.c371 init_timer(&pDevice->sTimerCommand); in vMgrObjectInit()
372 pDevice->sTimerCommand.data = (unsigned long)pDevice; in vMgrObjectInit()
373 pDevice->sTimerCommand.function = (TimerFunction)vRunCommand; in vMgrObjectInit()
374 pDevice->sTimerCommand.expires = RUN_AT(HZ); in vMgrObjectInit()
1066 timer_expire(pDevice->sTimerCommand, 0); in s_vMgrRxAssocResponse()
1370 timer_expire(pDevice->sTimerCommand, 0); in s_vMgrRxAuthenSequence_2()
1553 timer_expire(pDevice->sTimerCommand, 0); in s_vMgrRxAuthenSequence_4()
Dmain_usb.c1216 del_timer(&pDevice->sTimerCommand); in device_close()