Searched refs:isoc_time (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/dev/usb/
H A Dusb_controller.h196 uint8_t usbd_fs_isoc_schedule_alloc_slot(struct usb_xfer *isoc_xfer, uint16_t isoc_time);
H A Dusb_hub.c2101 usbd_fs_isoc_schedule_alloc_slot(struct usb_xfer *isoc_xfer, uint16_t isoc_time) argument
2139 /* check if isoc_time is part of this transfer */
2141 delta = xfer->isoc_time_complete - isoc_time;
2165 /* check if isoc_time is part of this transfer */
2167 delta = pipe_xfer->isoc_time_complete - isoc_time;
2193 delta = isoc_xfer->isoc_time_complete - isoc_time;

Completed in 200 milliseconds