Home
last modified time | relevance | path

Searched defs:drm_device (Results 1 – 2 of 2) sorted by relevance

/linux/include/drm/
H A Ddrm_device.h75 struct drm_device { struct
77 int if_version;
80 struct kref ref;
83 struct device *dev;
110 * Managed resources linked to the lifetime of this &drm_device as argument
132 * devm_drm_dev_alloc() and embed struct &drm_device in their larger argument
135 void *dev_private;
145 struct drm_minor *primary;
154 struct drm_minor *render;
157 struct drm_minor *accel;
[all …]
/linux/rust/kernel/drm/
H A Ddevice.rs167 as_raw(&self) -> *mut bindings::drm_device as_raw() argument
183 into_drm_device(ptr: NonNull<Self>) -> *mut bindings::drm_device into_drm_device() argument
209 release(ptr: *mut bindings::drm_device) release() argument
[all...]