Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dof.h247 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/
Darm-versatile-reboot.c131 np = of_find_matching_node_and_match(NULL, versatile_reboot_of_match, in versatile_reboot_probe()
/linux-4.1.27/arch/arm/mach-mvebu/
Dsystem-controller.c166 np = of_find_matching_node_and_match(NULL, of_system_controller_table, in mvebu_system_controller_init()
Dcoherency.c198 np = of_find_matching_node_and_match(NULL, of_coherency_table, &match); in coherency_type()
/linux-4.1.27/drivers/soc/tegra/fuse/
Dfuse-tegra30.c207 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/
Dpm.c257 np = of_find_matching_node_and_match(NULL, rockchip_pmu_of_device_ids, in rockchip_suspend_init()
/linux-4.1.27/arch/arm/kernel/
Dpsci.c293 np = of_find_matching_node_and_match(NULL, psci_of_match, &matched_np); in psci_init()
/linux-4.1.27/arch/arm64/kernel/
Dpsci.c415 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/
Dsuspend.c723 np = of_find_matching_node_and_match(NULL, exynos_pmu_of_device_ids, &match); in exynos_pm_init()
/linux-4.1.27/drivers/of/
Dbase.c1005 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/
Dpmc.c1030 np = of_find_matching_node_and_match(NULL, tegra_pmc_match, &match); in tegra_pmc_early_init()
/linux-4.1.27/drivers/bus/
Dmvebu-mbus.c1146 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/
Dvgic.c2106 vgic_node = of_find_matching_node_and_match(NULL, in kvm_vgic_hyp_init()