Searched refs:compat2 (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/of/unittest-data/ |
H A D | tests-match.dtsi | 12 name4 { compatible = "compat2", "compat3"; }; 13 name5 { compatible = "compat2", "compat3"; }; 14 name6 { compatible = "compat1", "compat2", "compat3"; }; 15 name7 { compatible = "compat2"; device_type = "type1"; }; 16 name8 { compatible = "compat2"; device_type = "type1"; }; 17 name9 { compatible = "compat2"; };
|
H A D | tests-platform.dtsi | 31 "test-compat2",
|
/openbmc/u-boot/tools/dtoc/ |
H A D | dtoc_test_aliases.dts | 13 compatible = "compat1", "compat2.1-fred", "compat3";
|
/openbmc/linux/drivers/s390/cio/ |
H A D | orb.h | 71 u32 compat2:1; member
|
H A D | eadm_sch.c | 55 orb->eadm.compat2 = 1; in orb_init()
|
/openbmc/u-boot/scripts/ |
H A D | checkpatch.pl | 2921 my $compat2 = $compat; 2922 $compat2 =~ s/\,[a-zA-Z0-9]*\-/\,<\.\*>\-/; 2925 `grep -Erq "$compat|$compat2|$compat3" $dt_path`;
|
/openbmc/linux/scripts/ |
H A D | checkpatch.pl | 3726 my $compat2 = $compat; 3727 $compat2 =~ s/\,[a-zA-Z0-9]*\-/\,<\.\*>\-/; 3730 `grep -Erq "$compat|$compat2|$compat3" $dt_path`;
|