Searched defs:virtio_snd_query_info (Results 1 – 3 of 3) sorted by relevance
87 struct virtio_snd_query_info { struct89 struct virtio_snd_hdr hdr;91 __le32 start_id;93 __le32 count;95 __le32 size;
109 struct virtio_snd_query_info { struct111 struct virtio_snd_hdr hdr;113 uint32_t start_id;115 uint32_t count;117 uint32_t size;
41 typedef struct virtio_snd_query_info virtio_snd_query_info; typedef