Searched refs:wait_timer (Results 1 – 2 of 2) sorted by relevance
91 callout_init(&qh->wait_timer, 0); in dwc2_qh_init()92 callout_setfunc(&qh->wait_timer, dwc2_wait_timer_fn, qh); in dwc2_qh_init()270 callout_destroy(&qh->wait_timer); /* XXX need to callout_halt() first? */ in dwc2_hcd_qh_free()691 callout_schedule(&qh->wait_timer, in dwc2_hcd_qh_add()
309 callout_t wait_timer; member