Home
last modified time | relevance | path

Searched refs:virtio_snd_msg (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/sound/virtio/
Dvirtio_ctl_msg.h13 struct virtio_snd_msg;
15 void virtsnd_ctl_msg_ref(struct virtio_snd_msg *msg);
17 void virtsnd_ctl_msg_unref(struct virtio_snd_msg *msg);
19 void *virtsnd_ctl_msg_request(struct virtio_snd_msg *msg);
21 void *virtsnd_ctl_msg_response(struct virtio_snd_msg *msg);
23 struct virtio_snd_msg *virtsnd_ctl_msg_alloc(size_t request_size,
26 int virtsnd_ctl_msg_send(struct virtio_snd *snd, struct virtio_snd_msg *msg,
50 struct virtio_snd_msg *msg) in virtsnd_ctl_msg_send_sync()
64 struct virtio_snd_msg *msg) in virtsnd_ctl_msg_send_async()
71 void virtsnd_ctl_msg_complete(struct virtio_snd_msg *msg);
Dvirtio_ctl_msg.c19 struct virtio_snd_msg { struct
33 void virtsnd_ctl_msg_ref(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_ref() argument
46 void virtsnd_ctl_msg_unref(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_unref()
58 void *virtsnd_ctl_msg_request(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_request()
69 void *virtsnd_ctl_msg_response(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_response()
85 struct virtio_snd_msg *virtsnd_ctl_msg_alloc(size_t request_size, in virtsnd_ctl_msg_alloc()
88 struct virtio_snd_msg *msg; in virtsnd_ctl_msg_alloc()
121 int virtsnd_ctl_msg_send(struct virtio_snd *snd, struct virtio_snd_msg *msg, in virtsnd_ctl_msg_send()
219 void virtsnd_ctl_msg_complete(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_complete()
240 struct virtio_snd_msg *msg = in virtsnd_ctl_msg_cancel_all()
[all …]
Dvirtio_pcm_ops.c160 struct virtio_snd_msg *msg; in virtsnd_pcm_dev_set_params()
274 struct virtio_snd_msg *msg; in virtsnd_pcm_prepare()
329 struct virtio_snd_msg *msg; in virtsnd_pcm_trigger()
396 struct virtio_snd_msg *msg; in virtsnd_pcm_sync_stop()
Dvirtio_kctl.c110 struct virtio_snd_msg *msg; in virtsnd_kctl_get()
183 struct virtio_snd_msg *msg; in virtsnd_kctl_put()
243 struct virtio_snd_msg *msg; in virtsnd_kctl_tlv_op()
323 struct virtio_snd_msg *msg; in virtsnd_kctl_get_enum_items()
Dvirtio_pcm.h113 struct virtio_snd_msg *
Dvirtio_pcm_msg.c401 struct virtio_snd_msg *
407 struct virtio_snd_msg *msg; in virtsnd_pcm_ctl_msg_alloc()