Home
last modified time | relevance | path

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

/drivers/usb/chipidea/
Dotg_fsm.c213 struct list_head *active_timers = &ci->fsm_timer->active_timers; in ci_otg_add_timer() local
222 list_for_each_entry(tmp_timer, active_timers, list) in ci_otg_add_timer()
229 list_add_tail(&timer->list, active_timers); in ci_otg_add_timer()
243 struct list_head *active_timers = &ci->fsm_timer->active_timers; in ci_otg_del_timer() local
248 list_for_each_entry_safe(tmp_timer, del_tmp, active_timers, list) in ci_otg_del_timer()
253 if (list_empty(active_timers)) in ci_otg_del_timer()
264 struct list_head *active_timers = &ci->fsm_timer->active_timers; in ci_otg_tick_timer() local
267 list_for_each_entry_safe(tmp_timer, del_tmp, active_timers, list) { in ci_otg_tick_timer()
278 if ((expired == 1) && list_empty(active_timers)) in ci_otg_tick_timer()
806 INIT_LIST_HEAD(&ci->fsm_timer->active_timers); in ci_hdrc_otg_fsm_init()
Dotg_fsm.h89 struct list_head active_timers; member
/drivers/usb/phy/
Dphy-fsl-usb.c72 static struct list_head active_timers; variable
421 list_for_each_entry(tmp_timer, &active_timers, list) in fsl_otg_add_timer()
427 list_add_tail(&timer->list, &active_timers); in fsl_otg_add_timer()
447 list_for_each_entry_safe(tmp_timer, del_tmp, &active_timers, list) in fsl_otg_del_timer()
472 list_for_each_entry_safe(tmp_timer, del_tmp, &active_timers, list) { in fsl_otg_tick_timer()
844 INIT_LIST_HEAD(&active_timers); in fsl_otg_conf()