Home
last modified time | relevance | path

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

/linux/rust/kernel/drm/
H A Ddevice.rs137 as_raw(&self) -> *mut bindings::drm_device as_raw() argument
153 into_drm_device(ptr: NonNull<Self>) -> *mut bindings::drm_device into_drm_device() argument
179 release(ptr: *mut bindings::drm_device) release() argument
[all...]
H A Dfile.rs58 raw_dev: *mut bindings::drm_device, in open_callback() argument
88 _raw_dev: *mut bindings::drm_device, in postclose_callback() argument
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c1328 int (*exec)(struct drm_device *, void *, int idx, u8 *outp)) in olddcb_outp_foreach()