Searched refs:compatible (Results 1 – 9 of 9) sorted by relevance
| /scripts/dtc/ |
| D | dt_to_config | 734 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/ |
| D | dev-needs.sh | 25 -c lists the compatible string of the dependencies 147 f=$1/of_node/compatible
|
| D | spelling.txt | 355 comaptible||compatible 360 compatable||compatible 373 comppatible||compatible
|
| D | checkpatch.pl | 3718 (($realfile =~ /\.dtsi?$/ && $line =~ /^\+\s*compatible\s*=\s*\"/) ||
|
| /scripts/dtc/libfdt/ |
| D | fdt_ro.c | 853 const char *compatible) in fdt_node_check_compatible() argument 862 return !fdt_stringlist_contains(prop, len, compatible); in fdt_node_check_compatible() 866 const char *compatible) in fdt_node_offset_by_compatible() argument 880 err = fdt_node_check_compatible(fdt, offset, compatible); in fdt_node_offset_by_compatible()
|
| D | libfdt.h | 1122 const char *compatible); 1159 const char *compatible);
|
| /scripts/gdb/linux/ |
| D | constants.py.in | 37 * IS_ENABLED generates (a || b) which is not compatible with python
|
| /scripts/mod/ |
| D | devicetable-offsets.c | 89 DEVID_FIELD(of_device_id, compatible); in main()
|
| D | file2alias.c | 364 DEF_FIELD_ADDR(symval, of_device_id, compatible); in do_of_entry_multi() 369 if ((*compatible)[0]) in do_of_entry_multi() 371 *compatible); in do_of_entry_multi()
|