Home
last modified time | relevance | path

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

/linux-4.1.27/arch/sparc/include/asm/
Dprom.h30 #define of_compat_cmp(s1, s2, l) strncmp((s1), (s2), (l)) macro
/linux-4.1.27/include/linux/
Dof.h216 #if !defined(of_compat_cmp)
217 #define of_compat_cmp(s1, s2, l) strcasecmp((s1), (s2)) macro
/linux-4.1.27/drivers/of/
Dfdt.c101 if (of_compat_cmp(cp, compat, strlen(compat)) == 0) in of_fdt_is_compatible()
Dbase.c456 if (of_compat_cmp(cp, compat, strlen(compat)) == 0) { in __of_device_is_compatible()