Lines Matching refs:virtio_snd_msg
19 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()
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()
297 struct virtio_snd_msg *msg; in virtsnd_ctl_notify_cb()