Searched refs:pp_timer_id (Results 1 – 2 of 2) sorted by relevance
3205 (pp->pp_timer_id)) { in ehci_stop_xfer_timer()3207 timer_id = pp->pp_timer_id; in ehci_stop_xfer_timer()3210 pp->pp_timer_id = 0; in ehci_stop_xfer_timer()3250 if (pp->pp_timer_id != 0) { in ehci_xfer_timeout_handler()3253 pp->pp_timer_id = 0; in ehci_xfer_timeout_handler()3395 if ((!pp->pp_timer_id) && (pp->pp_timeout_list)) { in ehci_start_timer()3396 pp->pp_timer_id = timeout(ehci_xfer_timeout_handler, in ehci_start_timer()3696 ASSERT(pp->pp_timer_id == 0); in ehci_pipe_cleanup()
450 timeout_id_t pp_timer_id; /* Timer id */ member