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