Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
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
2159 bus = isoc_xfer->xroot->bus; in usbd_fs_isoc_schedule_alloc_slot()
2164 if (xfer == isoc_xfer) in usbd_fs_isoc_schedule_alloc_slot()
2170 isoc_xfer->xroot->udev->parent_hs_hub) { in usbd_fs_isoc_schedule_alloc_slot()
2173 if ((isoc_xfer->xroot->udev->parent_hs_hub-> in usbd_fs_isoc_schedule_alloc_slot()
2176 isoc_xfer->xroot->udev->hs_port_no)) { in usbd_fs_isoc_schedule_alloc_slot()
2179 if (xfer->endpoint->methods != isoc_xfer->endpoint->methods) in usbd_fs_isoc_schedule_alloc_slot()
2204 if (pipe_xfer == isoc_xfer) in usbd_fs_isoc_schedule_alloc_slot()
2235 delta = isoc_xfer->isoc_time_complete - isoc_time; in usbd_fs_isoc_schedule_alloc_slot()
2236 if ((delta > 0) && (delta <= isoc_xfer in usbd_fs_isoc_schedule_alloc_slot()
[all...]
H A Dusb_controller.h196 uint8_t usbd_fs_isoc_schedule_alloc_slot(struct usb_xfer *isoc_xfer, uint16_t isoc_time);

Completed in 4 milliseconds