Lines Matching refs:next_uframe
1003 stream->next_uframe = NO_FRAME; in iso_stream_alloc()
1537 stream->next_uframe = start; in iso_stream_schedule()
1559 start = (stream->next_uframe - base) & (mod - 1); in iso_stream_schedule()
1575 urb, stream->next_uframe, base, period, mod); in iso_stream_schedule()
1637 stream->next_uframe = (start + skip) & (mod - 1); in iso_stream_schedule()
1738 unsigned next_uframe, uframe, frame; in itd_link_urb() local
1742 next_uframe = stream->next_uframe & (mod - 1); in itd_link_urb()
1772 uframe = next_uframe & 0x07; in itd_link_urb()
1773 frame = next_uframe >> 3; in itd_link_urb()
1777 next_uframe += stream->uperiod; in itd_link_urb()
1778 next_uframe &= mod - 1; in itd_link_urb()
1782 if (((next_uframe >> 3) != frame) in itd_link_urb()
1788 stream->next_uframe = next_uframe; in itd_link_urb()
2139 unsigned next_uframe; in sitd_link_urb() local
2143 next_uframe = stream->next_uframe; in sitd_link_urb()
2174 sitd_link(ehci, (next_uframe >> 3) & (ehci->periodic_size - 1), in sitd_link_urb()
2177 next_uframe += stream->uperiod; in sitd_link_urb()
2179 stream->next_uframe = next_uframe & (mod - 1); in sitd_link_urb()