Home
last modified time | relevance | path

Searched refs:xen_snd_front_info (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/sound/xen/
Dxen_snd_front_evtchnl.h16 struct xen_snd_front_info;
41 struct xen_snd_front_info *front_info;
81 int xen_snd_front_evtchnl_create_all(struct xen_snd_front_info *front_info,
84 void xen_snd_front_evtchnl_free_all(struct xen_snd_front_info *front_info);
86 int xen_snd_front_evtchnl_publish_all(struct xen_snd_front_info *front_info);
Dxen_snd_front_alsa.h14 struct xen_snd_front_info;
16 int xen_snd_front_alsa_init(struct xen_snd_front_info *front_info);
18 void xen_snd_front_alsa_fini(struct xen_snd_front_info *front_info);
Dxen_snd_front.c202 static void xen_snd_drv_fini(struct xen_snd_front_info *front_info) in xen_snd_drv_fini()
208 static int sndback_initwait(struct xen_snd_front_info *front_info) in sndback_initwait()
225 static int sndback_connect(struct xen_snd_front_info *front_info) in sndback_connect()
230 static void sndback_disconnect(struct xen_snd_front_info *front_info) in sndback_disconnect()
239 struct xen_snd_front_info *front_info = dev_get_drvdata(&xb_dev->dev); in sndback_changed()
304 struct xen_snd_front_info *front_info; in xen_drv_probe()
319 struct xen_snd_front_info *front_info = dev_get_drvdata(&dev->dev); in xen_drv_remove()
Dxen_snd_front_cfg.h17 struct xen_snd_front_info;
43 int xen_snd_front_cfg_card(struct xen_snd_front_info *front_info,
Dxen_snd_front_evtchnl.c24 struct xen_snd_front_info *front_info = channel->front_info; in evtchnl_interrupt_req()
147 static void evtchnl_free(struct xen_snd_front_info *front_info, in evtchnl_free()
182 void xen_snd_front_evtchnl_free_all(struct xen_snd_front_info *front_info) in xen_snd_front_evtchnl_free_all()
198 static int evtchnl_alloc(struct xen_snd_front_info *front_info, int index, in evtchnl_alloc()
293 int xen_snd_front_evtchnl_create_all(struct xen_snd_front_info *front_info, in xen_snd_front_evtchnl_create_all()
388 int xen_snd_front_evtchnl_publish_all(struct xen_snd_front_info *front_info) in xen_snd_front_evtchnl_publish_all()
Dxen_snd_front.h22 struct xen_snd_front_info { struct
Dxen_snd_front_alsa.c26 struct xen_snd_front_info *front_info;
53 struct xen_snd_front_info *front_info;
344 struct xen_snd_front_info *front_info = in alsa_open()
750 int xen_snd_front_alsa_init(struct xen_snd_front_info *front_info) in xen_snd_front_alsa_init()
803 void xen_snd_front_alsa_fini(struct xen_snd_front_info *front_info) in xen_snd_front_alsa_fini()
Dxen_snd_front_cfg.c331 static int cfg_stream(struct xen_snd_front_info *front_info, in cfg_stream()
383 static int cfg_device(struct xen_snd_front_info *front_info, in cfg_device()
475 int xen_snd_front_cfg_card(struct xen_snd_front_info *front_info, in xen_snd_front_cfg_card()