Searched refs:of_find_matching_node_and_match (Results 1 - 13 of 13) sorted by relevance

/linux-4.1.27/drivers/power/reset/
H A Darm-versatile-reboot.c131 np = of_find_matching_node_and_match(NULL, versatile_reboot_of_match, versatile_reboot_probe()
/linux-4.1.27/arch/arm/mach-mvebu/
H A Dsystem-controller.c166 np = of_find_matching_node_and_match(NULL, of_system_controller_table, mvebu_system_controller_init()
H A Dcoherency.c198 np = of_find_matching_node_and_match(NULL, of_coherency_table, &match); coherency_type()
/linux-4.1.27/drivers/soc/tegra/fuse/
H A Dfuse-tegra30.c207 np = of_find_matching_node_and_match(NULL, tegra30_fuse_of_match, tegra30_init_fuse_early()
/linux-4.1.27/arch/arm/mach-rockchip/
H A Dpm.c257 np = of_find_matching_node_and_match(NULL, rockchip_pmu_of_device_ids, rockchip_suspend_init()
/linux-4.1.27/include/linux/
H A Dof.h247 extern struct device_node *of_find_matching_node_and_match(
412 static inline struct device_node *of_find_matching_node_and_match( of_find_matching_node_and_match() function
686 return of_find_matching_node_and_match(from, matches, NULL); 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/arch/arm/kernel/
H A Dpsci.c293 np = of_find_matching_node_and_match(NULL, psci_of_match, &matched_np); psci_init()
/linux-4.1.27/arch/arm64/kernel/
H A Dpsci.c415 np = of_find_matching_node_and_match(NULL, psci_of_match, &matched_np); psci_dt_init()
/linux-4.1.27/arch/arm/mach-exynos/
H A Dsuspend.c723 np = of_find_matching_node_and_match(NULL, exynos_pmu_of_device_ids, &match); exynos_pm_init()
/linux-4.1.27/drivers/soc/tegra/
H A Dpmc.c1030 np = of_find_matching_node_and_match(NULL, tegra_pmc_match, &match); tegra_pmc_early_init()
/linux-4.1.27/drivers/of/
H A Dbase.c993 * of_find_matching_node_and_match - Find a node based on an of_device_id
1005 struct device_node *of_find_matching_node_and_match(struct device_node *from, of_find_matching_node_and_match() function
1029 EXPORT_SYMBOL(of_find_matching_node_and_match); variable
/linux-4.1.27/drivers/bus/
H A Dmvebu-mbus.c1146 np = of_find_matching_node_and_match(NULL, of_mvebu_mbus_ids, &of_id); mvebu_mbus_dt_init()
/linux-4.1.27/virt/kvm/arm/
H A Dvgic.c2106 vgic_node = of_find_matching_node_and_match(NULL, kvm_vgic_hyp_init()

Completed in 566 milliseconds