Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xen/
H A Dxen_drm_front.c43 static void dbuf_add_to_list(struct xen_drm_front_info *front_info, in dbuf_add_to_list()
126 struct xen_drm_front_info *front_info; in xen_drm_front_mode_set() local
157 int xen_drm_front_dbuf_create(struct xen_drm_front_info *front_info, in xen_drm_front_dbuf_create()
274 int xen_drm_front_fb_attach(struct xen_drm_front_info *front_info, in xen_drm_front_fb_attach()
314 int xen_drm_front_fb_detach(struct xen_drm_front_info *front_info, in xen_drm_front_fb_detach()
342 int xen_drm_front_page_flip(struct xen_drm_front_info *front_info, in xen_drm_front_page_flip()
457 struct xen_drm_front_info *front_info = drm_info->front_info; in xen_drm_drv_release() local
487 static int xen_drm_drv_init(struct xen_drm_front_info *front_info) in xen_drm_drv_init()
548 static void xen_drm_drv_fini(struct xen_drm_front_info *front_info) in xen_drm_drv_fini()
602 static int displback_connect(struct xen_drm_front_info *front_info) in displback_connect()
[all …]
H A Dxen_drm_front_evtchnl.c26 struct xen_drm_front_info *front_info = evtchnl->front_info; in evtchnl_interrupt_ctrl() local
84 struct xen_drm_front_info *front_info = evtchnl->front_info; in evtchnl_interrupt_evt() local
123 static void evtchnl_free(struct xen_drm_front_info *front_info, in evtchnl_free()
155 static int evtchnl_alloc(struct xen_drm_front_info *front_info, int index, in evtchnl_alloc()
207 int xen_drm_front_evtchnl_create_all(struct xen_drm_front_info *front_info) in xen_drm_front_evtchnl_create_all()
273 int xen_drm_front_evtchnl_publish_all(struct xen_drm_front_info *front_info) in xen_drm_front_evtchnl_publish_all()
335 void xen_drm_front_evtchnl_set_state(struct xen_drm_front_info *front_info, in xen_drm_front_evtchnl_set_state()
352 void xen_drm_front_evtchnl_free_all(struct xen_drm_front_info *front_info) in xen_drm_front_evtchnl_free_all()
H A Dxen_drm_front_cfg.c21 static int cfg_connector(struct xen_drm_front_info *front_info, in cfg_connector()
48 int xen_drm_front_cfg_card(struct xen_drm_front_info *front_info, in xen_drm_front_cfg_card()
H A Dxen_drm_front_cfg.h25 struct xen_drm_front_info *front_info; member
H A Dxen_drm_front.h117 struct xen_drm_front_info *front_info; member
H A Dxen_drm_front_evtchnl.h39 struct xen_drm_front_info *front_info; member
/linux/sound/xen/
H A 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
H A 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()
175 void xen_snd_front_evtchnl_free_all(struct xen_snd_front_info *front_info) in xen_snd_front_evtchnl_free_all()
191 static int evtchnl_alloc(struct xen_snd_front_info *front_info, int index, in evtchnl_alloc()
265 int xen_snd_front_evtchnl_create_all(struct xen_snd_front_info *front_info, in xen_snd_front_evtchnl_create_all()
360 int xen_snd_front_evtchnl_publish_all(struct xen_snd_front_info *front_info) in xen_snd_front_evtchnl_publish_all()
H A 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
766 int xen_snd_front_alsa_init(struct xen_snd_front_info *front_info) in xen_snd_front_alsa_init()
819 void xen_snd_front_alsa_fini(struct xen_snd_front_info *front_info) in xen_snd_front_alsa_fini()
H A 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()
H A Dxen_snd_front_evtchnl.h32 struct xen_snd_front_info *front_info; member