Searched refs:dirs (Results 1 – 14 of 14) sorted by relevance
/linux-6.1.9/scripts/ |
D | leaking_addresses.pl | 419 my($filename, $dirs, $suffix) = fileparse($path); 479 my @dirs = @_; 481 while (my $pwd = shift @dirs) { 501 push @dirs, $path;
|
D | spdxcheck.py | 422 if ndirs and ndirs != dirsok and args.dirs: 434 if args.verbose or args.dirs:
|
/linux-6.1.9/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-6.1.9/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-6.1.9/arch/mips/alchemy/ |
D | Platform | 30 # boards can specify their own <gpio.h> in one of their include dirs.
|
/linux-6.1.9/scripts/package/ |
D | buildtar | 77 dirs="$dirs lib"
|
/linux-6.1.9/ |
D | .gitignore | 112 # stgit generated dirs
|
/linux-6.1.9/scripts/gdb/linux/ |
D | symbols.py | 78 for root, dirs, files in os.walk(path):
|
/linux-6.1.9/tools/perf/util/ |
D | symbol.c | 2130 struct strlist *dirs; in find_matching_kcore() local 2133 dirs = lsdir(dir, visible_dir_filter); in find_matching_kcore() 2134 if (!dirs) in find_matching_kcore() 2137 strlist__for_each_entry(nd, dirs) { in find_matching_kcore() 2147 strlist__delete(dirs); in find_matching_kcore()
|
/linux-6.1.9/tools/power/x86/amd_pstate_tracer/ |
D | amd_pstate_trace.py | 350 for root, dirs, files in os.walk('.'):
|
/linux-6.1.9/fs/overlayfs/ |
D | Kconfig | 78 inconsistencies on lookup, like redirect from multiple upper dirs to
|
/linux-6.1.9/tools/power/x86/intel_pstate_tracer/ |
D | intel_pstate_tracer.py | 609 for root, dirs, files in os.walk('.'):
|
/linux-6.1.9/Documentation/powerpc/ |
D | hvcs.rst | 148 |-- *other sysfs base dirs* 167 |-- *other sysfs base dirs*
|
/linux-6.1.9/drivers/usb/core/ |
D | devio.c | 485 static const char *dirs[] = {"out", "in"}; in snoop_urb() local 494 d = dirs[!!usb_pipein(pipe)]; in snoop_urb()
|