Home
last modified time | relevance | path

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

/linux/samples/rust/
H A Drust_debugfs.rs53 struct RustDebugFs { struct
54 pdev: ARef<platform::Device>,
57 _debugfs: Dir,
59 _compatible: File<CString>,
61 counter: File<Atomic<usize>>,
63 inner: File<Mutex<Inner>>,
65 array_blob: File<Mutex<[u8; 4]>>,
67 vector_blob: File<Mutex<KVec<u8>>>,
104 impl platform::Driver for RustDebugFs { implementation
126 impl RustDebugFs { impl