Home
last modified time | relevance | path

Searched refs:tmout_value (Results 1 – 7 of 7) 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()
292 timer->expires = timer->tmout_value; in add_timer_body()
315 timer->tmout_value = expires; in mod_timer_body()
329 if ( (timer->tmout_step > 0) && (timer->tmout_value > timer->tmout_step) ) in mod_timer_body()
332 timer->expires = timer->tmout_value; in mod_timer_body()
460 if ( (timer->tmout_step > 0) && (timer->tmout_value > timer->tmout_step) ) in add_timer()
463 timer->expires = timer->tmout_value; in add_timer()
487 timer->tmout_value = expires; in mod_timer()
501 if ( (timer->tmout_step > 0) && (timer->tmout_value > timer->tmout_step) ) in mod_timer()
504 timer->expires = timer->tmout_value; in mod_timer()
H A DdrvTransport.c186 pTimer->tmout_value -= pTimer->tmout_step; in timeout_handler()
188 pTimer->tmout_value = 0; in timeout_handler()
191 (pTimer->tmout_value > 0) ) in timeout_handler()
193 mod_timer(pTimer, pTimer->tmout_value, pTimer->tmout_step); in timeout_handler()
334 to_timer.tmout_value = timeout; in usb_stor_msg_common()
665 purb->to_timer.tmout_value = 10000; in usb_stor_bulk_transfer_async_send()
1684 pTimer->tmout_value -= pTimer->tmout_step; in usb_default_timeout_handler()
1686 pTimer->tmout_value = 0; in usb_default_timeout_handler()
1689 (pTimer->tmout_value > 0) ) in usb_default_timeout_handler()
1691 mod_timer(pTimer, pTimer->tmout_value, pTimer->tmout_step); in usb_default_timeout_handler()
H A DdrvHCD.c612 hcd->rh_timer.tmout_value = ROOTHUB_TIMER_INTERVAL; in rh_status_urb()
/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()
275 timer->expires = timer->tmout_value; in ms_add_timer()
288 timer->tmout_value = expires; in ms_update_timer()
300 if ( (timer->tmout_step > 0) && (timer->tmout_value > timer->tmout_step) ) in ms_update_timer()
303 timer->expires = timer->tmout_value; in ms_update_timer()
H A DdrvBulktran.c256 ptr_timer->tmout_value -= ptr_timer->tmout_step; in ms_usb_timeout_handler()
258 ptr_timer->tmout_value = 0; in ms_usb_timeout_handler()
261 (ptr_timer->tmout_value > 0) ) in ms_usb_timeout_handler()
262 ms_update_timer(ptr_timer, ptr_timer->tmout_value, ptr_timer->tmout_step); in ms_usb_timeout_handler()
414 to_timer.tmout_value = time_out; in ms_usb_msg_common()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvTimer.h100 int tmout_value; member
108 st_timer->tmout_value = 0; in ms_init_timer()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvTimer.h98 int tmout_value; member
137 timer->tmout_value = 0; in init_timer()