Searched refs:of_find_matching_node_and_match (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/include/linux/ |
D | of.h | 248 extern struct device_node *of_find_matching_node_and_match( 413 static inline struct device_node *of_find_matching_node_and_match( in of_find_matching_node_and_match() function 692 return of_find_matching_node_and_match(from, matches, NULL); in of_find_matching_node() 896 for (dn = of_find_matching_node_and_match(NULL, matches, match); \ 897 dn; dn = of_find_matching_node_and_match(dn, matches, match))
|
/linux-4.4.14/drivers/power/reset/ |
D | arm-versatile-reboot.c | 131 np = of_find_matching_node_and_match(NULL, versatile_reboot_of_match, in versatile_reboot_probe()
|
/linux-4.4.14/arch/arm/mach-mvebu/ |
D | system-controller.c | 166 np = of_find_matching_node_and_match(NULL, of_system_controller_table, in mvebu_system_controller_init()
|
D | coherency.c | 244 np = of_find_matching_node_and_match(NULL, of_coherency_table, &match); in coherency_type()
|
/linux-4.4.14/arch/arm/mach-rockchip/ |
D | pm.c | 317 np = of_find_matching_node_and_match(NULL, rockchip_pmu_of_device_ids, in rockchip_suspend_init()
|
/linux-4.4.14/drivers/soc/tegra/fuse/ |
D | fuse-tegra.c | 221 np = of_find_matching_node_and_match(NULL, tegra_fuse_match, &match); in tegra_init_fuse()
|
/linux-4.4.14/drivers/firmware/ |
D | psci.c | 440 np = of_find_matching_node_and_match(NULL, psci_of_match, &matched_np); in psci_dt_init()
|
/linux-4.4.14/arch/arm/mach-exynos/ |
D | suspend.c | 719 np = of_find_matching_node_and_match(NULL, exynos_pmu_of_device_ids, &match); in exynos_pm_init()
|
/linux-4.4.14/drivers/of/ |
D | base.c | 1002 struct device_node *of_find_matching_node_and_match(struct device_node *from, in of_find_matching_node_and_match() function 1026 EXPORT_SYMBOL(of_find_matching_node_and_match);
|
/linux-4.4.14/drivers/soc/tegra/ |
D | pmc.c | 1086 np = of_find_matching_node_and_match(NULL, tegra_pmc_match, &match); in tegra_pmc_early_init()
|
/linux-4.4.14/drivers/bus/ |
D | mvebu-mbus.c | 1263 np = of_find_matching_node_and_match(NULL, of_mvebu_mbus_ids, &of_id); in mvebu_mbus_dt_init()
|
/linux-4.4.14/virt/kvm/arm/ |
D | vgic.c | 2408 vgic_node = of_find_matching_node_and_match(NULL, in kvm_vgic_hyp_init()
|