Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb_hub.c2080 bus = isoc_xfer->xroot->bus; in usbd_fs_isoc_schedule_alloc_slot()
2086 if (xfer == isoc_xfer) in usbd_fs_isoc_schedule_alloc_slot()
2092 isoc_xfer->xroot->udev->parent_hs_hub) { in usbd_fs_isoc_schedule_alloc_slot()
2095 if ((isoc_xfer->xroot->udev->parent_hs_hub-> in usbd_fs_isoc_schedule_alloc_slot()
2098 isoc_xfer->xroot->udev->hs_port_no)) { in usbd_fs_isoc_schedule_alloc_slot()
2101 if (xfer->endpoint->methods != isoc_xfer->endpoint->methods) in usbd_fs_isoc_schedule_alloc_slot()
2127 if (pipe_xfer == isoc_xfer) in usbd_fs_isoc_schedule_alloc_slot()
2158 delta = isoc_xfer->isoc_time_complete - isoc_time; in usbd_fs_isoc_schedule_alloc_slot()
2159 if (delta > 0 && delta <= isoc_xfer->nframes) { in usbd_fs_isoc_schedule_alloc_slot()
2160 delta = isoc_xfer->nframes - delta; 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);