Lines Matching refs:pTimer
176 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()
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()