Searched refs:xb_dev (Results 1 – 5 of 5) sorted by relevance
| /drivers/gpu/drm/xen/ |
| A D | xen_drm_front.c | 180 buf_cfg.xb_dev = front_info->xb_dev; in xen_drm_front_dbuf_create() 465 xenbus_switch_state(front_info->xb_dev, in xen_drm_drv_release() 488 struct device *dev = &front_info->xb_dev->dev; in xen_drm_drv_init() 573 xenbus_switch_state(front_info->xb_dev, in xen_drm_drv_fini() 621 xenbus_strstate(xb_dev->state)); in displback_changed() 654 if (xb_dev->state != XenbusStateInitialised) in displback_changed() 676 if (xb_dev->state == XenbusStateClosed) in displback_changed() 688 struct device *dev = &xb_dev->dev; in xen_drv_probe() 697 front_info = devm_kzalloc(&xb_dev->dev, in xen_drv_probe() 702 front_info->xb_dev = xb_dev; in xen_drv_probe() [all …]
|
| A D | xen_drm_front_cfg.c | 27 connector_path = devm_kasprintf(&front_info->xb_dev->dev, in cfg_connector() 51 struct xenbus_device *xb_dev = front_info->xb_dev; in xen_drm_front_cfg_card() local 54 if (xenbus_read_unsigned(front_info->xb_dev->nodename, in xen_drm_front_cfg_card() 63 xb_dev->nodename, i); in xen_drm_front_cfg_card() 71 xb_dev->nodename); in xen_drm_front_cfg_card()
|
| A D | xen_drm_front_evtchnl.c | 147 xenbus_free_evtchn(front_info->xb_dev, evtchnl->port); in evtchnl_free() 159 struct xenbus_device *xb_dev = front_info->xb_dev; in evtchnl_alloc() local 170 ret = xenbus_setup_ring(xb_dev, GFP_NOIO | __GFP_HIGH, &page, in evtchnl_alloc() 189 ret = xenbus_alloc_evtchn(xb_dev, &evtchnl->port); in evtchnl_alloc() 194 handler, 0, xb_dev->devicetype, in evtchnl_alloc() 253 struct xenbus_device *xb_dev = evtchnl->front_info->xb_dev; in evtchnl_publish() local 259 xenbus_dev_error(xb_dev, ret, "writing ring-ref"); in evtchnl_publish() 266 xenbus_dev_error(xb_dev, ret, "writing event channel"); in evtchnl_publish() 284 xenbus_dev_fatal(front_info->xb_dev, ret, in xen_drm_front_evtchnl_publish_all() 310 xenbus_dev_fatal(front_info->xb_dev, ret, in xen_drm_front_evtchnl_publish_all() [all …]
|
| A D | xen_drm_front.h | 84 struct xenbus_device *xb_dev; member
|
| /drivers/xen/ |
| A D | xen-front-pgdir-shbuf.c | 226 dev_err(&buf->xb_dev->dev, in backend_unmap() 232 dev_err(&buf->xb_dev->dev, in backend_unmap() 288 buf->xb_dev->otherend_id); in backend_map() 307 dev_err(&buf->xb_dev->dev, in backend_map() 314 dev_err(&buf->xb_dev->dev, in backend_map() 407 otherend_id = buf->xb_dev->otherend_id; in guest_grant_refs_for_buffer() 438 dev_err(&buf->xb_dev->dev, in grant_references() 443 otherend_id = buf->xb_dev->otherend_id; in grant_references() 524 buf->xb_dev = cfg->xb_dev; in xen_front_pgdir_shbuf_alloc()
|
Completed in 15 milliseconds