Searched refs:of_compat_cmp (Results 1 – 5 of 5) sorted by relevance
/linux/arch/sparc/include/asm/ |
A D | prom.h | 23 #define of_compat_cmp(s1, s2, l) strncmp((s1), (s2), (l)) macro
|
/linux/drivers/memory/ |
A D | of_memory.c | 354 if (!of_compat_cmp(cp, compat ",", strlen(compat ","))) { \ in of_lpddr2_get_info()
|
/linux/include/linux/ |
A D | of.h | 1031 #if !defined(of_compat_cmp) 1032 #define of_compat_cmp(s1, s2, l) strcasecmp((s1), (s2)) macro
|
/linux/drivers/of/ |
A D | fdt.c | 778 if (of_compat_cmp(cp, compat, strlen(compat)) == 0) in of_fdt_is_compatible()
|
A D | base.c | 519 if (of_compat_cmp(cp, compat, strlen(compat)) == 0) { in __of_device_is_compatible()
|
Completed in 15 milliseconds