Home
last modified time | relevance | path

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

/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_snd.h74 struct virtio_snd_hdr { struct
81 struct virtio_snd_hdr hdr; argument
89 struct virtio_snd_hdr hdr;
109 struct virtio_snd_hdr hdr;
149 struct virtio_snd_hdr hdr;
274 struct virtio_snd_hdr hdr;
/openbmc/linux/include/uapi/linux/
H A Dvirtio_snd.h74 struct virtio_snd_hdr { struct
81 struct virtio_snd_hdr hdr; argument
89 struct virtio_snd_hdr hdr;
109 struct virtio_snd_hdr hdr;
149 struct virtio_snd_hdr hdr;
274 struct virtio_snd_hdr hdr;
/openbmc/qemu/include/hw/audio/
H A Dvirtio-snd.h35 typedef struct virtio_snd_hdr virtio_snd_hdr; typedef
231 virtio_snd_hdr ctrl;
232 virtio_snd_hdr resp;
/openbmc/linux/sound/virtio/
H A Dvirtio_ctl_msg.c128 struct virtio_snd_hdr *request = virtsnd_ctl_msg_request(msg); in virtsnd_ctl_msg_send()
129 struct virtio_snd_hdr *response = virtsnd_ctl_msg_response(msg); in virtsnd_ctl_msg_send()
269 sizeof(struct virtio_snd_hdr), GFP_KERNEL); in virtsnd_ctl_query_info()
H A Dvirtio_pcm_msg.c395 size_t response_size = sizeof(struct virtio_snd_hdr); in virtsnd_pcm_ctl_msg_alloc()
/openbmc/qemu/hw/audio/
H A Dvirtio-snd.c211 sizeof(virtio_snd_hdr) + size * count) { in virtio_snd_handle_pcm_info()
249 sizeof(virtio_snd_hdr), in virtio_snd_handle_pcm_info()
538 sizeof(virtio_snd_hdr), in virtio_snd_handle_pcm_prepare()
633 sizeof(virtio_snd_hdr), in virtio_snd_handle_pcm_release()
694 sizeof(virtio_snd_hdr)); in process_cmd()
696 if (msg_sz != sizeof(virtio_snd_hdr)) { in process_cmd()
702 %zu\n", __func__, msg_sz, sizeof(virtio_snd_hdr)); in process_cmd()
751 sizeof(virtio_snd_hdr)); in process_cmd()
752 virtqueue_push(cmd->vq, cmd->elem, sizeof(virtio_snd_hdr)); in process_cmd()