HomeSort by: relevance | last modified time | path
    Searched refs:evt_pairs (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/xen/
xen_drm_front_evtchnl.c 240 front_info->evt_pairs =
244 if (!front_info->evt_pairs) {
251 &front_info->evt_pairs[conn].req,
259 &front_info->evt_pairs[conn].evt,
316 ret = evtchnl_publish(xbt, &front_info->evt_pairs[conn].req,
323 ret = evtchnl_publish(xbt, &front_info->evt_pairs[conn].evt,
367 if (!front_info->evt_pairs)
372 front_info->evt_pairs[i].req.state = state;
373 front_info->evt_pairs[i].evt.state = state;
382 if (!front_info->evt_pairs)
    [all...]
xen_drm_front.h 102 struct xen_drm_front_evtchnl_pair *evt_pairs; member in struct:xen_drm_front_info
xen_drm_front.c 138 evtchnl = &front_info->evt_pairs[pipeline->index].req;
174 evtchnl = &front_info->evt_pairs[GENERIC_OP_EVT_CHNL].req;
242 evtchnl = &front_info->evt_pairs[GENERIC_OP_EVT_CHNL].req;
288 evtchnl = &front_info->evt_pairs[GENERIC_OP_EVT_CHNL].req;
326 evtchnl = &front_info->evt_pairs[GENERIC_OP_EVT_CHNL].req;
357 evtchnl = &front_info->evt_pairs[conn_idx].req;

Completed in 13 milliseconds