Searched refs:next_uframe (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/drivers/usb/host/ |
| D | ehci-sched.c | 1009 stream->next_uframe = NO_FRAME; in iso_stream_alloc() 1549 stream->next_uframe = start; in iso_stream_schedule() 1571 start = (stream->next_uframe - base) & (mod - 1); in iso_stream_schedule() 1587 urb, stream->next_uframe, base, period, mod); in iso_stream_schedule() 1649 stream->next_uframe = (start + skip) & (mod - 1); in iso_stream_schedule() 1750 unsigned next_uframe, uframe, frame; in itd_link_urb() local 1754 next_uframe = stream->next_uframe & (mod - 1); in itd_link_urb() 1784 uframe = next_uframe & 0x07; in itd_link_urb() 1785 frame = next_uframe >> 3; in itd_link_urb() 1789 next_uframe += stream->uperiod; in itd_link_urb() [all …]
|
| D | fotg210-hcd.c | 3915 stream->next_uframe = -1; in iso_stream_alloc() 4206 excess = (stream->next_uframe - period - next) & (mod - 1); in iso_stream_schedule() 4268 stream->next_uframe = start & (mod - 1); in iso_stream_schedule() 4271 urb->start_frame = stream->next_uframe; in iso_stream_schedule() 4359 unsigned next_uframe, uframe, frame; in itd_link_urb() local 4363 next_uframe = stream->next_uframe & (mod - 1); in itd_link_urb() 4373 next_uframe >> 3, next_uframe & 0x7); in itd_link_urb() 4391 uframe = next_uframe & 0x07; in itd_link_urb() 4392 frame = next_uframe >> 3; in itd_link_urb() 4396 next_uframe += stream->interval; in itd_link_urb() [all …]
|
| D | fotg210.h | 509 int next_uframe; member
|
| D | oxu210hp-hcd.c | 435 int next_uframe; /* scan periodic, start here */ member 2317 oxu->next_uframe = readl(&oxu->regs->frame_index) in enable_periodic() 2341 oxu->next_uframe = -1; in disable_periodic() 2684 now_uframe = oxu->next_uframe; in scan_periodic() 2751 oxu->next_uframe = now_uframe; in scan_periodic() 2814 if (oxu->next_uframe != -1) in ehci_work() 3038 oxu->next_uframe = -1; in oxu_hcd_init()
|
| D | ehci.h | 482 unsigned next_uframe; member
|