Home
last modified time | relevance | path

Searched refs:virtio_snd (Results 1 – 13 of 13) sorted by relevance

/linux-6.12.1/sound/virtio/
Dvirtio_card.h62 struct virtio_snd { struct
84 virtsnd_control_queue(struct virtio_snd *snd) in virtsnd_control_queue() argument
90 virtsnd_event_queue(struct virtio_snd *snd) in virtsnd_event_queue()
96 virtsnd_tx_queue(struct virtio_snd *snd) in virtsnd_tx_queue()
102 virtsnd_rx_queue(struct virtio_snd *snd) in virtsnd_rx_queue()
116 int virtsnd_jack_parse_cfg(struct virtio_snd *snd);
118 int virtsnd_jack_build_devs(struct virtio_snd *snd);
120 void virtsnd_jack_event(struct virtio_snd *snd,
123 int virtsnd_chmap_parse_cfg(struct virtio_snd *snd);
125 int virtsnd_chmap_build_devs(struct virtio_snd *snd);
[all …]
Dvirtio_ctl_msg.h12 struct virtio_snd;
26 int virtsnd_ctl_msg_send(struct virtio_snd *snd, struct virtio_snd_msg *msg,
49 static inline int virtsnd_ctl_msg_send_sync(struct virtio_snd *snd, in virtsnd_ctl_msg_send_sync()
63 static inline int virtsnd_ctl_msg_send_async(struct virtio_snd *snd, in virtsnd_ctl_msg_send_async()
69 void virtsnd_ctl_msg_cancel_all(struct virtio_snd *snd);
73 int virtsnd_ctl_query_info(struct virtio_snd *snd, int command, int start_id,
Dvirtio_pcm.h45 struct virtio_snd *snd;
99 int virtsnd_pcm_parse_cfg(struct virtio_snd *snd);
101 int virtsnd_pcm_build_devs(struct virtio_snd *snd);
103 void virtsnd_pcm_event(struct virtio_snd *snd, struct virtio_snd_event *event);
109 struct virtio_pcm *virtsnd_pcm_find(struct virtio_snd *snd, u32 nid);
111 struct virtio_pcm *virtsnd_pcm_find_or_create(struct virtio_snd *snd, u32 nid);
Dvirtio_card.c55 static void virtsnd_event_dispatch(struct virtio_snd *snd, in virtsnd_event_dispatch()
84 struct virtio_snd *snd = vqueue->vdev->priv; in virtsnd_event_notify_cb()
110 static int virtsnd_find_vqs(struct virtio_snd *snd) in virtsnd_find_vqs()
160 static void virtsnd_enable_event_vq(struct virtio_snd *snd) in virtsnd_enable_event_vq()
174 static void virtsnd_disable_event_vq(struct virtio_snd *snd) in virtsnd_disable_event_vq()
197 static int virtsnd_build_devs(struct virtio_snd *snd) in virtsnd_build_devs()
309 struct virtio_snd *snd; in virtsnd_probe()
353 struct virtio_snd *snd = vdev->priv; in virtsnd_remove()
385 struct virtio_snd *snd = vdev->priv; in virtsnd_freeze()
412 struct virtio_snd *snd = vdev->priv; in virtsnd_restore()
DMakefile3 obj-$(CONFIG_SND_VIRTIO) += virtio_snd.o
5 virtio_snd-y := \
Dvirtio_kctl.c50 struct virtio_snd *snd = kcontrol->private_data; in virtsnd_kctl_info()
105 struct virtio_snd *snd = kcontrol->private_data; in virtsnd_kctl_get()
178 struct virtio_snd *snd = kcontrol->private_data; in virtsnd_kctl_put()
242 struct virtio_snd *snd = kcontrol->private_data; in virtsnd_kctl_tlv_op()
318 static int virtsnd_kctl_get_enum_items(struct virtio_snd *snd, unsigned int cid) in virtsnd_kctl_get_enum_items()
358 int virtsnd_kctl_parse_cfg(struct virtio_snd *snd) in virtsnd_kctl_parse_cfg()
405 int virtsnd_kctl_build_devs(struct virtio_snd *snd) in virtsnd_kctl_build_devs()
457 void virtsnd_kctl_event(struct virtio_snd *snd, struct virtio_snd_event *event) in virtsnd_kctl_event()
Dvirtio_ctl_msg.c121 int virtsnd_ctl_msg_send(struct virtio_snd *snd, struct virtio_snd_msg *msg, in virtsnd_ctl_msg_send()
233 void virtsnd_ctl_msg_cancel_all(struct virtio_snd *snd) in virtsnd_ctl_msg_cancel_all()
261 int virtsnd_ctl_query_info(struct virtio_snd *snd, int command, int start_id, in virtsnd_ctl_query_info()
295 struct virtio_snd *snd = vqueue->vdev->priv; in virtsnd_ctl_notify_cb()
Dvirtio_jack.c131 int virtsnd_jack_parse_cfg(struct virtio_snd *snd) in virtsnd_jack_parse_cfg()
179 int virtsnd_jack_build_devs(struct virtio_snd *snd) in virtsnd_jack_build_devs()
211 void virtsnd_jack_event(struct virtio_snd *snd, struct virtio_snd_event *event) in virtsnd_jack_event()
Dvirtio_pcm.c218 struct virtio_pcm *virtsnd_pcm_find(struct virtio_snd *snd, u32 nid) in virtsnd_pcm_find()
238 struct virtio_pcm *virtsnd_pcm_find_or_create(struct virtio_snd *snd, u32 nid) in virtsnd_pcm_find_or_create()
325 int virtsnd_pcm_parse_cfg(struct virtio_snd *snd) in virtsnd_pcm_parse_cfg()
403 int virtsnd_pcm_build_devs(struct virtio_snd *snd) in virtsnd_pcm_build_devs()
494 void virtsnd_pcm_event(struct virtio_snd *snd, struct virtio_snd_event *event) in virtsnd_pcm_event()
Dvirtio_pcm_msg.c203 struct virtio_snd *snd = vss->snd; in virtsnd_pcm_msg_send()
373 struct virtio_snd *snd = vqueue->vdev->priv; in virtsnd_pcm_tx_notify_cb()
386 struct virtio_snd *snd = vqueue->vdev->priv; in virtsnd_pcm_rx_notify_cb()
Dvirtio_chmap.c60 int virtsnd_chmap_parse_cfg(struct virtio_snd *snd) in virtsnd_chmap_parse_cfg()
142 int virtsnd_chmap_build_devs(struct virtio_snd *snd) in virtsnd_chmap_build_devs()
Dvirtio_pcm_ops.c327 struct virtio_snd *snd = vss->snd; in virtsnd_pcm_trigger()
395 struct virtio_snd *snd = vss->snd; in virtsnd_pcm_sync_stop()
/linux-6.12.1/
DMAINTAINERS24617 F: include/uapi/linux/virtio_snd.h