Lines Matching refs:root
48 my $root;
313 'root=s' => \$root,
446 if (defined $root) {
447 if (!top_of_kernel_tree($root)) {
448 die "$P: $root: --root does not point at a valid tree\n";
452 $root = '.';
455 $root = $1;
459 if (!defined $root) {
1138 return 0 if (!$tree || !(-e "$root/scripts/get_maintainer.pl"));
1141 …$maintained_status{$filename} = `perl $root/scripts/get_maintainer.pl --status --nom --nol --nogit…
1150 …return 1 if (!$tree || which("python3") eq "" || !(-x "$root/scripts/spdxcheck.py") || !(-e "$gitr…
1152 my $root_path = abs_path($root);
1174 $files = `find $root/include -name "*.h"`;
1373 my ($root) = @_;
1382 if (! -e $root . '/' . $check) {
2503 if (-f "$root/$file") {
2863 -e "$root/$p1_prefix") {
3703 if (defined $root &&
3709 my $dt_path = $root . "/Documentation/devicetree/bindings/";
5886 if (-f "$root/$checkfile" &&
5890 my $asminclude = `grep -Ec "#include\\s+<asm/$file>" $root/$checkfile`;