Lines Matching refs:ux_callout
609 callout_init(&xfer->ux_callout, CALLOUT_MPSAFE); in usbd_alloc_xfer()
610 callout_setfunc(&xfer->ux_callout, usbd_xfer_timeout, xfer); in usbd_alloc_xfer()
634 callout_halt(&xfer->ux_callout, xfer->ux_bus->ub_lock); in usbd_free_xfer()
1629 callout_ack(&xfer->ux_callout); in usbd_xfer_timeout()
1734 KASSERT(!callout_pending(&xfer->ux_callout)); in usbd_xfer_probe_timeout()
1758 callout_schedule(&xfer->ux_callout, in usbd_xfer_probe_timeout()
1798 KASSERT(xfer->ux_timeout_set || !callout_pending(&xfer->ux_callout)); in usbd_xfer_probe_timeout()
1852 KASSERT(!callout_pending(&xfer->ux_callout)); in usbd_xfer_schedule_timeout()
1853 callout_schedule(&xfer->ux_callout, mstohz(xfer->ux_timeout)); in usbd_xfer_schedule_timeout()
1901 if (!callout_stop(&xfer->ux_callout)) { in usbd_xfer_cancel_timeout_async()
1909 } else if (callout_invoking(&xfer->ux_callout)) { in usbd_xfer_cancel_timeout_async()
1950 KASSERT(!callout_pending(&xfer->ux_callout)); in usbd_xfer_cancel_timeout_async()