Symbol: virtio_snd
sound/virtio/virtio_card.c
108
static int virtsnd_find_vqs(struct virtio_snd *snd)
sound/virtio/virtio_card.c
157
static void virtsnd_enable_event_vq(struct virtio_snd *snd)
sound/virtio/virtio_card.c
171
static void virtsnd_disable_event_vq(struct virtio_snd *snd)
sound/virtio/virtio_card.c
192
static int virtsnd_build_devs(struct virtio_snd *snd)
sound/virtio/virtio_card.c
304
struct virtio_snd *snd;
sound/virtio/virtio_card.c
348
struct virtio_snd *snd = vdev->priv;
sound/virtio/virtio_card.c
380
struct virtio_snd *snd = vdev->priv;
sound/virtio/virtio_card.c
407
struct virtio_snd *snd = vdev->priv;
sound/virtio/virtio_card.c
55
static void virtsnd_event_dispatch(struct virtio_snd *snd,
sound/virtio/virtio_card.c
84
struct virtio_snd *snd = vqueue->vdev->priv;
sound/virtio/virtio_card.h
102
virtsnd_rx_queue(struct virtio_snd *snd)
sound/virtio/virtio_card.h
116
int virtsnd_jack_parse_cfg(struct virtio_snd *snd);
sound/virtio/virtio_card.h
118
int virtsnd_jack_build_devs(struct virtio_snd *snd);
sound/virtio/virtio_card.h
120
void virtsnd_jack_event(struct virtio_snd *snd,
sound/virtio/virtio_card.h
123
int virtsnd_chmap_parse_cfg(struct virtio_snd *snd);
sound/virtio/virtio_card.h
125
int virtsnd_chmap_build_devs(struct virtio_snd *snd);
sound/virtio/virtio_card.h
127
int virtsnd_kctl_parse_cfg(struct virtio_snd *snd);
sound/virtio/virtio_card.h
129
int virtsnd_kctl_build_devs(struct virtio_snd *snd);
sound/virtio/virtio_card.h
131
void virtsnd_kctl_event(struct virtio_snd *snd, struct virtio_snd_event *event);
sound/virtio/virtio_card.h
84
virtsnd_control_queue(struct virtio_snd *snd)
sound/virtio/virtio_card.h
90
virtsnd_event_queue(struct virtio_snd *snd)
sound/virtio/virtio_card.h
96
virtsnd_tx_queue(struct virtio_snd *snd)
sound/virtio/virtio_chmap.c
142
int virtsnd_chmap_build_devs(struct virtio_snd *snd)
sound/virtio/virtio_chmap.c
60
int virtsnd_chmap_parse_cfg(struct virtio_snd *snd)
sound/virtio/virtio_ctl_msg.c
121
int virtsnd_ctl_msg_send(struct virtio_snd *snd, struct virtio_snd_msg *msg,
sound/virtio/virtio_ctl_msg.c
232
void virtsnd_ctl_msg_cancel_all(struct virtio_snd *snd)
sound/virtio/virtio_ctl_msg.c
258
int virtsnd_ctl_query_info(struct virtio_snd *snd, int command, int start_id,
sound/virtio/virtio_ctl_msg.c
292
struct virtio_snd *snd = vqueue->vdev->priv;
sound/virtio/virtio_ctl_msg.h
12
struct virtio_snd;
sound/virtio/virtio_ctl_msg.h
26
int virtsnd_ctl_msg_send(struct virtio_snd *snd, struct virtio_snd_msg *msg,
sound/virtio/virtio_ctl_msg.h
49
static inline int virtsnd_ctl_msg_send_sync(struct virtio_snd *snd,
sound/virtio/virtio_ctl_msg.h
63
static inline int virtsnd_ctl_msg_send_async(struct virtio_snd *snd,
sound/virtio/virtio_ctl_msg.h
69
void virtsnd_ctl_msg_cancel_all(struct virtio_snd *snd);
sound/virtio/virtio_ctl_msg.h
73
int virtsnd_ctl_query_info(struct virtio_snd *snd, int command, int start_id,
sound/virtio/virtio_jack.c
131
int virtsnd_jack_parse_cfg(struct virtio_snd *snd)
sound/virtio/virtio_jack.c
179
int virtsnd_jack_build_devs(struct virtio_snd *snd)
sound/virtio/virtio_jack.c
211
void virtsnd_jack_event(struct virtio_snd *snd, struct virtio_snd_event *event)
sound/virtio/virtio_kctl.c
151
struct virtio_snd *snd = snd_kcontrol_chip(kcontrol);
sound/virtio/virtio_kctl.c
224
struct virtio_snd *snd = snd_kcontrol_chip(kcontrol);
sound/virtio/virtio_kctl.c
288
struct virtio_snd *snd = snd_kcontrol_chip(kcontrol);
sound/virtio/virtio_kctl.c
364
static int virtsnd_kctl_get_enum_items(struct virtio_snd *snd, unsigned int cid)
sound/virtio/virtio_kctl.c
404
int virtsnd_kctl_parse_cfg(struct virtio_snd *snd)
sound/virtio/virtio_kctl.c
455
int virtsnd_kctl_build_devs(struct virtio_snd *snd)
sound/virtio/virtio_kctl.c
507
void virtsnd_kctl_event(struct virtio_snd *snd, struct virtio_snd_event *event)
sound/virtio/virtio_kctl.c
54
static int virtsnd_kctl_validate_info(struct virtio_snd *snd, u32 cid,
sound/virtio/virtio_kctl.c
96
struct virtio_snd *snd = snd_kcontrol_chip(kcontrol);
sound/virtio/virtio_pcm.c
219
struct virtio_pcm *virtsnd_pcm_find(struct virtio_snd *snd, u32 nid)
sound/virtio/virtio_pcm.c
239
struct virtio_pcm *virtsnd_pcm_find_or_create(struct virtio_snd *snd, u32 nid)
sound/virtio/virtio_pcm.c
326
int virtsnd_pcm_parse_cfg(struct virtio_snd *snd)
sound/virtio/virtio_pcm.c
413
int virtsnd_pcm_build_devs(struct virtio_snd *snd)
sound/virtio/virtio_pcm.c
504
void virtsnd_pcm_event(struct virtio_snd *snd, struct virtio_snd_event *event)
sound/virtio/virtio_pcm.h
100
int virtsnd_pcm_build_devs(struct virtio_snd *snd);
sound/virtio/virtio_pcm.h
102
void virtsnd_pcm_event(struct virtio_snd *snd, struct virtio_snd_event *event);
sound/virtio/virtio_pcm.h
108
struct virtio_pcm *virtsnd_pcm_find(struct virtio_snd *snd, u32 nid);
sound/virtio/virtio_pcm.h
110
struct virtio_pcm *virtsnd_pcm_find_or_create(struct virtio_snd *snd, u32 nid);
sound/virtio/virtio_pcm.h
44
struct virtio_snd *snd;
sound/virtio/virtio_pcm.h
98
int virtsnd_pcm_parse_cfg(struct virtio_snd *snd);
sound/virtio/virtio_pcm_msg.c
203
struct virtio_snd *snd = vss->snd;
sound/virtio/virtio_pcm_msg.c
364
struct virtio_snd *snd = vqueue->vdev->priv;
sound/virtio/virtio_pcm_msg.c
377
struct virtio_snd *snd = vqueue->vdev->priv;
sound/virtio/virtio_pcm_ops.c
328
struct virtio_snd *snd = vss->snd;
sound/virtio/virtio_pcm_ops.c
392
struct virtio_snd *snd = vss->snd;