Searched defs:timer_list (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/chipidea/
H A Dotg_fsm.h88 struct ci_otg_fsm_timer *timer_list[NUM_CI_OTG_FSM_TIMERS]; member in struct:ci_otg_fsm_timer_list
/drivers/infiniband/hw/nes/
H A Dnes_cm.c951 struct list_head timer_list; local
953 INIT_LIST_HEAD(&timer_list);
961 list_add(&cm_node->timer_entry, &timer_list);
966 list_for_each_safe(list_node, list_core_temp, &timer_list) {

Completed in 152 milliseconds