Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/audio/
H A Dvirtio-snd.h74 typedef struct VirtIOSoundPCMStream VirtIOSoundPCMStream; typedef
134 VirtIOSoundPCMStream **streams;
137 struct VirtIOSoundPCMStream { struct
/openbmc/qemu/hw/audio/
H A Dvirtio-snd.c187 VirtIOSoundPCMStream *stream = NULL; in virtio_snd_handle_pcm_info()
436 VirtIOSoundPCMStream *stream; in virtio_snd_pcm_prepare()
451 stream = g_new0(VirtIOSoundPCMStream, 1); in virtio_snd_pcm_prepare()
559 VirtIOSoundPCMStream *stream; in virtio_snd_handle_pcm_start_stop()
630 VirtIOSoundPCMStream *stream; in virtio_snd_handle_pcm_release()
834 VirtIOSoundPCMStream *stream = NULL; in empty_invalid_queue()
884 VirtIOSoundPCMStream *stream = NULL; in virtio_snd_handle_tx_xfer()
966 VirtIOSoundPCMStream *stream = NULL; in virtio_snd_handle_rx_xfer()
1181 VirtIOSoundPCMStream *stream = data; in virtio_snd_pcm_out_cb()
1275 VirtIOSoundPCMStream *stream = data; in virtio_snd_pcm_in_cb()
[all …]