Searched refs:of_compat_cmp (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/arch/sparc/include/asm/ |
D | prom.h | 24 #define of_compat_cmp(s1, s2, l) strncmp((s1), (s2), (l)) macro
|
/linux-6.6.21/drivers/memory/ |
D | of_memory.c | 365 if (!of_compat_cmp(cp, compat ",", strlen(compat ","))) { \ in of_lpddr2_get_info()
|
/linux-6.6.21/include/linux/ |
D | of.h | 883 #if !defined(of_compat_cmp) 884 #define of_compat_cmp(s1, s2, l) strcasecmp((s1), (s2)) macro
|
/linux-6.6.21/drivers/of/ |
D | fdt.c | 780 if (of_compat_cmp(cp, compat, strlen(compat)) == 0) in of_fdt_is_compatible()
|
D | base.c | 332 if (of_compat_cmp(cp, compat, strlen(compat)) == 0) { in __of_device_is_compatible()
|