Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/vt6655/
Dbaseband.c2822 del_timer(&pDevice->TimerSQ3Tmax3); in BBvAntennaDiversity()
2829 pDevice->TimerSQ3Tmax3.expires = RUN_AT(pDevice->byTMax3 * HZ); in BBvAntennaDiversity()
2830 add_timer(&pDevice->TimerSQ3Tmax3); in BBvAntennaDiversity()
2854 pDevice->TimerSQ3Tmax3.expires = RUN_AT(pDevice->byTMax3 * HZ); in BBvAntennaDiversity()
2856 add_timer(&pDevice->TimerSQ3Tmax3); in BBvAntennaDiversity()
2898 pDevice->TimerSQ3Tmax3.expires = RUN_AT(pDevice->byTMax3 * HZ); in TimerSQ3CallBack()
2900 add_timer(&pDevice->TimerSQ3Tmax3); in TimerSQ3CallBack()
2943 pDevice->TimerSQ3Tmax3.expires = RUN_AT(pDevice->byTMax3 * HZ); in TimerState1CallBack()
2945 add_timer(&pDevice->TimerSQ3Tmax3); in TimerState1CallBack()
2963 pDevice->TimerSQ3Tmax3.expires = RUN_AT(pDevice->byTMax3 * HZ); in TimerState1CallBack()
[all …]
Ddevice.h747 struct timer_list TimerSQ3Tmax3; member
Ddevice_main.c864 init_timer(&pDevice->TimerSQ3Tmax3); in device_init_diversity_timer()
865 pDevice->TimerSQ3Tmax3.data = (unsigned long) pDevice; in device_init_diversity_timer()
866 pDevice->TimerSQ3Tmax3.function = (TimerFunction)TimerState1CallBack; in device_init_diversity_timer()
867 pDevice->TimerSQ3Tmax3.expires = RUN_AT(HZ); in device_init_diversity_timer()
2052 del_timer(&pDevice->TimerSQ3Tmax3); in device_close()
/linux-2.6.39/drivers/staging/vt6656/
Dbaseband.c1514 del_timer(&pDevice->TimerSQ3Tmax3); in BBvAntennaDiversity()
1520 pDevice->TimerSQ3Tmax3.expires = RUN_AT(pDevice->byTMax3 * HZ); in BBvAntennaDiversity()
1521 add_timer(&pDevice->TimerSQ3Tmax3); in BBvAntennaDiversity()
1544 pDevice->TimerSQ3Tmax3.expires = RUN_AT(pDevice->byTMax3 * HZ); in BBvAntennaDiversity()
1546 add_timer(&pDevice->TimerSQ3Tmax3); in BBvAntennaDiversity()
1585 pDevice->TimerSQ3Tmax3.expires = RUN_AT(pDevice->byTMax3 * HZ); in TimerSQ3CallBack()
1587 add_timer(&pDevice->TimerSQ3Tmax3); in TimerSQ3CallBack()
1626 pDevice->TimerSQ3Tmax3.expires = RUN_AT(pDevice->byTMax3 * HZ); in TimerSQ3Tmax3CallBack()
1627 add_timer(&pDevice->TimerSQ3Tmax3); in TimerSQ3Tmax3CallBack()
1634 del_timer(&pDevice->TimerSQ3Tmax3); in TimerSQ3Tmax3CallBack()
Dmain_usb.c347 init_timer(&pDevice->TimerSQ3Tmax3); in device_init_diversity_timer()
348 pDevice->TimerSQ3Tmax3.data = (unsigned long)pDevice; in device_init_diversity_timer()
349 pDevice->TimerSQ3Tmax3.function = (TimerFunction)TimerSQ3Tmax3CallBack; in device_init_diversity_timer()
350 pDevice->TimerSQ3Tmax3.expires = RUN_AT(HZ); in device_init_diversity_timer()
1224 del_timer(&pDevice->TimerSQ3Tmax3); in device_close()
Ddevice.h576 struct timer_list TimerSQ3Tmax3; member