Lines Matching full:compatibles
45 "multiple compatibles found for this node",
70 # ----- magic compatibles, do not have a driver
72 # Will not search for drivers for these compatibles.
80 # Will not search for drivers for these compatibles.
82 # These compatibles have a very large number of false positives.
186 Report driver source files that match the compatibles in the device
751 my @compatibles = split('", "', $compatible);
753 $compatibles[0] =~ s/^"//;
754 $compatibles[$#compatibles] =~ s/"$//;
756 $pn_arg{compatible_cnt} = $#compatibles + 1;
759 for $compat (@compatibles) {
851 # Each node may report several compatibles.
1028 print "These compatibles are hard coded to have no driver.\n";
1036 print "The driver for these compatibles is hard coded (white list).\n";