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

  /src/sys/external/bsd/drm2/dist/drm/xen/
xen_drm_front_cfg.c 32 connector_path = devm_kasprintf(&front_info->xb_dev->dev,
56 struct xenbus_device *xb_dev = front_info->xb_dev; local in function:xen_drm_front_cfg_card
59 if (xenbus_read_unsigned(front_info->xb_dev->nodename,
68 xb_dev->nodename, i);
76 xb_dev->nodename);
xen_drm_front_evtchnl.c 152 xenbus_free_evtchn(front_info->xb_dev, evtchnl->port);
165 struct xenbus_device *xb_dev = front_info->xb_dev; local in function:evtchnl_alloc
193 ret = xenbus_grant_ring(xb_dev, sring, 1, &gref);
202 ret = gnttab_grant_foreign_access(xb_dev->otherend_id,
215 ret = xenbus_alloc_evtchn(xb_dev, &evtchnl->port);
220 handler, 0, xb_dev->devicetype,
279 struct xenbus_device *xb_dev = evtchnl->front_info->xb_dev; local in function:evtchnl_publish
285 xenbus_dev_error(xb_dev, ret, "writing ring-ref")
    [all...]
xen_drm_front.c 185 buf_cfg.xb_dev = front_info->xb_dev;
472 xenbus_switch_state(front_info->xb_dev,
521 struct device *dev = &front_info->xb_dev->dev;
605 xenbus_switch_state(front_info->xb_dev,
640 xenbus_switch_state(front_info->xb_dev, XenbusStateReconfiguring);
645 static void displback_changed(struct xenbus_device *xb_dev,
648 struct xen_drm_front_info *front_info = dev_get_drvdata(&xb_dev->dev);
653 xenbus_strstate(xb_dev->state));
664 if (xb_dev->state == XenbusStateReconfiguring
    [all...]
xen_drm_front.h 95 struct xenbus_device *xb_dev; member in struct:xen_drm_front_info

Completed in 16 milliseconds