Home
last modified time | relevance | path

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

/linux/drivers/irqchip/
H A Dirq-gic-realview.c52 np = of_find_matching_node_and_match(NULL, syscon_pldset_of_match, in realview_gic_of_init()
/linux/drivers/power/reset/
H A Darm-versatile-reboot.c142 np = of_find_matching_node_and_match(NULL, versatile_reboot_of_match, in versatile_reboot_probe()
/linux/arch/arm/mach-mvebu/
H A Dsystem-controller.c163 np = of_find_matching_node_and_match(NULL, of_system_controller_table, in mvebu_system_controller_init()
/linux/include/linux/
H A Dof.h275 extern struct device_node *of_find_matching_node_and_match(
530 static inline struct device_node *of_find_matching_node_and_match( in of_find_matching_node_and_match() function
1026 return of_find_matching_node_and_match(from, matches, NULL); in of_find_matching_node()
1549 for (dn = of_find_matching_node_and_match(NULL, matches, match); \
1550 dn; dn = of_find_matching_node_and_match(dn, matches, match))
/linux/drivers/mtd/maps/
H A Dphysmap-versatile.c203 sysnp = of_find_matching_node_and_match(NULL, in of_flash_probe_versatile()
/linux/drivers/soc/renesas/
H A Drcar-rst.c133 np = of_find_matching_node_and_match(NULL, rcar_rst_matches, &match); in rcar_rst_init()
/linux/drivers/cpufreq/
H A Darmada-8k-cpufreq.c137 node = of_find_matching_node_and_match(NULL, armada_8k_cpufreq_of_match, in armada_8k_cpufreq_init()
/linux/arch/arm/mach-rockchip/
H A Dpm.c310 np = of_find_matching_node_and_match(NULL, rockchip_pmu_of_device_ids, in rockchip_suspend_init()
/linux/arch/powerpc/sysdev/
H A Dfsl_rcpm.c362 np = of_find_matching_node_and_match(NULL, rcpm_matches, &match); in fsl_rcpm_init()
/linux/drivers/pmdomain/renesas/
H A Drcar-gen4-sysc.c312 np = of_find_matching_node_and_match(NULL, rcar_gen4_sysc_matches, &match); in rcar_gen4_sysc_pd_init()
H A Drcar-sysc.c358 np = of_find_matching_node_and_match(NULL, rcar_sysc_matches, &match); in rcar_sysc_pd_init()
/linux/drivers/soc/bcm/brcmstb/pm/
H A Dpm-mips.c370 dn = of_find_matching_node_and_match(NULL, matches, &match); in brcmstb_ioremap_match()
/linux/arch/arm/mach-exynos/
H A Dsuspend.c678 np = of_find_matching_node_and_match(NULL, exynos_pmu_of_device_ids, &match); in exynos_pm_init()
/linux/drivers/soc/tegra/fuse/
H A Dfuse-tegra.c484 np = of_find_matching_node_and_match(NULL, tegra_fuse_match, &match); in tegra_init_fuse()
/linux/drivers/firmware/psci/
H A Dpsci.c815 np = of_find_matching_node_and_match(NULL, psci_of_match, &matched_np); in psci_dt_init()
/linux/drivers/bus/
H A Dmvebu-mbus.c1257 np = of_find_matching_node_and_match(NULL, of_mvebu_mbus_ids, &of_id); in mvebu_mbus_dt_init()
/linux/drivers/usb/gadget/udc/
H A Datmel_usba_udc.c2151 pp = of_find_matching_node_and_match(NULL, atmel_pmc_dt_ids, in atmel_udc_of_init()