Searched refs:TimerSQ3Tmax3 (Results 1 – 6 of 6) sorted by relevance
2822 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 …]
747 struct timer_list TimerSQ3Tmax3; member
858 init_timer(&pDevice->TimerSQ3Tmax3); in device_init_diversity_timer()859 pDevice->TimerSQ3Tmax3.data = (unsigned long) pDevice; in device_init_diversity_timer()860 pDevice->TimerSQ3Tmax3.function = (TimerFunction)TimerState1CallBack; in device_init_diversity_timer()861 pDevice->TimerSQ3Tmax3.expires = RUN_AT(HZ); in device_init_diversity_timer()2046 del_timer(&pDevice->TimerSQ3Tmax3); in device_close()
1494 del_timer(&pDevice->TimerSQ3Tmax3); in BBvAntennaDiversity()1500 pDevice->TimerSQ3Tmax3.expires = RUN_AT(pDevice->byTMax3 * HZ); in BBvAntennaDiversity()1501 add_timer(&pDevice->TimerSQ3Tmax3); in BBvAntennaDiversity()1524 pDevice->TimerSQ3Tmax3.expires = RUN_AT(pDevice->byTMax3 * HZ); in BBvAntennaDiversity()1526 add_timer(&pDevice->TimerSQ3Tmax3); in BBvAntennaDiversity()1565 pDevice->TimerSQ3Tmax3.expires = RUN_AT(pDevice->byTMax3 * HZ); in TimerSQ3CallBack()1567 add_timer(&pDevice->TimerSQ3Tmax3); in TimerSQ3CallBack()1605 pDevice->TimerSQ3Tmax3.expires = RUN_AT(pDevice->byTMax3 * HZ); in TimerSQ3Tmax3CallBack()1606 add_timer(&pDevice->TimerSQ3Tmax3); in TimerSQ3Tmax3CallBack()1613 del_timer(&pDevice->TimerSQ3Tmax3); in TimerSQ3Tmax3CallBack()
347 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()1209 del_timer(&pDevice->TimerSQ3Tmax3); in device_close()
576 struct timer_list TimerSQ3Tmax3; member