Lines Matching refs:root
48 my $root;
313 'root=s' => \$root,
447 if (defined $root) {
448 if (!top_of_kernel_tree($root)) {
449 die "$P: $root: --root does not point at a valid tree\n";
453 $root = '.';
456 $root = $1;
460 if (!defined $root) {
1105 return 0 if (!$tree || !(-e "$root/scripts/get_maintainer.pl"));
1108 …$maintained_status{$filename} = `perl $root/scripts/get_maintainer.pl --status --nom --nol --nogit…
1117 …return 1 if (!$tree || which("python3") eq "" || !(-x "$root/scripts/spdxcheck.py") || !(-e "$gitr…
1119 my $root_path = abs_path($root);
1141 $files = `find $root/include -name "*.h"`;
1340 my ($root) = @_;
1349 if (! -e $root . '/' . $check) {
2470 if (-f "$root/$file") {
2953 -e "$root/$p1_prefix") {
3708 if (defined $root &&
3714 my $dt_path = $root . "/Documentation/devicetree/bindings/";
5874 if (-f "$root/$checkfile" &&
5878 my $asminclude = `grep -Ec "#include\\s+<asm/$file>" $root/$checkfile`;