Searched defs:xen_drm_front_info (Results 1 – 1 of 1) sorted by relevance
83 struct xen_drm_front_info { struct84 struct xenbus_device *xb_dev;85 struct xen_drm_front_drm_info *drm_info;88 spinlock_t io_lock;90 int num_evt_pairs;91 struct xen_drm_front_evtchnl_pair *evt_pairs;92 struct xen_drm_front_cfg cfg;117 struct xen_drm_front_info *front_info; argument