Home
last modified time | relevance | path

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

/linux/include/drm/ !
H A Ddrm_device.h68 struct drm_device { struct
70 int if_version;
73 struct kref ref;
76 struct device *dev;
103 * Managed resources linked to the lifetime of this &drm_device as argument
125 * devm_drm_dev_alloc() and embed struct &drm_device in their larger argument
128 void *dev_private;
138 struct drm_minor *primary;
147 struct drm_minor *render;
150 struct drm_minor *accel;
[all …]
/linux/rust/kernel/drm/ !
H A Dfile.rs58 raw_dev: *mut bindings::drm_device, in open_callback()
88 _raw_dev: *mut bindings::drm_device, in postclose_callback()
H A Ddevice.rs130 pub(crate) fn as_raw(&self) -> *mut bindings::drm_device { in as_raw()
164 extern "C" fn release(ptr: *mut bindings::drm_device) { in release()
/linux/drivers/gpu/drm/nouveau/ !
H A Dnouveau_bios.c1328 int (*exec)(struct drm_device *, void *, int idx, u8 *outp)) in olddcb_outp_foreach()