Searched refs:evtchnl (Results 1 – 3 of 3) sorted by relevance
131 page = evtchnl->u.evt.page; in evtchnl_free()143 if (evtchnl->irq) in evtchnl_free()144 unbind_from_irqhandler(evtchnl->irq, evtchnl); in evtchnl_free()146 if (evtchnl->port) in evtchnl_free()152 memset(evtchnl, 0, sizeof(*evtchnl)); in evtchnl_free()164 memset(evtchnl, 0, sizeof(*evtchnl)); in evtchnl_alloc()165 evtchnl->type = type; in evtchnl_alloc()166 evtchnl->index = index; in evtchnl_alloc()171 1, &evtchnl->gref); in evtchnl_alloc()195 evtchnl); in evtchnl_alloc()[all …]
96 req->id = evtchnl->evt_next_id++; in be_prepare_req()97 evtchnl->evt_id = req->id; in be_prepare_req()118 return evtchnl->u.req.resp_status; in be_stream_wait_io()133 if (unlikely(!evtchnl)) in xen_drm_front_mode_set()151 ret = be_stream_wait_io(evtchnl); in xen_drm_front_mode_set()170 if (unlikely(!evtchnl)) in xen_drm_front_dbuf_create()211 ret = be_stream_wait_io(evtchnl); in xen_drm_front_dbuf_create()239 if (unlikely(!evtchnl)) in xen_drm_front_dbuf_destroy()261 ret = be_stream_wait_io(evtchnl); in xen_drm_front_dbuf_destroy()285 if (unlikely(!evtchnl)) in xen_drm_front_fb_attach()[all …]
74 void xen_drm_front_evtchnl_flush(struct xen_drm_front_evtchnl *evtchnl);
Completed in 13 milliseconds