Home
last modified time | relevance | path

Searched refs:virtsnd_ctl_msg_alloc (Results 1 – 4 of 4) sorted by relevance

/linux/sound/virtio/
H A Dvirtio_kctl.c118 msg = virtsnd_ctl_msg_alloc(request_size, response_size, GFP_KERNEL); in virtsnd_kctl_get()
190 msg = virtsnd_ctl_msg_alloc(request_size, response_size, GFP_KERNEL); in virtsnd_kctl_put()
249 msg = virtsnd_ctl_msg_alloc(sizeof(*hdr), sizeof(struct virtio_snd_hdr), in virtsnd_kctl_tlv_op()
328 msg = virtsnd_ctl_msg_alloc(sizeof(*hdr), in virtsnd_kctl_get_enum_items()
H A Dvirtio_ctl_msg.c85 struct virtio_snd_msg *virtsnd_ctl_msg_alloc(size_t request_size, in virtsnd_ctl_msg_alloc() function
268 msg = virtsnd_ctl_msg_alloc(sizeof(*query), in virtsnd_ctl_query_info()
H A Dvirtio_ctl_msg.h23 struct virtio_snd_msg *virtsnd_ctl_msg_alloc(size_t request_size,
H A Dvirtio_pcm_msg.c415 msg = virtsnd_ctl_msg_alloc(request_size, response_size, gfp); in virtsnd_pcm_ctl_msg_alloc()