Home
last modified time | relevance | path

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

/linux/rust/kernel/drm/
H A Ddevice.rs167 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()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c1328 int (*exec)(struct drm_device *, void *, int idx, u8 *outp)) in olddcb_outp_foreach()