Home
last modified time | relevance | path

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

/third_party/FreeBSD/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.c2145 usbd_fs_isoc_schedule_alloc_slot(struct usb_xfer *isoc_xfer, uint16_t isoc_time) in usbd_fs_isoc_schedule_alloc_slot() argument
2182 /* check if isoc_time is part of this transfer */ in usbd_fs_isoc_schedule_alloc_slot()
2184 delta = xfer->isoc_time_complete - isoc_time; in usbd_fs_isoc_schedule_alloc_slot()
2207 /* check if isoc_time is part of this transfer */ in usbd_fs_isoc_schedule_alloc_slot()
2209 delta = pipe_xfer->isoc_time_complete - isoc_time; in usbd_fs_isoc_schedule_alloc_slot()
2235 delta = isoc_xfer->isoc_time_complete - isoc_time; in usbd_fs_isoc_schedule_alloc_slot()

Completed in 4 milliseconds