Lines Matching +full:virtio +full:- +full:device
1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * virtio-snd: Virtio sound device
17 * struct virtio_pcm_substream - VirtIO PCM substream.
18 * @snd: VirtIO sound device.
22 * @features: Stream VirtIO feature bit map (1 << VIRTIO_SND_PCM_F_XXX).
30 * @xfer_enabled: Data transfer state (0 - off, 1 - on).
31 * @xfer_xrun: Data underflow/overflow state (0 - no xrun, 1 - xrun).
32 * @stopped: True if the substream is stopped and must be released on the device
35 * the device side at resume.
66 * struct virtio_pcm_stream - VirtIO PCM stream.
67 * @substreams: VirtIO substreams belonging to the stream.
80 * struct virtio_pcm - VirtIO PCM device.
81 * @list: VirtIO PCM list entry.
83 * @pcm: Kernel PCM device.
84 * @streams: VirtIO PCM streams (playback and capture).