Lines Matching refs:root
49 my $root;
316 'root=s' => \$root,
449 if (defined $root) {
450 if (!top_of_kernel_tree($root)) {
451 die "$P: $root: --root does not point at a valid tree\n";
455 $root = '.';
458 $root = $1;
462 if (!defined $root) {
1142 return 0 if (!$tree || !(-e "$root/scripts/get_maintainer.pl"));
1145 …$maintained_status{$filename} = `perl $root/scripts/get_maintainer.pl --status --nom --nol --nogit…
1154 …return 1 if (!$tree || which("python3") eq "" || !(-x "$root/scripts/spdxcheck.py") || !(-e "$gitr…
1156 my $root_path = abs_path($root);
1178 $files = `find $root/include -name "*.h"`;
1378 my ($root) = @_;
1387 if (! -e $root . '/' . $check) {
2508 if (-f "$root/$file") {
2871 -e "$root/$p1_prefix") {
3717 if (defined $root &&
3723 my $dt_path = $root . "/Documentation/devicetree/bindings/";
5890 if (-f "$root/$checkfile" &&
5894 my $asminclude = `grep -Ec "#include\\s+<asm/$file>" $root/$checkfile`;