Searched refs:dirs (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.15/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.15/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.15/fs/ntfs3/ |
D | dir.c | 484 static int ntfs_dir_count(struct inode *dir, bool *is_empty, size_t *dirs, in ntfs_dir_count() argument 532 if (!dirs && !files) in ntfs_dir_count() 568 if (dirs) in ntfs_dir_count() 569 *dirs = drs; in ntfs_dir_count()
|
/Linux-v5.15/arch/mips/alchemy/ |
D | Platform | 30 # boards can specify their own <gpio.h> in one of their include dirs.
|
/Linux-v5.15/scripts/package/ |
D | buildtar | 73 dirs="$dirs lib"
|
/Linux-v5.15/ |
D | .gitignore | 108 # stgit generated dirs
|
/Linux-v5.15/scripts/gdb/linux/ |
D | symbols.py | 78 for root, dirs, files in os.walk(path):
|
/Linux-v5.15/tools/perf/util/ |
D | symbol.c | 2092 struct strlist *dirs; in find_matching_kcore() local 2095 dirs = lsdir(dir, visible_dir_filter); in find_matching_kcore() 2096 if (!dirs) in find_matching_kcore() 2099 strlist__for_each_entry(nd, dirs) { in find_matching_kcore() 2109 strlist__delete(dirs); in find_matching_kcore()
|
/Linux-v5.15/fs/overlayfs/ |
D | Kconfig | 78 inconsistencies on lookup, like redirect from multiple upper dirs to
|
/Linux-v5.15/tools/power/x86/intel_pstate_tracer/ |
D | intel_pstate_tracer.py | 611 for root, dirs, files in os.walk('.'):
|
/Linux-v5.15/Documentation/powerpc/ |
D | hvcs.rst | 148 |-- *other sysfs base dirs* 167 |-- *other sysfs base dirs*
|
/Linux-v5.15/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()
|