Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/sparc/include/asm/
A Dprom.h23 #define of_compat_cmp(s1, s2, l) strncmp((s1), (s2), (l)) macro
/linux-6.3-rc2/drivers/memory/
A Dof_memory.c365 if (!of_compat_cmp(cp, compat ",", strlen(compat ","))) { \ in of_lpddr2_get_info()
/linux-6.3-rc2/include/linux/
A Dof.h862 #if !defined(of_compat_cmp)
863 #define of_compat_cmp(s1, s2, l) strcasecmp((s1), (s2)) macro
/linux-6.3-rc2/drivers/of/
A Dfdt.c779 if (of_compat_cmp(cp, compat, strlen(compat)) == 0) in of_fdt_is_compatible()
A Dbase.c518 if (of_compat_cmp(cp, compat, strlen(compat)) == 0) { in __of_device_is_compatible()

Completed in 17 milliseconds