Home
last modified time | relevance | path

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

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