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 | 325 compatable||compatible 338 comppatible||compatible
|
D | checkpatch.pl | 3704 (($realfile =~ /\.dtsi?$/ && $line =~ /^\+\s*compatible\s*=\s*\"/) ||
|
/scripts/dtc/libfdt/ |
D | fdt_ro.c | 824 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()
|
D | libfdt.h | 1029 const char *compatible); 1066 const char *compatible);
|
/scripts/gdb/linux/ |
D | constants.py.in | 31 * IS_ENABLED generates (a || b) which is not compatible with python
|
/scripts/mod/ |
D | devicetable-offsets.c | 88 DEVID_FIELD(of_device_id, compatible); in main()
|
D | file2alias.c | 352 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()
|