Searched defs:RustDebugFs (Results 1 – 1 of 1) sorted by relevance
53 struct RustDebugFs { struct54 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 { implementation126 impl RustDebugFs { impl