Home
last modified time | relevance | path

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

/linux/drivers/usb/phy/
H A Dphy-fsl-usb.c67 static struct list_head active_timers; variable
403 list_for_each_entry(tmp_timer, &active_timers, list) in fsl_otg_add_timer()
409 list_add_tail(&timer->list, &active_timers); in fsl_otg_add_timer()
429 list_for_each_entry_safe(tmp_timer, del_tmp, &active_timers, list) in fsl_otg_del_timer()
794 INIT_LIST_HEAD(&active_timers); in fsl_otg_conf()