Searched refs:dt_find_compatible_node (Results 1 – 9 of 9) sorted by relevance
/xen/xen/arch/arm/platforms/ |
A D | sunxi.c | 41 node = dt_find_compatible_node(NULL, NULL, "allwinner,sun6i-a31-wdt"); in sunxi_map_watchdog() 45 node = dt_find_compatible_node(NULL, NULL, "allwinner,sun4i-a10-wdt"); in sunxi_map_watchdog()
|
A D | exynos5.c | 48 node = dt_find_compatible_node(NULL, NULL, "samsung,exynos4210-mct"); in exynos5_init_time() 105 node = dt_find_compatible_node(NULL, NULL, "samsung,secure-firmware"); in exynos5_smp_init() 121 node = dt_find_compatible_node(NULL, NULL, compatible); in exynos5_smp_init()
|
A D | brcm.c | 46 node = dt_find_compatible_node(NULL, NULL, compat_str); in brcm_get_dt_node()
|
/xen/xen/arch/arm/ |
A D | psci.c | 152 psci = dt_find_compatible_node(NULL, NULL, "arm,psci"); in psci_init_0_1()
|
A D | domain_build.c | 2494 if ( dt_find_compatible_node(node, NULL, "multiboot,device-tree") ) in create_domUs()
|
/xen/xen/include/xen/ |
A D | device_tree.h | 333 struct dt_device_node *dt_find_compatible_node(struct dt_device_node *from,
|
/xen/xen/drivers/passthrough/arm/ |
A D | ipmmu-vmsa.c | 770 np = dt_find_compatible_node(NULL, NULL, "renesas,prr"); in ipmmu_stage2_supported()
|
/xen/xen/arch/arm/tee/ |
A D | optee.c | 175 node = dt_find_compatible_node(NULL, NULL, "linaro,optee-tz"); in optee_probe()
|
/xen/xen/common/ |
A D | device_tree.c | 357 dt_find_compatible_node(struct dt_device_node *from, in dt_find_compatible_node() function
|
Completed in 24 milliseconds