Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sparc/include/asm/
Dprom.h30 #define of_compat_cmp(s1, s2, l) strncmp((s1), (s2), (l)) macro
/linux-4.4.14/include/linux/
Dof.h225 #if !defined(of_compat_cmp)
226 #define of_compat_cmp(s1, s2, l) strcasecmp((s1), (s2)) macro
/linux-4.4.14/drivers/of/
Dfdt.c102 if (of_compat_cmp(cp, compat, strlen(compat)) == 0) in of_fdt_is_compatible()
Dbase.c453 if (of_compat_cmp(cp, compat, strlen(compat)) == 0) { in __of_device_is_compatible()