Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvTimer.c340 int mod_timer(struct timer_list *timer, U32 expires, U32 steps) in mod_timer() function
476 int mod_timer(struct timer_list *timer, U32 expires, U32 steps) in mod_timer() function
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvTimer.h131 #define mod_timer(t,e,s) ms_update_timer(t,e,s) macro