Home
last modified time | relevance | path

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

/linux/sound/virtio/
H 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);
H 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 …]
H 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()
329 struct virtio_snd_msg *msg; in virtsnd_pcm_trigger()
396 struct virtio_snd_msg *msg; in virtsnd_pcm_sync_stop()
H A 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()
H A Dvirtio_pcm.h113 struct virtio_snd_msg *
H A Dvirtio_pcm_msg.c401 struct virtio_snd_msg *
407 struct virtio_snd_msg *msg; in virtsnd_pcm_ctl_msg_alloc()