Home
last modified time | relevance | path

Searched refs:TimerSQ3Tmax2 (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/vt6655/
Dbaseband.c2729 del_timer(&pDevice->TimerSQ3Tmax2); in BBvAntennaDiversity()
2760 pDevice->TimerSQ3Tmax2.expires = RUN_AT(pDevice->byTMax2 * HZ); in BBvAntennaDiversity()
2762 add_timer(&pDevice->TimerSQ3Tmax2); in BBvAntennaDiversity()
2803 pDevice->TimerSQ3Tmax2.expires = RUN_AT(pDevice->byTMax2 * HZ); in TimerSQ3CallBack()
2805 add_timer(&pDevice->TimerSQ3Tmax2); in TimerSQ3CallBack()
2841 pDevice->TimerSQ3Tmax2.expires = RUN_AT(pDevice->byTMax2 * HZ); in TimerState1CallBack()
2843 add_timer(&pDevice->TimerSQ3Tmax2); in TimerState1CallBack()
2861 pDevice->TimerSQ3Tmax2.expires = RUN_AT(pDevice->byTMax2 * HZ); in TimerState1CallBack()
2863 add_timer(&pDevice->TimerSQ3Tmax2); in TimerState1CallBack()
Ddevice.h651 struct timer_list TimerSQ3Tmax2; member
Ddevice_main.c762 init_timer(&pDevice->TimerSQ3Tmax2); in device_init_diversity_timer()
763 pDevice->TimerSQ3Tmax2.data = (unsigned long) pDevice; in device_init_diversity_timer()
764 pDevice->TimerSQ3Tmax2.function = (TimerFunction)TimerSQ3CallBack; in device_init_diversity_timer()
765 pDevice->TimerSQ3Tmax2.expires = RUN_AT(HZ); in device_init_diversity_timer()
1655 del_timer(&pDevice->TimerSQ3Tmax2); in device_close()