Home
last modified time | relevance | path

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

/drivers/staging/vt6655/
Dbaseband.c2728 del_timer(&pDevice->TimerSQ3Tmax3); in BBvAntennaDiversity()
2734 pDevice->TimerSQ3Tmax3.expires = RUN_AT(pDevice->byTMax3 * HZ); in BBvAntennaDiversity()
2735 add_timer(&pDevice->TimerSQ3Tmax3); in BBvAntennaDiversity()
2759 pDevice->TimerSQ3Tmax3.expires = RUN_AT(pDevice->byTMax3 * HZ); in BBvAntennaDiversity()
2761 add_timer(&pDevice->TimerSQ3Tmax3); in BBvAntennaDiversity()
2802 pDevice->TimerSQ3Tmax3.expires = RUN_AT(pDevice->byTMax3 * HZ); in TimerSQ3CallBack()
2804 add_timer(&pDevice->TimerSQ3Tmax3); in TimerSQ3CallBack()
2840 pDevice->TimerSQ3Tmax3.expires = RUN_AT(pDevice->byTMax3 * HZ); in TimerState1CallBack()
2842 add_timer(&pDevice->TimerSQ3Tmax3); in TimerState1CallBack()
2860 pDevice->TimerSQ3Tmax3.expires = RUN_AT(pDevice->byTMax3 * HZ); in TimerState1CallBack()
[all …]
Ddevice.h652 struct timer_list TimerSQ3Tmax3; member
Ddevice_main.c767 init_timer(&pDevice->TimerSQ3Tmax3); in device_init_diversity_timer()
768 pDevice->TimerSQ3Tmax3.data = (unsigned long) pDevice; in device_init_diversity_timer()
769 pDevice->TimerSQ3Tmax3.function = (TimerFunction)TimerState1CallBack; in device_init_diversity_timer()
770 pDevice->TimerSQ3Tmax3.expires = RUN_AT(HZ); in device_init_diversity_timer()
1656 del_timer(&pDevice->TimerSQ3Tmax3); in device_close()