Lines Matching refs:next_uframe
1009 stream->next_uframe = NO_FRAME; in iso_stream_alloc()
1547 stream->next_uframe = start; in iso_stream_schedule()
1569 start = (stream->next_uframe - base) & (mod - 1); in iso_stream_schedule()
1585 urb, stream->next_uframe, base, period, mod); in iso_stream_schedule()
1647 stream->next_uframe = (start + skip) & (mod - 1); in iso_stream_schedule()
1748 unsigned next_uframe, uframe, frame; in itd_link_urb() local
1752 next_uframe = stream->next_uframe & (mod - 1); in itd_link_urb()
1782 uframe = next_uframe & 0x07; in itd_link_urb()
1783 frame = next_uframe >> 3; in itd_link_urb()
1787 next_uframe += stream->uperiod; in itd_link_urb()
1788 next_uframe &= mod - 1; in itd_link_urb()
1792 if (((next_uframe >> 3) != frame) in itd_link_urb()
1798 stream->next_uframe = next_uframe; in itd_link_urb()
2149 unsigned next_uframe; in sitd_link_urb() local
2153 next_uframe = stream->next_uframe; in sitd_link_urb()
2184 sitd_link(ehci, (next_uframe >> 3) & (ehci->periodic_size - 1), in sitd_link_urb()
2187 next_uframe += stream->uperiod; in sitd_link_urb()
2189 stream->next_uframe = next_uframe & (mod - 1); in sitd_link_urb()