Lines Matching refs:VirtIOSound

36 static void virtio_snd_process_cmdq(VirtIOSound *s);
82 DEFINE_AUDIO_PROPERTIES(VirtIOSound, card),
83 DEFINE_PROP_UINT32("jacks", VirtIOSound, snd_conf.jacks,
85 DEFINE_PROP_UINT32("streams", VirtIOSound, snd_conf.streams,
87 DEFINE_PROP_UINT32("chmaps", VirtIOSound, snd_conf.chmaps,
95 VirtIOSound *s = VIRTIO_SND(vdev); in virtio_snd_get_config()
113 VirtIOSound *s = VIRTIO_SND(vdev); in virtio_snd_set_config()
154 static VirtIOSoundPCMStream *virtio_snd_pcm_get_stream(VirtIOSound *s, in virtio_snd_pcm_get_stream()
167 static virtio_snd_pcm_set_params *virtio_snd_pcm_get_params(VirtIOSound *s, in virtio_snd_pcm_get_params()
181 static void virtio_snd_handle_pcm_info(VirtIOSound *s, in virtio_snd_handle_pcm_info()
264 uint32_t virtio_snd_set_pcm_params(VirtIOSound *s, in virtio_snd_set_pcm_params()
310 static void virtio_snd_handle_pcm_set_params(VirtIOSound *s, in virtio_snd_handle_pcm_set_params()
432 static uint32_t virtio_snd_pcm_prepare(VirtIOSound *s, uint32_t stream_id) in virtio_snd_pcm_prepare()
532 static void virtio_snd_handle_pcm_prepare(VirtIOSound *s, in virtio_snd_handle_pcm_prepare()
555 static void virtio_snd_handle_pcm_start_stop(VirtIOSound *s, in virtio_snd_handle_pcm_start_stop()
626 static void virtio_snd_handle_pcm_release(VirtIOSound *s, in virtio_snd_handle_pcm_release()
687 process_cmd(VirtIOSound *s, virtio_snd_ctrl_command *cmd) in process_cmd()
761 static void virtio_snd_process_cmdq(VirtIOSound *s) in virtio_snd_process_cmdq()
795 VirtIOSound *s = VIRTIO_SND(vdev); in virtio_snd_handle_ctrl()
836 VirtIOSound *vsnd = VIRTIO_SND(vdev); in empty_invalid_queue()
883 VirtIOSound *s = VIRTIO_SND(vdev); in virtio_snd_handle_tx_xfer()
965 VirtIOSound *s = VIRTIO_SND(vdev); in virtio_snd_handle_rx_xfer()
1043 VirtIOSound *s = VIRTIO_SND(vdev); in get_features()
1065 VirtIOSound *vsnd = VIRTIO_SND(dev); in virtio_snd_realize()
1341 VirtIOSound *vsnd = VIRTIO_SND(dev); in virtio_snd_unrealize()
1376 VirtIOSound *s = VIRTIO_SND(vdev); in virtio_snd_reset()
1412 .instance_size = sizeof(VirtIOSound),