Home
last modified time | relevance | path

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

12

/linux/drivers/irqchip/
A Dirq-gic-realview.c52 np = of_find_matching_node_and_match(NULL, syscon_pldset_of_match, in realview_gic_of_init()
/linux/drivers/gpu/drm/pl111/
A Dpl111_versatile.c477 np = of_find_matching_node_and_match(NULL, versatile_clcd_of_match, in pl111_versatile_init()
501 np = of_find_matching_node_and_match(NULL, impd1_clcd_of_match, in pl111_versatile_init()
/linux/include/linux/
A Dof.h273 extern struct device_node *of_find_matching_node_and_match(
622 static inline struct device_node *of_find_matching_node_and_match( in of_find_matching_node_and_match() function
1065 return of_find_matching_node_and_match(from, matches, NULL); in of_find_matching_node()
1298 for (dn = of_find_matching_node_and_match(NULL, matches, match); \
1299 dn; dn = of_find_matching_node_and_match(dn, matches, match))
/linux/drivers/power/reset/
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/
A Dsystem-controller.c166 np = of_find_matching_node_and_match(NULL, of_system_controller_table, in mvebu_system_controller_init()
A Dcoherency.c232 np = of_find_matching_node_and_match(NULL, of_coherency_table, &match); in coherency_type()
/linux/drivers/soc/renesas/
A Drcar-rst.c90 np = of_find_matching_node_and_match(NULL, rcar_rst_matches, &match); in rcar_rst_init()
A Dr8a779a0-sysc.c379 np = of_find_matching_node_and_match(NULL, r8a779a0_sysc_matches, &match); in r8a779a0_sysc_pd_init()
A Drcar-sysc.c358 np = of_find_matching_node_and_match(NULL, rcar_sysc_matches, &match); in rcar_sysc_pd_init()
/linux/drivers/soc/rockchip/
A Dgrf.c145 np = of_find_matching_node_and_match(NULL, rockchip_grf_dt_match, in rockchip_grf_init()
/linux/drivers/mtd/maps/
A Dphysmap-versatile.c202 sysnp = of_find_matching_node_and_match(NULL, in of_flash_probe_versatile()
/linux/arch/arm/mach-shmobile/
A Dsetup-rcar-gen2.c43 cpg = of_find_matching_node_and_match(NULL, cpg_matches, &match); in get_extal_freq()
/linux/arch/arm/mach-rockchip/
A Dpm.c310 np = of_find_matching_node_and_match(NULL, rockchip_pmu_of_device_ids, in rockchip_suspend_init()
/linux/drivers/gpu/drm/rcar-du/
A Drcar_du_of.c209 du_node = of_find_matching_node_and_match(NULL, of_ids, &match); in rcar_du_of_lvds_patch()
/linux/arch/powerpc/sysdev/
A Dfsl_rcpm.c362 np = of_find_matching_node_and_match(NULL, rcpm_matches, &match); in fsl_rcpm_init()
/linux/drivers/gpu/drm/vc4/
A Dvc4_drv.c227 node = of_find_matching_node_and_match(NULL, vc4_v3d_dt_match, NULL); in vc4_drm_bind()
/linux/drivers/soc/bcm/brcmstb/pm/
A Dpm-mips.c370 dn = of_find_matching_node_and_match(NULL, matches, &match); in brcmstb_ioremap_match()
A Dpm-arm.c658 dn = of_find_matching_node_and_match(NULL, matches, &match); in brcmstb_ioremap_match()
/linux/drivers/firmware/psci/
A Dpsci.c620 np = of_find_matching_node_and_match(NULL, psci_of_match, &matched_np); in psci_dt_init()
/linux/arch/arm/mach-exynos/
A Dsuspend.c664 np = of_find_matching_node_and_match(NULL, exynos_pmu_of_device_ids, &match); in exynos_pm_init()
/linux/drivers/soc/tegra/fuse/
A Dfuse-tegra.c455 np = of_find_matching_node_and_match(NULL, tegra_fuse_match, &match); in tegra_init_fuse()
/linux/drivers/phy/rockchip/
A Dphy-rockchip-usb.c533 np = of_find_matching_node_and_match(NULL, rockchip_usb_phy_dt_ids, in rockchip_init_usb_uart()
/linux/drivers/of/
A Dbase.c1157 struct device_node *of_find_matching_node_and_match(struct device_node *from, in of_find_matching_node_and_match() function
1181 EXPORT_SYMBOL(of_find_matching_node_and_match);
/linux/arch/arm/mach-at91/
A Dpm.c1053 pmc_np = of_find_matching_node_and_match(NULL, atmel_pmc_ids, &of_id); in at91_pm_init()
/linux/drivers/bus/
A Dmvebu-mbus.c1315 np = of_find_matching_node_and_match(NULL, of_mvebu_mbus_ids, &of_id); in mvebu_mbus_dt_init()

Completed in 65 milliseconds

12