Home
last modified time | relevance | path

Searched refs:inpacket_head (Results 1 – 2 of 2) sorted by relevance

/sound/usb/usx2y/
Dusb_stream.c453 s->inpacket_head++; in stream_idle()
454 s->inpacket_head %= s->inpackets; in stream_idle()
456 s->inpacket_split = s->inpacket_head; in stream_idle()
458 s->inpacket[s->inpacket_head].offset = in stream_idle()
460 s->inpacket[s->inpacket_head].length = l; in stream_idle()
463 s->next_inpacket_split = s->inpacket_head; in stream_idle()
558 (s->inpacket_head + 1) % s->inpackets; in stream_start()
561 unsigned split = s->inpacket_head; in stream_start()
616 s->inpacket_head++; in i_capture_start()
617 s->inpacket_head %= s->inpackets; in i_capture_start()
[all …]
Dusb_stream.h55 unsigned inpacket_head; member