Searched refs:of_compat_cmp (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | of.h | 120 #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 D | prom.h | 23 #define of_compat_cmp(s1, s2, l) strncmp((s1), (s2), (l)) macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | of.h | 1015 #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 D | of_access.c | 236 if (of_compat_cmp(cp, compat, strlen(compat)) == 0) { in of_device_is_compatible()
|
| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | fdt.c | 734 if (of_compat_cmp(cp, compat, strlen(compat)) == 0) in of_fdt_is_compatible()
|
| H A D | base.c | 496 if (of_compat_cmp(cp, compat, strlen(compat)) == 0) { in __of_device_is_compatible()
|