Searched refs:evt_pairs (Results 1 – 3 of 3) sorted by relevance
240 front_info->evt_pairs = in xen_drm_front_evtchnl_create_all()244 if (!front_info->evt_pairs) { in xen_drm_front_evtchnl_create_all()251 &front_info->evt_pairs[conn].req, in xen_drm_front_evtchnl_create_all()259 &front_info->evt_pairs[conn].evt, in xen_drm_front_evtchnl_create_all()316 ret = evtchnl_publish(xbt, &front_info->evt_pairs[conn].req, in xen_drm_front_evtchnl_publish_all()323 ret = evtchnl_publish(xbt, &front_info->evt_pairs[conn].evt, in xen_drm_front_evtchnl_publish_all()367 if (!front_info->evt_pairs) in xen_drm_front_evtchnl_set_state()372 front_info->evt_pairs[i].req.state = state; in xen_drm_front_evtchnl_set_state()373 front_info->evt_pairs[i].evt.state = state; in xen_drm_front_evtchnl_set_state()382 if (!front_info->evt_pairs) in xen_drm_front_evtchnl_free_all()[all …]
138 evtchnl = &front_info->evt_pairs[pipeline->index].req; in xen_drm_front_mode_set()174 evtchnl = &front_info->evt_pairs[GENERIC_OP_EVT_CHNL].req; in xen_drm_front_dbuf_create()242 evtchnl = &front_info->evt_pairs[GENERIC_OP_EVT_CHNL].req; in xen_drm_front_dbuf_destroy()288 evtchnl = &front_info->evt_pairs[GENERIC_OP_EVT_CHNL].req; in xen_drm_front_fb_attach()326 evtchnl = &front_info->evt_pairs[GENERIC_OP_EVT_CHNL].req; in xen_drm_front_fb_detach()357 evtchnl = &front_info->evt_pairs[conn_idx].req; in xen_drm_front_page_flip()
102 struct xen_drm_front_evtchnl_pair *evt_pairs; member