Home
last modified time | relevance | path

Searched refs:compatible_string (Results 1 – 1 of 1) sorted by relevance

/external/vboot_reference/host/arch/arm/lib/
Dcrossystem_arch.c53 const char* compatible_string; /* Last string in FDT compatible entry */ member
204 for (p = platform_family_array; p->compatible_string; p++) { in ReadFdtPlatformFamily()
205 if (!strcmp(s, p->compatible_string)) { in ReadFdtPlatformFamily()