Searched refs:active_timers (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/phy/ |
H A D | phy-fsl-usb.c | 66 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()
|
/kernel/linux/linux-6.6/drivers/usb/phy/ |
H A D | phy-fsl-usb.c | 66 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()
|
Completed in 3 milliseconds