Searched refs:dirs (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.10/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.10/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.10/arch/mips/alchemy/ |
| D | Platform | 30 # boards can specify their own <gpio.h> in one of their include dirs.
|
| /Linux-v5.10/scripts/package/ |
| D | buildtar | 73 dirs="$dirs lib"
|
| /Linux-v5.10/ |
| D | .gitignore | 106 # stgit generated dirs
|
| /Linux-v5.10/scripts/gdb/linux/ |
| D | symbols.py | 78 for root, dirs, files in os.walk(path):
|
| /Linux-v5.10/tools/perf/util/ |
| D | symbol.c | 2094 struct strlist *dirs; in find_matching_kcore() local 2097 dirs = lsdir(dir, visible_dir_filter); in find_matching_kcore() 2098 if (!dirs) in find_matching_kcore() 2101 strlist__for_each_entry(nd, dirs) { in find_matching_kcore() 2111 strlist__delete(dirs); in find_matching_kcore()
|
| /Linux-v5.10/fs/overlayfs/ |
| D | Kconfig | 78 inconsistencies on lookup, like redirect from multiple upper dirs to
|
| /Linux-v5.10/tools/power/x86/intel_pstate_tracer/ |
| D | intel_pstate_tracer.py | 611 for root, dirs, files in os.walk('.'):
|
| /Linux-v5.10/Documentation/powerpc/ |
| D | hvcs.rst | 148 |-- *other sysfs base dirs* 167 |-- *other sysfs base dirs*
|
| /Linux-v5.10/drivers/usb/core/ |
| D | devio.c | 472 static const char *dirs[] = {"out", "in"}; in snoop_urb() local 481 d = dirs[!!usb_pipein(pipe)]; in snoop_urb()
|