Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/dm/
H A Dof.h120 #if !defined(of_compat_cmp)
121 #define of_compat_cmp(s1, s2, l) strcasecmp((s1), (s2)) macro
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dprom.h23 #define of_compat_cmp(s1, s2, l) strncmp((s1), (s2), (l)) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dof.h1015 #if !defined(of_compat_cmp)
1016 #define of_compat_cmp(s1, s2, l) strcasecmp((s1), (s2)) macro
/OK3568_Linux_fs/u-boot/drivers/core/
H A Dof_access.c236 if (of_compat_cmp(cp, compat, strlen(compat)) == 0) { in of_device_is_compatible()
/OK3568_Linux_fs/kernel/drivers/of/
H A Dfdt.c734 if (of_compat_cmp(cp, compat, strlen(compat)) == 0) in of_fdt_is_compatible()
H A Dbase.c496 if (of_compat_cmp(cp, compat, strlen(compat)) == 0) { in __of_device_is_compatible()