Searched refs:dirs (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/scripts/ |
D | leaking_addresses.pl | 419 my($filename, $dirs, $suffix) = fileparse($path); 478 my @dirs = @_; 480 while (my $pwd = shift @dirs) { 500 push @dirs, $path;
|
/Linux-v5.4/drivers/gpio/ |
D | gpio-sta2x11.c | 27 u32 dirs; member 81 writel(bit, ®s->dirs); in gsta_gpio_direction_output() 173 writel(bit, ®s->dirs); in gsta_set_config() 177 writel(bit, ®s->dirs); in gsta_set_config()
|
/Linux-v5.4/arch/mips/alchemy/ |
D | Platform | 33 # boards can specify their own <gpio.h> in one of their include dirs.
|
/Linux-v5.4/scripts/package/ |
D | buildtar | 61 dirs="$dirs lib"
|
/Linux-v5.4/ |
D | .gitignore | 103 # stgit generated dirs
|
/Linux-v5.4/scripts/gdb/linux/ |
D | symbols.py | 78 for root, dirs, files in os.walk(path):
|
/Linux-v5.4/tools/perf/util/ |
D | symbol.c | 1891 struct strlist *dirs; in find_matching_kcore() local 1894 dirs = lsdir(dir, visible_dir_filter); in find_matching_kcore() 1895 if (!dirs) in find_matching_kcore() 1898 strlist__for_each_entry(nd, dirs) { in find_matching_kcore() 1908 strlist__delete(dirs); in find_matching_kcore()
|
/Linux-v5.4/fs/overlayfs/ |
D | Kconfig | 78 inconsistencies on lookup, like redirect from multiple upper dirs to
|
/Linux-v5.4/tools/power/x86/intel_pstate_tracer/ |
D | intel_pstate_tracer.py | 614 for root, dirs, files in os.walk('.'):
|
/Linux-v5.4/Documentation/powerpc/ |
D | hvcs.rst | 148 |-- *other sysfs base dirs* 167 |-- *other sysfs base dirs*
|
/Linux-v5.4/drivers/usb/core/ |
D | devio.c | 463 static const char *dirs[] = {"out", "in"}; in snoop_urb() local 472 d = dirs[!!usb_pipein(pipe)]; in snoop_urb()
|