Home
last modified time | relevance | path

Searched refs:pTimer (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvTransport.c176 struct timer_list *pTimer = (struct timer_list *) us_; in timeout_handler() local
177 struct us_data *us = (struct us_data *) pTimer->data_ex; in timeout_handler()
185 if ( pTimer->tmout_step > 0 ) in timeout_handler()
186 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()
1677 struct timer_list *pTimer = (struct timer_list *) pTm; in usb_default_timeout_handler() local
1683 if ( pTimer->tmout_step > 0 ) in usb_default_timeout_handler()
1684 pTimer->tmout_value -= pTimer->tmout_step; in usb_default_timeout_handler()
[all …]
H A DdrvHCD.c633 struct timer_list *pTimer = (struct timer_list *) ptr; in rh_report_status() local
639 urb = (struct urb *) pTimer->data_ex; in rh_report_status()