Searched refs:pTimer (Results 1 – 2 of 2) sorted by relevance
176 struct timer_list *pTimer = (struct timer_list *) us_; in timeout_handler() local177 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() local1683 if ( pTimer->tmout_step > 0 ) in usb_default_timeout_handler()1684 pTimer->tmout_value -= pTimer->tmout_step; in usb_default_timeout_handler()[all …]
633 struct timer_list *pTimer = (struct timer_list *) ptr; in rh_report_status() local639 urb = (struct urb *) pTimer->data_ex; in rh_report_status()