Searched refs:virtsnd_ctl_msg_send (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/sound/virtio/ |
H A D | virtio_ctl_msg.h | 26 int virtsnd_ctl_msg_send(struct virtio_snd *snd, struct virtio_snd_msg *msg, 52 return virtsnd_ctl_msg_send(snd, msg, NULL, NULL, false); in virtsnd_ctl_msg_send_sync() 66 return virtsnd_ctl_msg_send(snd, msg, NULL, NULL, true); in virtsnd_ctl_msg_send_async()
|
H A D | virtio_ctl_msg.c | 110 * virtsnd_ctl_msg_send() - Send a control message. 121 int virtsnd_ctl_msg_send(struct virtio_snd *snd, struct virtio_snd_msg *msg, in virtsnd_ctl_msg_send() function 281 return virtsnd_ctl_msg_send(snd, msg, NULL, &sg, false); in virtsnd_ctl_query_info()
|
Completed in 2 milliseconds