Lines Matching refs:root
49 my $root;
335 'root=s' => \$root,
468 if (defined $root) {
469 if (!top_of_kernel_tree($root)) {
470 die "$P: $root: --root does not point at a valid tree\n";
474 $root = '.';
477 $root = $1;
481 if (!defined $root) {
1154 return 0 if (!$tree || !(-e "$root/scripts/get_maintainer.pl"));
1157 …$maintained_status{$filename} = `perl $root/scripts/get_maintainer.pl --status --nom --nol --nogit…
1166 …return 1 if (!$tree || which("python3") eq "" || !(-x "$root/scripts/spdxcheck.py") || !(-e "$gitr…
1168 my $root_path = abs_path($root);
1190 $files = `find $root/include -name "*.h"`;
1390 my ($root) = @_;
1399 if (! -e $root . '/' . $check) {
2520 if (-f "$root/$file") {
2883 -e "$root/$p1_prefix") {
3716 if (defined $root &&
3722 my $dt_path = $root . "/Documentation/devicetree/bindings/";
5903 if (-f "$root/$checkfile" &&
5907 my $asminclude = `grep -Ec "#include\\s+<asm/$file>" $root/$checkfile`;