Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_hub.c2146 usbd_fs_isoc_schedule_alloc_slot(struct usb_xfer *isoc_xfer, uint16_t isoc_time) in usbd_fs_isoc_schedule_alloc_slot() argument
2160 bus = isoc_xfer->xroot->bus; in usbd_fs_isoc_schedule_alloc_slot()
2165 if (xfer == isoc_xfer) in usbd_fs_isoc_schedule_alloc_slot()
2171 isoc_xfer->xroot->udev->parent_hs_hub) { in usbd_fs_isoc_schedule_alloc_slot()
2174 if ((isoc_xfer->xroot->udev->parent_hs_hub-> in usbd_fs_isoc_schedule_alloc_slot()
2177 isoc_xfer->xroot->udev->hs_port_no)) { in usbd_fs_isoc_schedule_alloc_slot()
2180 if (xfer->endpoint->methods != isoc_xfer->endpoint->methods) in usbd_fs_isoc_schedule_alloc_slot()
2205 if (pipe_xfer == isoc_xfer) in usbd_fs_isoc_schedule_alloc_slot()
2236 delta = isoc_xfer->isoc_time_complete - isoc_time; in usbd_fs_isoc_schedule_alloc_slot()
2237 if ((delta > 0) && (delta <= isoc_xfer->nframes)) { in usbd_fs_isoc_schedule_alloc_slot()
[all …]
Dusb_controller.h197 uint8_t usbd_fs_isoc_schedule_alloc_slot(struct usb_xfer *isoc_xfer, uint16_t isoc_time);