Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvTimer.h88 struct timer_list { struct
89 struct list_head entry;
90 int expires;
91 int base_jiffies;
93 spinlock_t lock;
94 U32 magic;
96 void (*function)(U32);
97 U32 data;
98 int tmout_value;
99 int tmout_step;
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvTimer.h90 struct timer_list struct
105 static __inline__ void ms_init_timer(struct timer_list * st_timer) in ms_init_timer() argument