| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvTimer.c | 156 struct timer_list *timer; in SW_Timer_Tick() 170 timer = list_entry (tmp, struct timer_list, entry); in SW_Timer_Tick() 230 int del_timer_body(struct timer_list *timer) in del_timer_body() 250 int del_timer(struct timer_list *timer) in del_timer() 257 int del_timer_sync_body(struct timer_list *timer) in del_timer_sync_body() 277 int del_timer_sync(struct timer_list *timer) in del_timer_sync() 284 void add_timer_body(struct timer_list *timer) in add_timer_body() 301 void add_timer(struct timer_list *timer) in add_timer() 307 int mod_timer_body(struct timer_list *timer, U32 expires, U32 steps) in mod_timer_body() 340 int mod_timer(struct timer_list *timer, U32 expires, U32 steps) in mod_timer() [all …]
|
| H A D | drvTransport.c | 176 struct timer_list *pTimer = (struct timer_list *) us_; in timeout_handler() 275 struct timer_list to_timer; in usb_stor_msg_common() 1677 struct timer_list *pTimer = (struct timer_list *) pTm; in usb_default_timeout_handler()
|
| H A D | drvHCD.h | 112 struct timer_list rh_timer; 208 struct timer_list timer;
|
| H A D | drvHCD.c | 633 struct timer_list *pTimer = (struct timer_list *) ptr; in rh_report_status()
|
| H A D | drvEHCI.h | 377 struct timer_list watchdog;
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvTimer.c | 131 struct timer_list *timer; in ms_SW_Timer_Tick() 144 timer = entry_to_container (tmp, struct timer_list, entry); in ms_SW_Timer_Tick() 157 timer = entry_to_container (tmp, struct timer_list, entry); in ms_SW_Timer_Tick() 208 int ms_del_timer(struct timer_list *timer) in ms_del_timer() 235 int ms_del_timer_sync(struct timer_list *timer) in ms_del_timer_sync() 267 void ms_add_timer(struct timer_list *timer) in ms_add_timer() 282 int ms_update_timer(struct timer_list *timer, U32 expires, U32 steps) in ms_update_timer()
|
| H A D | drvBulktran.c | 250 struct timer_list *ptr_timer = (struct timer_list *) tmp; in ms_usb_timeout_handler() 366 struct timer_list to_timer; in ms_usb_msg_common()
|
| H A D | drvEHCI.h | 161 struct timer_list stWatchdog; 162 struct timer_list stiaa_Watchdog;
|
| H A D | drvUsbd.h | 103 struct timer_list roothub_timer;
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/ |
| H A D | drvTimer.h | 90 struct timer_list struct 105 static __inline__ void ms_init_timer(struct timer_list * st_timer) in ms_init_timer() argument 123 extern void ms_add_timer(struct timer_list * timer); 124 extern int ms_del_timer(struct timer_list * timer); 125 extern int ms_del_timer_sync(struct timer_list * timer); 126 extern int ms_update_timer(struct timer_list *timer, MS_U32 expires, MS_U32 steps);
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/ |
| H A D | drvTimer.h | 88 struct timer_list { struct 133 static __inline__ void init_timer(struct timer_list * timer) in init_timer() 176 extern void add_timer(struct timer_list * timer); 177 extern int del_timer(struct timer_list * timer); 178 extern int del_timer_sync(struct timer_list * timer); 179 extern int mod_timer(struct timer_list *timer, U32 expires, U32 steps);
|
| H A D | drvUSB.h | 481 struct timer_list to_timer; // timeout value for urb
|
| /utopia/UTPA2-700.0.x/modules/mfc/hal/maserati/mfc/ |
| H A D | mdrv_mfc.c | 1699 static struct timer_list g_timer; 1704 struct timer_list *t_timer; 1713 t_timer = (struct timer_list *)arg;
|
| /utopia/UTPA2-700.0.x/modules/mfc/hal/maxim/mfc/ |
| H A D | mdrv_mfc.c | 1699 static struct timer_list g_timer; 1704 struct timer_list *t_timer; 1713 t_timer = (struct timer_list *)arg;
|
| /utopia/UTPA2-700.0.x/modules/mfc/hal/M7821/mfc/ |
| H A D | mdrv_mfc.c | 1699 static struct timer_list g_timer; 1704 struct timer_list *t_timer; 1713 t_timer = (struct timer_list *)arg;
|
| /utopia/UTPA2-700.0.x/modules/mfc/hal/M7621/mfc/ |
| H A D | mdrv_mfc.c | 1699 static struct timer_list g_timer; 1704 struct timer_list *t_timer; 1713 t_timer = (struct timer_list *)arg;
|
| /utopia/UTPA2-700.0.x/modules/mfc/hal/manhattan/mfc/ |
| H A D | mdrv_mfc.c | 1699 static struct timer_list g_timer; 1704 struct timer_list *t_timer; 1713 t_timer = (struct timer_list *)arg;
|
| /utopia/UTPA2-700.0.x/modules/mfc/hal/macan/mfc/ |
| H A D | mdrv_mfc.c | 1699 static struct timer_list g_timer; 1704 struct timer_list *t_timer; 1713 t_timer = (struct timer_list *)arg;
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/ |
| H A D | MsOS_linux_kernel.c | 357 struct timer_list timer; 509 memset(&_MsOS_Timer_Info[u32I].timer, 0, sizeof(struct timer_list)); in MsOS_Init() 2219 memset(&_MsOS_Timer_Info[s32TimerId].timer, 0, sizeof(struct timer_list)); in MsOS_DeleteTimer()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/ |
| H A D | MsOS_linux_kernel.c | 414 struct timer_list timer;
|