Home
last modified time | relevance | path

Searched refs:xen_drm_front_evtchnl (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/xen/
H A Dxen_drm_front_evtchnl.h38 struct xen_drm_front_evtchnl { struct
66 struct xen_drm_front_evtchnl req; argument
67 struct xen_drm_front_evtchnl evt;
74 void xen_drm_front_evtchnl_flush(struct xen_drm_front_evtchnl *evtchnl);
H A Dxen_drm_front_evtchnl.c25 struct xen_drm_front_evtchnl *evtchnl = dev_id; in evtchnl_interrupt_ctrl()
83 struct xen_drm_front_evtchnl *evtchnl = dev_id; in evtchnl_interrupt_evt()
124 struct xen_drm_front_evtchnl *evtchnl) in evtchnl_free()
156 struct xen_drm_front_evtchnl *evtchnl, in evtchnl_alloc()
249 struct xen_drm_front_evtchnl *evtchnl, in evtchnl_publish()
325 void xen_drm_front_evtchnl_flush(struct xen_drm_front_evtchnl *evtchnl) in xen_drm_front_evtchnl_flush()
H A Dxen_drm_front.c89 be_prepare_req(struct xen_drm_front_evtchnl *evtchnl, u8 operation) in be_prepare_req()
101 static int be_stream_do_io(struct xen_drm_front_evtchnl *evtchnl, in be_stream_do_io()
112 static int be_stream_wait_io(struct xen_drm_front_evtchnl *evtchnl) in be_stream_wait_io()
125 struct xen_drm_front_evtchnl *evtchnl; in xen_drm_front_mode_set()
162 struct xen_drm_front_evtchnl *evtchnl; in xen_drm_front_dbuf_create()
232 struct xen_drm_front_evtchnl *evtchnl; in xen_drm_front_dbuf_destroy()
278 struct xen_drm_front_evtchnl *evtchnl; in xen_drm_front_fb_attach()
317 struct xen_drm_front_evtchnl *evtchnl; in xen_drm_front_fb_detach()
345 struct xen_drm_front_evtchnl *evtchnl; in xen_drm_front_page_flip()
H A DMakefile6 xen_drm_front_evtchnl.o \