Searched refs:of_compat_cmp (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/sparc/include/asm/ |
D | prom.h | 30 #define of_compat_cmp(s1, s2, l) strncmp((s1), (s2), (l)) macro
|
/linux-4.1.27/include/linux/ |
D | of.h | 216 #if !defined(of_compat_cmp) 217 #define of_compat_cmp(s1, s2, l) strcasecmp((s1), (s2)) macro
|
/linux-4.1.27/drivers/of/ |
D | fdt.c | 101 if (of_compat_cmp(cp, compat, strlen(compat)) == 0) in of_fdt_is_compatible()
|
D | base.c | 456 if (of_compat_cmp(cp, compat, strlen(compat)) == 0) { in __of_device_is_compatible()
|