Home
last modified time | relevance | path

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

/Linux-v4.19/sound/usb/usx2y/
Dusb_stream.c468 s->inpacket_head++; in stream_idle()
469 s->inpacket_head %= s->inpackets; in stream_idle()
471 s->inpacket_split = s->inpacket_head; in stream_idle()
473 s->inpacket[s->inpacket_head].offset = in stream_idle()
475 s->inpacket[s->inpacket_head].length = l; in stream_idle()
478 s->next_inpacket_split = s->inpacket_head; in stream_idle()
573 (s->inpacket_head + 1) % s->inpackets; in stream_start()
576 unsigned split = s->inpacket_head; in stream_start()
631 s->inpacket_head++; in i_capture_start()
632 s->inpacket_head %= s->inpackets; in i_capture_start()
[all …]
/Linux-v4.19/include/uapi/sound/
Dusb_stream.h59 unsigned inpacket_head; member