Lines Matching defs:compatible
21 * @compatible: compatible string to match against the machine
26 const char *compatible;
93 .compatible = "google,hana",
97 .compatible = "google,hana",
101 .compatible = "google,spherion",
105 .compatible = "google,squirtle",
109 .compatible = "google,squirtle",
113 .compatible = "google,steelix",
117 .compatible = "google,voltorb",
128 if (!of_machine_is_compatible(hw_prober_platforms[i].compatible))
155 if (of_machine_is_compatible(hw_prober_platforms[i].compatible))