Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/phy/
Dphy-fsl-usb.c66 static struct list_head active_timers; variable
402 list_for_each_entry(tmp_timer, &active_timers, list) in fsl_otg_add_timer()
408 list_add_tail(&timer->list, &active_timers); in fsl_otg_add_timer()
428 list_for_each_entry_safe(tmp_timer, del_tmp, &active_timers, list) in fsl_otg_del_timer()
793 INIT_LIST_HEAD(&active_timers); in fsl_otg_conf()