Lines Matching defs:compatible
60 /* Assert the node offset point to "arm,tb_fw" compatible property */
63 WARN("The compatible property '%s' not%s", "arm,tb_fw",
142 const char *compatible = "arm,tpm_event_log";
157 /* Assert the node offset point to compatible property */
158 node = fdt_node_offset_by_compatible(dtb, -1, compatible);
160 WARN("The compatible property '%s' not%s", compatible,
165 VERBOSE("Dyn cfg: '%s'%s", compatible, " found in the config\n");
358 const char *compatible = "arm,tpm_event_log";
360 /* Assert the node offset point to compatible property */
361 node = fdt_node_offset_by_compatible(dtb, -1, compatible);
363 WARN("The compatible property '%s'%s", compatible,
368 VERBOSE("Dyn cfg: '%s'%s", compatible, " found in the config\n");