Searched refs:of_compat_cmp (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/include/dm/ |
H A D | of.h | 119 #if !defined(of_compat_cmp) 120 #define of_compat_cmp(s1, s2, l) strcasecmp((s1), (s2)) macro
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | prom.h | 24 #define of_compat_cmp(s1, s2, l) strncmp((s1), (s2), (l)) macro
|
/openbmc/linux/drivers/memory/ |
H A D | of_memory.c | 365 if (!of_compat_cmp(cp, compat ",", strlen(compat ","))) { \ in of_lpddr2_get_info()
|
/openbmc/linux/include/linux/ |
H A D | of.h | 883 #if !defined(of_compat_cmp) 884 #define of_compat_cmp(s1, s2, l) strcasecmp((s1), (s2)) macro
|
/openbmc/u-boot/drivers/core/ |
H A D | of_access.c | 203 if (of_compat_cmp(cp, compat, strlen(compat)) == 0) { in of_device_is_compatible()
|
/openbmc/linux/drivers/of/ |
H A D | fdt.c | 781 if (of_compat_cmp(cp, compat, strlen(compat)) == 0) in of_fdt_is_compatible()
|
H A D | base.c | 332 if (of_compat_cmp(cp, compat, strlen(compat)) == 0) { in __of_device_is_compatible()
|