Home
last modified time | relevance | path

Searched refs:compatible (Results 1 – 9 of 9) sorted by relevance

/scripts/dtc/
Ddt_to_config734 my $compatible = shift;
741 return if (!$node or !$compatible);
751 my @compatibles = split('", "', $compatible);
863 my $compatible = "";
887 &handle_compatible($full_node, $node, $compatible,
908 $compatible = "";
930 $compatible = $line;
931 $compatible =~ s/^\t*//;
932 $compatible =~ s/^compatible = //;
933 $compatible =~ s/;$//;
[all …]
/scripts/
Ddev-needs.sh25 -c lists the compatible string of the dependencies
147 f=$1/of_node/compatible
Dspelling.txt325 compatable||compatible
338 comppatible||compatible
Dcheckpatch.pl3704 (($realfile =~ /\.dtsi?$/ && $line =~ /^\+\s*compatible\s*=\s*\"/) ||
/scripts/dtc/libfdt/
Dfdt_ro.c824 const char *compatible) in fdt_node_check_compatible() argument
833 return !fdt_stringlist_contains(prop, len, compatible); in fdt_node_check_compatible()
837 const char *compatible) in fdt_node_offset_by_compatible() argument
851 err = fdt_node_check_compatible(fdt, offset, compatible); in fdt_node_offset_by_compatible()
Dlibfdt.h1029 const char *compatible);
1066 const char *compatible);
/scripts/gdb/linux/
Dconstants.py.in31 * IS_ENABLED generates (a || b) which is not compatible with python
/scripts/mod/
Ddevicetable-offsets.c88 DEVID_FIELD(of_device_id, compatible); in main()
Dfile2alias.c352 DEF_FIELD_ADDR(symval, of_device_id, compatible); in do_of_entry_multi()
357 if ((*compatible)[0]) in do_of_entry_multi()
359 *compatible); in do_of_entry_multi()