Home
last modified time | relevance | path

Searched defs:front_info (Results 1 – 5 of 5) sorted by relevance

/sound/xen/
Dxen_snd_front.c203 static void xen_snd_drv_fini(struct xen_snd_front_info *front_info) in xen_snd_drv_fini()
209 static int sndback_initwait(struct xen_snd_front_info *front_info) in sndback_initwait()
226 static int sndback_connect(struct xen_snd_front_info *front_info) in sndback_connect()
231 static void sndback_disconnect(struct xen_snd_front_info *front_info) in sndback_disconnect()
240 struct xen_snd_front_info *front_info = dev_get_drvdata(&xb_dev->dev); in sndback_changed() local
301 struct xen_snd_front_info *front_info; in xen_drv_probe() local
316 struct xen_snd_front_info *front_info = dev_get_drvdata(&dev->dev); in xen_drv_remove() local
Dxen_snd_front_evtchnl.c24 struct xen_snd_front_info *front_info = channel->front_info; in evtchnl_interrupt_req() local
143 static void evtchnl_free(struct xen_snd_front_info *front_info, in evtchnl_free()
178 void xen_snd_front_evtchnl_free_all(struct xen_snd_front_info *front_info) in xen_snd_front_evtchnl_free_all()
194 static int evtchnl_alloc(struct xen_snd_front_info *front_info, int index, in evtchnl_alloc()
289 int xen_snd_front_evtchnl_create_all(struct xen_snd_front_info *front_info, in xen_snd_front_evtchnl_create_all()
384 int xen_snd_front_evtchnl_publish_all(struct xen_snd_front_info *front_info) in xen_snd_front_evtchnl_publish_all()
Dxen_snd_front_alsa.c26 struct xen_snd_front_info *front_info; member
60 struct xen_snd_front_info *front_info; member
359 struct xen_snd_front_info *front_info = in alsa_open() local
465 struct xen_snd_front_info *front_info = stream->front_info; in alsa_hw_params() local
800 int xen_snd_front_alsa_init(struct xen_snd_front_info *front_info) in xen_snd_front_alsa_init()
853 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()
Dxen_snd_front_evtchnl.h41 struct xen_snd_front_info *front_info; member