Searched refs:of_find_matching_node_and_match (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/include/linux/ |
D | of.h | 247 extern struct device_node *of_find_matching_node_and_match( 412 static inline struct device_node *of_find_matching_node_and_match( in of_find_matching_node_and_match() function 686 return of_find_matching_node_and_match(from, matches, NULL); in of_find_matching_node() 890 for (dn = of_find_matching_node_and_match(NULL, matches, match); \ 891 dn; dn = of_find_matching_node_and_match(dn, matches, match))
|
/linux-4.1.27/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.1.27/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 | 198 np = of_find_matching_node_and_match(NULL, of_coherency_table, &match); in coherency_type()
|
/linux-4.1.27/drivers/soc/tegra/fuse/ |
D | fuse-tegra30.c | 207 np = of_find_matching_node_and_match(NULL, tegra30_fuse_of_match, in tegra30_init_fuse_early()
|
/linux-4.1.27/arch/arm/mach-rockchip/ |
D | pm.c | 257 np = of_find_matching_node_and_match(NULL, rockchip_pmu_of_device_ids, in rockchip_suspend_init()
|
/linux-4.1.27/arch/arm/kernel/ |
D | psci.c | 293 np = of_find_matching_node_and_match(NULL, psci_of_match, &matched_np); in psci_init()
|
/linux-4.1.27/arch/arm64/kernel/ |
D | psci.c | 415 np = of_find_matching_node_and_match(NULL, psci_of_match, &matched_np); in psci_dt_init()
|
/linux-4.1.27/arch/arm/mach-exynos/ |
D | suspend.c | 723 np = of_find_matching_node_and_match(NULL, exynos_pmu_of_device_ids, &match); in exynos_pm_init()
|
/linux-4.1.27/drivers/of/ |
D | base.c | 1005 struct device_node *of_find_matching_node_and_match(struct device_node *from, in of_find_matching_node_and_match() function 1029 EXPORT_SYMBOL(of_find_matching_node_and_match);
|
/linux-4.1.27/drivers/soc/tegra/ |
D | pmc.c | 1030 np = of_find_matching_node_and_match(NULL, tegra_pmc_match, &match); in tegra_pmc_early_init()
|
/linux-4.1.27/drivers/bus/ |
D | mvebu-mbus.c | 1146 np = of_find_matching_node_and_match(NULL, of_mvebu_mbus_ids, &of_id); in mvebu_mbus_dt_init()
|
/linux-4.1.27/virt/kvm/arm/ |
D | vgic.c | 2106 vgic_node = of_find_matching_node_and_match(NULL, in kvm_vgic_hyp_init()
|