Searched refs:next_uframe (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | ehci-sched.c | 1023 stream->next_uframe = NO_FRAME; in iso_stream_alloc() 1557 stream->next_uframe = start; in iso_stream_schedule() 1579 start = (stream->next_uframe - base) & (mod - 1); in iso_stream_schedule() 1595 urb, stream->next_uframe, base, period, mod); in iso_stream_schedule() 1657 stream->next_uframe = (start + skip) & (mod - 1); in iso_stream_schedule() 1758 unsigned next_uframe, uframe, frame; in itd_link_urb() local 1762 next_uframe = stream->next_uframe & (mod - 1); in itd_link_urb() 1792 uframe = next_uframe & 0x07; in itd_link_urb() 1793 frame = next_uframe >> 3; in itd_link_urb() 1797 next_uframe += stream->uperiod; in itd_link_urb() [all …]
|
D | fotg210-hcd.c | 3911 stream->next_uframe = -1; in iso_stream_alloc() 4200 excess = (stream->next_uframe - period - next) & (mod - 1); in iso_stream_schedule() 4262 stream->next_uframe = start & (mod - 1); in iso_stream_schedule() 4265 urb->start_frame = stream->next_uframe; in iso_stream_schedule() 4353 unsigned next_uframe, uframe, frame; in itd_link_urb() local 4357 next_uframe = stream->next_uframe & (mod - 1); in itd_link_urb() 4367 next_uframe >> 3, next_uframe & 0x7); in itd_link_urb() 4385 uframe = next_uframe & 0x07; in itd_link_urb() 4386 frame = next_uframe >> 3; in itd_link_urb() 4390 next_uframe += stream->interval; in itd_link_urb() [all …]
|
D | oxu210hp.h | 405 int next_uframe; /* scan periodic, start here */ member
|
D | fotg210.h | 509 int next_uframe; member
|
D | oxu210hp-hcd.c | 1879 oxu->next_uframe = readl(&oxu->regs->frame_index) in enable_periodic() 1903 oxu->next_uframe = -1; in disable_periodic() 2246 now_uframe = oxu->next_uframe; in scan_periodic() 2317 oxu->next_uframe = now_uframe; in scan_periodic() 2376 if (oxu->next_uframe != -1) in ehci_work() 2600 oxu->next_uframe = -1; in oxu_hcd_init()
|
D | ehci.h | 481 unsigned next_uframe; member
|