Home
last modified time | relevance | path

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

/drivers/staging/vt6655/
Dbaseband.c2767 del_timer(&pDevice->TimerSQ3Tmax2); in BBvAntennaDiversity()
2795 pDevice->TimerSQ3Tmax2.expires = RUN_AT(pDevice->byTMax2 * HZ); in BBvAntennaDiversity()
2797 add_timer(&pDevice->TimerSQ3Tmax2); in BBvAntennaDiversity()
2836 pDevice->TimerSQ3Tmax2.expires = RUN_AT(pDevice->byTMax2 * HZ); in TimerSQ3CallBack()
2838 add_timer(&pDevice->TimerSQ3Tmax2); in TimerSQ3CallBack()
2875 pDevice->TimerSQ3Tmax2.expires = RUN_AT(pDevice->byTMax2 * HZ); in TimerState1CallBack()
2877 add_timer(&pDevice->TimerSQ3Tmax2); in TimerState1CallBack()
2892 pDevice->TimerSQ3Tmax2.expires = RUN_AT(pDevice->byTMax2 * HZ); in TimerState1CallBack()
2894 add_timer(&pDevice->TimerSQ3Tmax2); in TimerState1CallBack()
Ddevice.h694 struct timer_list TimerSQ3Tmax2; member
Ddevice_main.c793 init_timer(&pDevice->TimerSQ3Tmax2); in device_init_diversity_timer()
794 pDevice->TimerSQ3Tmax2.data = (unsigned long) pDevice; in device_init_diversity_timer()
795 pDevice->TimerSQ3Tmax2.function = (TimerFunction)TimerSQ3CallBack; in device_init_diversity_timer()
796 pDevice->TimerSQ3Tmax2.expires = RUN_AT(HZ); in device_init_diversity_timer()
1853 del_timer(&pDevice->TimerSQ3Tmax2); in device_close()
/drivers/staging/vt6656/
Dbaseband.c1325 del_timer(&pDevice->TimerSQ3Tmax2); in BBvAntennaDiversity()
1355 pDevice->TimerSQ3Tmax2.expires = RUN_AT(pDevice->byTMax2 * HZ); in BBvAntennaDiversity()
1357 add_timer(&pDevice->TimerSQ3Tmax2); in BBvAntennaDiversity()
1394 pDevice->TimerSQ3Tmax2.expires = RUN_AT(pDevice->byTMax2 * HZ); in TimerSQ3CallBack()
1396 add_timer(&pDevice->TimerSQ3Tmax2); in TimerSQ3CallBack()
1439 del_timer(&pDevice->TimerSQ3Tmax2); in TimerSQ3Tmax3CallBack()
Dmain_usb.c284 init_timer(&pDevice->TimerSQ3Tmax2); in device_init_diversity_timer()
285 pDevice->TimerSQ3Tmax2.data = (unsigned long)pDevice; in device_init_diversity_timer()
286 pDevice->TimerSQ3Tmax2.function = (TimerFunction)TimerSQ3CallBack; in device_init_diversity_timer()
287 pDevice->TimerSQ3Tmax2.expires = RUN_AT(HZ); in device_init_diversity_timer()
1087 del_timer(&pDevice->TimerSQ3Tmax2); in device_close()
Ddevice.h514 struct timer_list TimerSQ3Tmax2; member