Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dof.h248 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/
Darm-versatile-reboot.c131 np = of_find_matching_node_and_match(NULL, versatile_reboot_of_match, in versatile_reboot_probe()
/linux-4.4.14/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.c244 np = of_find_matching_node_and_match(NULL, of_coherency_table, &match); in coherency_type()
/linux-4.4.14/arch/arm/mach-rockchip/
Dpm.c317 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/
Dfuse-tegra.c221 np = of_find_matching_node_and_match(NULL, tegra_fuse_match, &match); in tegra_init_fuse()
/linux-4.4.14/drivers/firmware/
Dpsci.c440 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/
Dsuspend.c719 np = of_find_matching_node_and_match(NULL, exynos_pmu_of_device_ids, &match); in exynos_pm_init()
/linux-4.4.14/drivers/of/
Dbase.c1002 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/
Dpmc.c1086 np = of_find_matching_node_and_match(NULL, tegra_pmc_match, &match); in tegra_pmc_early_init()
/linux-4.4.14/drivers/bus/
Dmvebu-mbus.c1263 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/
Dvgic.c2408 vgic_node = of_find_matching_node_and_match(NULL, in kvm_vgic_hyp_init()