Searched refs:Dir (Results 1 – 7 of 7) sorted by relevance
| /linux/samples/rust/ |
| H A D | rust_debugfs_scoped.rs | 11 Dir, 107 device_dir: Dir, 113 fn init(device_dir: Dir) -> impl PinInit<Self> { in init() 129 fn init_control(base_dir: &Dir, dyn_dirs: Dir) -> impl PinInit<Scope<ModuleData>> + '_ { in init_control() argument 138 let base_dir = Dir::new(c"rust_scoped_debugfs"); in init()
|
| H A D | rust_debugfs.rs | 38 Dir, 71 _debugfs: Dir, 141 fn build_counter(dir: &Dir) -> impl PinInit<File<Atomic<usize>>> + '_ { in build_counter() 145 fn build_inner(dir: &Dir) -> impl PinInit<File<Mutex<Inner>>> + '_ { in build_inner() 150 let debugfs = Dir::new(c"sample_debugfs"); in new()
|
| /linux/rust/kernel/ |
| H A D | debugfs.rs | 73 pub struct Dir(#[cfg(CONFIG_DEBUG_FS)] Option<Arc<Entry<'static>>>); struct 75 impl Dir { implementation 77 fn create(name: &CStr, parent: Option<&Dir>) -> Self { in create() 82 Some(Dir(None)) => return Self(None), in create() 83 Some(Dir(Some(entry))) => Some(entry.clone()), in create() 133 Dir::create(name, None) in new() 146 Dir::create(name, Some(self)) in subdir()
|
| /linux/tools/perf/pmu-events/ |
| H A D | README | 108 CPUID,Version,Dir/path/name,Type 136 Dir/path/name:
|
| /linux/Documentation/input/devices/ |
| H A D | amijoy.rst | 211 | Loc. | Dir. | Sym | pin | pin |
|
| /linux/Documentation/driver-api/ |
| H A D | ipmi.rst | 755 * Event Dir | Event Type: 0x6f (Assertion, sensor-specific event info)
|
| /linux/Documentation/filesystems/ |
| H A D | f2fs.rst | 759 --------------> Dir <--------------
|