Home
last modified time | relevance | path

Searched refs:of_compat_cmp (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/arch/sparc/include/asm/
H A Dprom.h24 #define of_compat_cmp(s1, s2, l) strncmp((s1), (s2), (l)) macro
/linux-6.15/drivers/memory/
H A Dof_memory.c365 if (!of_compat_cmp(cp, compat ",", strlen(compat ","))) { \ in of_lpddr2_get_info()
/linux-6.15/include/linux/
H A Dof.h923 #if !defined(of_compat_cmp)
924 #define of_compat_cmp(s1, s2, l) strcasecmp((s1), (s2)) macro
/linux-6.15/drivers/of/
H A Dfdt.c649 if (of_compat_cmp(cp, compat, strlen(compat)) == 0) in of_fdt_is_compatible()
H A Dbase.c350 if (of_compat_cmp(cp, compat, strlen(compat)) == 0) { in __of_device_is_compatible()