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 D | arm-versatile-reboot.c | 131 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 D | system-controller.c | 166 np = of_find_matching_node_and_match(NULL, of_system_controller_table, mvebu_system_controller_init()
|
H A D | coherency.c | 198 np = of_find_matching_node_and_match(NULL, of_coherency_table, &match); coherency_type()
|
/linux-4.1.27/drivers/soc/tegra/fuse/ |
H A D | fuse-tegra30.c | 207 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 D | pm.c | 257 np = of_find_matching_node_and_match(NULL, rockchip_pmu_of_device_ids, rockchip_suspend_init()
|
/linux-4.1.27/include/linux/ |
H A 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( 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 D | psci.c | 293 np = of_find_matching_node_and_match(NULL, psci_of_match, &matched_np); psci_init()
|
/linux-4.1.27/arch/arm64/kernel/ |
H A D | psci.c | 415 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 D | suspend.c | 723 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 D | pmc.c | 1030 np = of_find_matching_node_and_match(NULL, tegra_pmc_match, &match); tegra_pmc_early_init()
|
/linux-4.1.27/drivers/of/ |
H A D | base.c | 993 * 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 D | mvebu-mbus.c | 1146 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 D | vgic.c | 2106 vgic_node = of_find_matching_node_and_match(NULL, kvm_vgic_hyp_init()
|
Completed in 566 milliseconds