Home
last modified time | relevance | path

Searched refs:found (Results 1 – 5 of 5) sorted by relevance

/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped186 FdtException if no subnodes found or other error occurs
313 The node offset of the found node, if any
332 FdtException if the path is not valid or not found
392 Property object, or None if not found
461 FdtException if no parent found or other error occurs
476 FdtException if no node found or other error occurs
565 FdtException if no parent found or other error occurs
584 FdtException if no parent found or other error occurs
602 FdtException if no parent found or other error occurs
620 FdtException if no parent found or other error occurs
[all …]
/scripts/
A DKbuild.include81 # Return first prefix where a prefix$(CC) is found in PATH.
82 # If no $(CC) found in PATH with listed prefixes return nothing
A Dcheckpatch.pl4711 my $found = $1;
4712 if ($sline =~ /\bconst\s+\Q$found\E\s+const\b\s*\*/) {
4714 "'const $found const *' should probably be 'const $found * const'\n" . $herecurr);
4715 } elsif ($sline !~ /\bconst\s+\Q$found\E\s+const\s+\w+\s*\[/) {
4717 "'const $found const' should probably be 'const $found'\n" . $herecurr);
A Dspelling.txt735 fonud||found
/scripts/kconfig/
A Dgconf.c1174 static GtkTreeIter found; variable
1194 memcpy(&found, child, sizeof(GtkTreeIter)); in gtktree_iter_find_node()
1195 return &found; in gtktree_iter_find_node()

Completed in 14 milliseconds