Home
last modified time | relevance | path

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

/Linux-v5.4/sound/usb/usx2y/
Dusb_stream.c456 s->inpacket_head++; in stream_idle()
457 s->inpacket_head %= s->inpackets; in stream_idle()
459 s->inpacket_split = s->inpacket_head; in stream_idle()
461 s->inpacket[s->inpacket_head].offset = in stream_idle()
463 s->inpacket[s->inpacket_head].length = l; in stream_idle()
466 s->next_inpacket_split = s->inpacket_head; in stream_idle()
561 (s->inpacket_head + 1) % s->inpackets; in stream_start()
564 unsigned split = s->inpacket_head; in stream_start()
619 s->inpacket_head++; in i_capture_start()
620 s->inpacket_head %= s->inpackets; in i_capture_start()
[all …]
/Linux-v5.4/include/uapi/sound/
Dusb_stream.h59 unsigned inpacket_head; member