Home
last modified time | relevance | path

Searched refs:sw_timer_vec_head (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvTimer.c93 static struct list_head sw_timer_vec_head; variable
99 ms_list_init(&sw_timer_vec_head); in ms_init_timers()
139 if (!ms_is_empty_list(&sw_timer_vec_head)) in ms_SW_Timer_Tick()
141 tmp = sw_timer_vec_head.next; in ms_SW_Timer_Tick()
142 while (tmp != &sw_timer_vec_head) in ms_SW_Timer_Tick()
152 if (!ms_is_empty_list(&sw_timer_vec_head)) in ms_SW_Timer_Tick()
154 tmp = sw_timer_vec_head.next; in ms_SW_Timer_Tick()
155 while (tmp != &sw_timer_vec_head) in ms_SW_Timer_Tick()
277 ms_insert_list_before(&timer->entry, &sw_timer_vec_head); in ms_add_timer()
304 ms_insert_list_before(&timer->entry, &sw_timer_vec_head); in ms_update_timer()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvTimer.c95 static struct list_head sw_timer_vec_head; variable
122 INIT_LIST_HEAD(&sw_timer_vec_head); in init_timers()
165 if (!list_empty(&sw_timer_vec_head)) in SW_Timer_Tick()
167 tmp = sw_timer_vec_head.next; in SW_Timer_Tick()
168 while (tmp != &sw_timer_vec_head) in SW_Timer_Tick()
294 list_add_tail(&timer->entry, &sw_timer_vec_head); in add_timer_body()
333 list_add_tail(&timer->entry, &sw_timer_vec_head); in mod_timer_body()
465 list_add_tail(&timer->entry, &sw_timer_vec_head); in add_timer()
505 list_add_tail(&timer->entry, &sw_timer_vec_head); in mod_timer()