Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_hub.c2083 usbd_fs_isoc_schedule_alloc_slot(struct usb_xfer *isoc_xfer, uint16_t isoc_time) in usbd_fs_isoc_schedule_alloc_slot() argument
2097 bus = isoc_xfer->xroot->bus; in usbd_fs_isoc_schedule_alloc_slot()
2102 if (xfer == isoc_xfer) in usbd_fs_isoc_schedule_alloc_slot()
2108 isoc_xfer->xroot->udev->parent_hs_hub) { in usbd_fs_isoc_schedule_alloc_slot()
2111 if ((isoc_xfer->xroot->udev->parent_hs_hub-> in usbd_fs_isoc_schedule_alloc_slot()
2114 isoc_xfer->xroot->udev->hs_port_no)) { in usbd_fs_isoc_schedule_alloc_slot()
2117 if (xfer->endpoint->methods != isoc_xfer->endpoint->methods) in usbd_fs_isoc_schedule_alloc_slot()
2142 if (pipe_xfer == isoc_xfer) in usbd_fs_isoc_schedule_alloc_slot()
2173 delta = isoc_xfer->isoc_time_complete - isoc_time; in usbd_fs_isoc_schedule_alloc_slot()
2174 if (delta > 0 && delta <= isoc_xfer->nframes) { in usbd_fs_isoc_schedule_alloc_slot()
[all …]
H A Dusb_controller.h195 uint8_t usbd_fs_isoc_schedule_alloc_slot(struct usb_xfer *isoc_xfer, uint16_t isoc_time);