Home
last modified time | relevance | path

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

/linux/arch/sparc/include/asm/ !
H A Dprom.h24 #define of_compat_cmp(s1, s2, l) strncmp((s1), (s2), (l)) macro
/linux/drivers/memory/ !
H A Dof_memory.c365 if (!of_compat_cmp(cp, compat ",", strlen(compat ","))) { \ in of_lpddr2_get_info()
/linux/include/linux/ !
H A Dof.h952 #if !defined(of_compat_cmp)
953 #define of_compat_cmp(s1, s2, l) strcasecmp((s1), (s2)) macro
/linux/drivers/of/ !
H A Dfdt.c691 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()