Searched defs:drm_device (Results 1 – 3 of 3) sorted by relevance
75 struct drm_device { struct77 int if_version;80 struct kref ref;83 struct device *dev;110 * Managed resources linked to the lifetime of this &drm_device as argument132 * devm_drm_dev_alloc() and embed struct &drm_device in their larger argument135 void *dev_private;145 struct drm_minor *primary;154 struct drm_minor *render;157 struct drm_minor *accel;[all …]
167 pub(crate) fn as_raw(&self) -> *mut bindings::drm_device { in as_raw()183 unsafe fn into_drm_device(ptr: NonNull<Self>) -> *mut bindings::drm_device { in into_drm_device()209 extern "C" fn release(ptr: *mut bindings::drm_device) { in release()
1328 int (*exec)(struct drm_device *, void *, int idx, u8 *outp)) in olddcb_outp_foreach()