Lines Matching refs:next_uframe
1033 stream->next_uframe = NO_FRAME; in iso_stream_alloc()
1572 stream->next_uframe = start; in iso_stream_schedule()
1594 start = (stream->next_uframe - base) & (mod - 1); in iso_stream_schedule()
1610 urb, stream->next_uframe, base, period, mod); in iso_stream_schedule()
1672 stream->next_uframe = (start + skip) & (mod - 1); in iso_stream_schedule()
1773 unsigned next_uframe, uframe, frame; in itd_link_urb() local
1777 next_uframe = stream->next_uframe & (mod - 1); in itd_link_urb()
1807 uframe = next_uframe & 0x07; in itd_link_urb()
1808 frame = next_uframe >> 3; in itd_link_urb()
1812 next_uframe += stream->uperiod; in itd_link_urb()
1813 next_uframe &= mod - 1; in itd_link_urb()
1817 if (((next_uframe >> 3) != frame) in itd_link_urb()
1823 stream->next_uframe = next_uframe; in itd_link_urb()
2175 unsigned next_uframe; in sitd_link_urb() local
2179 next_uframe = stream->next_uframe; in sitd_link_urb()
2210 sitd_link(ehci, (next_uframe >> 3) & (ehci->periodic_size - 1), in sitd_link_urb()
2213 next_uframe += stream->uperiod; in sitd_link_urb()
2215 stream->next_uframe = next_uframe & (mod - 1); in sitd_link_urb()