Searched refs:compatible_string (Results 1 – 1 of 1) sorted by relevance
53 const char* compatible_string; /* Last string in FDT compatible entry */ member204 for (p = platform_family_array; p->compatible_string; p++) { in ReadFdtPlatformFamily()205 if (!strcmp(s, p->compatible_string)) { in ReadFdtPlatformFamily()