Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/device/
Dfaux.h29 struct faux_device { struct
32 #define to_faux_device(x) container_of_const((x), struct faux_device, dev) argument
/linux-6.14.4/rust/kernel/
Dfaux.rs39 fn as_raw(&self) -> *mut bindings::faux_device { in as_raw()