Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/virtio/
A 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);
A 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()
88 struct virtio_snd_msg *msg; in virtsnd_ctl_msg_alloc()
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()
241 list_first_entry(&snd->ctl_msgs, struct virtio_snd_msg, in virtsnd_ctl_msg_cancel_all()
264 struct virtio_snd_msg *msg; in virtsnd_ctl_query_info()
[all …]
A 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()
325 struct virtio_snd_msg *msg; in virtsnd_pcm_trigger()
391 struct virtio_snd_msg *msg; in virtsnd_pcm_sync_stop()
A Dvirtio_pcm.h111 struct virtio_snd_msg *
A Dvirtio_pcm_msg.c390 struct virtio_snd_msg *
396 struct virtio_snd_msg *msg; in virtsnd_pcm_ctl_msg_alloc()

Completed in 7 milliseconds