Searched refs:compat2 (Results 1 – 5 of 5) sorted by relevance
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"; };
31 "test-compat2",
74 u32 compat2:1; member
55 orb->eadm.compat2 = 1; in orb_init()
3732 my $compat2 = $compat;3733 $compat2 =~ s/\,[a-zA-Z0-9]*\-/\,<\.\*>\-/;3736 `grep -Erq "$compat|$compat2|$compat3" $dt_path`;