Searched refs:dirs (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/scripts/ |
D | leaking_addresses.pl | 420 my($filename, $dirs, $suffix) = fileparse($path); 479 my @dirs = @_; 481 while (my $pwd = shift @dirs) { 501 push @dirs, $path;
|
/Linux-v4.19/drivers/gpio/ |
D | gpio-sta2x11.c | 40 u32 dirs; member 94 writel(bit, ®s->dirs); in gsta_gpio_direction_output() 186 writel(bit, ®s->dirs); in gsta_set_config() 190 writel(bit, ®s->dirs); in gsta_set_config()
|
/Linux-v4.19/arch/mips/alchemy/ |
D | Platform | 33 # boards can specify their own <gpio.h> in one of their include dirs.
|
/Linux-v4.19/scripts/package/ |
D | buildtar | 61 dirs="$dirs lib"
|
/Linux-v4.19/ |
D | .gitignore | 97 # stgit generated dirs
|
/Linux-v4.19/scripts/gdb/linux/ |
D | symbols.py | 78 for root, dirs, files in os.walk(path):
|
/Linux-v4.19/tools/perf/util/ |
D | symbol.c | 1772 struct strlist *dirs; in find_matching_kcore() local 1775 dirs = lsdir(dir, visible_dir_filter); in find_matching_kcore() 1776 if (!dirs) in find_matching_kcore() 1779 strlist__for_each_entry(nd, dirs) { in find_matching_kcore() 1789 strlist__delete(dirs); in find_matching_kcore()
|
/Linux-v4.19/fs/overlayfs/ |
D | Kconfig | 77 inconsistencies on lookup, like redirect from multiple upper dirs to
|
/Linux-v4.19/Documentation/isdn/ |
D | README.diversion | 99 required modules will be correctly installed in the needed modules dirs.
|
/Linux-v4.19/tools/power/x86/intel_pstate_tracer/ |
D | intel_pstate_tracer.py | 613 for root, dirs, files in os.walk('.'):
|
/Linux-v4.19/Documentation/powerpc/ |
D | hvcs.txt | 145 |-- *other sysfs base dirs* 164 |-- *other sysfs base dirs*
|
/Linux-v4.19/drivers/usb/core/ |
D | devio.c | 453 static const char *dirs[] = {"out", "in"}; in snoop_urb() local 462 d = dirs[!!usb_pipein(pipe)]; in snoop_urb()
|
/Linux-v4.19/Documentation/kbuild/ |
D | makefiles.txt | 757 clean-dirs := $(objtree)/debian/
|