Lines Matching refs:VirtIOSoundPCMStream

37 static void virtio_snd_pcm_flush(VirtIOSoundPCMStream *stream);
154 static VirtIOSoundPCMStream *virtio_snd_pcm_get_stream(VirtIOSound *s, in virtio_snd_pcm_get_stream()
187 VirtIOSoundPCMStream *stream = NULL; in virtio_snd_handle_pcm_info()
411 static void virtio_snd_pcm_close(VirtIOSoundPCMStream *stream) in virtio_snd_pcm_close()
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()
604 static size_t virtio_snd_pcm_get_io_msgs_count(VirtIOSoundPCMStream *stream) in virtio_snd_pcm_get_io_msgs_count()
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()
1103 g_new0(VirtIOSoundPCMStream *, vsnd->snd_conf.streams); in virtio_snd_realize()
1151 static inline void return_tx_buffer(VirtIOSoundPCMStream *stream, in return_tx_buffer()
1181 VirtIOSoundPCMStream *stream = data; in virtio_snd_pcm_out_cb()
1238 static inline void return_rx_buffer(VirtIOSoundPCMStream *stream, in return_rx_buffer()
1275 VirtIOSoundPCMStream *stream = data; in virtio_snd_pcm_in_cb()
1323 static inline void virtio_snd_pcm_flush(VirtIOSoundPCMStream *stream) in virtio_snd_pcm_flush()
1326 void (*cb)(VirtIOSoundPCMStream *, VirtIOSoundPCMBuffer *) = in virtio_snd_pcm_flush()
1342 VirtIOSoundPCMStream *stream; in virtio_snd_unrealize()