Home
last modified time | relevance | path

Searched refs:tmout_step (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvTimer.c289 if ( (timer->tmout_step > 0) && (timer->tmout_value > timer->tmout_step) ) in add_timer_body()
290 timer->expires = timer->tmout_step; in add_timer_body()
316 timer->tmout_step = steps; in mod_timer_body()
329 if ( (timer->tmout_step > 0) && (timer->tmout_value > timer->tmout_step) ) in mod_timer_body()
330 timer->expires = timer->tmout_step; in mod_timer_body()
460 if ( (timer->tmout_step > 0) && (timer->tmout_value > timer->tmout_step) ) in add_timer()
461 timer->expires = timer->tmout_step; in add_timer()
488 timer->tmout_step = steps; in mod_timer()
501 if ( (timer->tmout_step > 0) && (timer->tmout_value > timer->tmout_step) ) in mod_timer()
502 timer->expires = timer->tmout_step; in mod_timer()
H A DdrvTransport.c185 if ( pTimer->tmout_step > 0 ) in timeout_handler()
186 pTimer->tmout_value -= pTimer->tmout_step; in timeout_handler()
193 mod_timer(pTimer, pTimer->tmout_value, pTimer->tmout_step); in timeout_handler()
335 to_timer.tmout_step = 2000; in usb_stor_msg_common()
666 purb->to_timer.tmout_step = 2000; in usb_stor_bulk_transfer_async_send()
1683 if ( pTimer->tmout_step > 0 ) in usb_default_timeout_handler()
1684 pTimer->tmout_value -= pTimer->tmout_step; in usb_default_timeout_handler()
1691 mod_timer(pTimer, pTimer->tmout_value, pTimer->tmout_step); in usb_default_timeout_handler()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvTimer.c272 if ( (timer->tmout_step > 0) && (timer->tmout_value > timer->tmout_step) ) in ms_add_timer()
273 timer->expires = timer->tmout_step; in ms_add_timer()
289 timer->tmout_step = steps; in ms_update_timer()
300 if ( (timer->tmout_step > 0) && (timer->tmout_value > timer->tmout_step) ) in ms_update_timer()
301 timer->expires = timer->tmout_step; in ms_update_timer()
H A DdrvBulktran.c255 if ( ptr_timer->tmout_step > 0 ) in ms_usb_timeout_handler()
256 ptr_timer->tmout_value -= ptr_timer->tmout_step; in ms_usb_timeout_handler()
262 ms_update_timer(ptr_timer, ptr_timer->tmout_value, ptr_timer->tmout_step); in ms_usb_timeout_handler()
415 to_timer.tmout_step = 2000; in ms_usb_msg_common()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvTimer.h101 int tmout_step; member
107 st_timer->tmout_step = 0; in ms_init_timer()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvTimer.h99 int tmout_step; member
136 timer->tmout_step = 0; in init_timer()