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