Searched refs:compat2 (Results 1 – 4 of 4) sorted by relevance
11 name4 { compatible = "compat2", "compat3"; };12 name5 { compatible = "compat2", "compat3"; };13 name6 { compatible = "compat1", "compat2", "compat3"; };14 name7 { compatible = "compat2"; device_type = "type1"; };15 name8 { compatible = "compat2"; device_type = "type1"; };16 name9 { compatible = "compat2"; };
70 u32 compat2:1; member
59 orb->eadm.compat2 = 1; in orb_init()
2490 my $compat2 = $compat;2491 $compat2 =~ s/\,[a-zA-Z0-9]*\-/\,<\.\*>\-/;2494 `grep -Erq "$compat|$compat2|$compat3" $dt_path`;