Searched refs:next_uframe (Results 1 – 3 of 3) sorted by relevance
1010 stream->next_uframe = NO_FRAME; in iso_stream_alloc()1548 stream->next_uframe = start; in iso_stream_schedule()1570 start = (stream->next_uframe - base) & (mod - 1); in iso_stream_schedule()1586 urb, stream->next_uframe, base, period, mod); in iso_stream_schedule()1648 stream->next_uframe = (start + skip) & (mod - 1); in iso_stream_schedule()1749 unsigned next_uframe, uframe, frame; in itd_link_urb() local1753 next_uframe = stream->next_uframe & (mod - 1); in itd_link_urb()1783 uframe = next_uframe & 0x07; in itd_link_urb()1784 frame = next_uframe >> 3; in itd_link_urb()1788 next_uframe += stream->uperiod; in itd_link_urb()[all …]
3906 stream->next_uframe = -1; in iso_stream_alloc()4195 excess = (stream->next_uframe - period - next) & (mod - 1); in iso_stream_schedule()4257 stream->next_uframe = start & (mod - 1); in iso_stream_schedule()4260 urb->start_frame = stream->next_uframe; in iso_stream_schedule()4348 unsigned next_uframe, uframe, frame; in itd_link_urb() local4352 next_uframe = stream->next_uframe & (mod - 1); in itd_link_urb()4362 next_uframe >> 3, next_uframe & 0x7); in itd_link_urb()4380 uframe = next_uframe & 0x07; in itd_link_urb()4381 frame = next_uframe >> 3; in itd_link_urb()4385 next_uframe += stream->interval; in itd_link_urb()[all …]
510 int next_uframe; member