Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/pl111/
H A Dpl111_versatile.c478 np = of_find_matching_node_and_match(NULL, versatile_clcd_of_match, in pl111_versatile_init()
502 np = of_find_matching_node_and_match(NULL, impd1_clcd_of_match, in pl111_versatile_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/
H A Dvc4_drv.c270 node = of_find_matching_node_and_match(NULL, vc4_v3d_dt_match, NULL); in vc4_drm_bind()
275 node = of_find_matching_node_and_match(NULL, vc4_dma_range_matches, in vc4_drm_bind()
/OK3568_Linux_fs/kernel/include/linux/
H A Dof.h273 extern struct device_node *of_find_matching_node_and_match(
606 static inline struct device_node *of_find_matching_node_and_match( in of_find_matching_node_and_match() function
1049 return of_find_matching_node_and_match(from, matches, NULL); in of_find_matching_node()
1271 for (dn = of_find_matching_node_and_match(NULL, matches, match); \
1272 dn; dn = of_find_matching_node_and_match(dn, matches, match))
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/arm/mach-mvebu/
H A Dsystem-controller.c166 np = of_find_matching_node_and_match(NULL, of_system_controller_table, in mvebu_system_controller_init()
H A Dcoherency.c232 np = of_find_matching_node_and_match(NULL, of_coherency_table, &match); in coherency_type()
/OK3568_Linux_fs/kernel/drivers/soc/renesas/
H A Drcar-rst.c90 np = of_find_matching_node_and_match(NULL, rcar_rst_matches, &match); in rcar_rst_init()
H A Dr8a779a0-sysc.c379 np = of_find_matching_node_and_match(NULL, r8a779a0_sysc_matches, &match); in r8a779a0_sysc_pd_init()
H A Drcar-sysc.c363 np = of_find_matching_node_and_match(NULL, rcar_sysc_matches, &match); in rcar_sysc_pd_init()
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_debug.c538 debug_np = of_find_matching_node_and_match(NULL, in rockchip_debug_init()
550 cspmu_np = of_find_matching_node_and_match(NULL, in rockchip_debug_init()
H A Dgrf.c319 np = of_find_matching_node_and_match(NULL, rockchip_grf_dt_match, in rockchip_grf_init()
/OK3568_Linux_fs/kernel/drivers/mtd/maps/
H A Dphysmap-versatile.c203 sysnp = of_find_matching_node_and_match(NULL, in of_flash_probe_versatile()
/OK3568_Linux_fs/kernel/arch/arm/mach-shmobile/
H A Dsetup-rcar-gen2.c43 cpg = of_find_matching_node_and_match(NULL, cpg_matches, &match); in get_extal_freq()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rcar-du/
H A Drcar_du_of.c209 du_node = of_find_matching_node_and_match(NULL, of_ids, &match); in rcar_du_of_lvds_patch()
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/
H A Dfsl_rcpm.c362 np = of_find_matching_node_and_match(NULL, rcpm_matches, &match); in fsl_rcpm_init()
/OK3568_Linux_fs/kernel/drivers/soc/bcm/brcmstb/pm/
H A Dpm-mips.c370 dn = of_find_matching_node_and_match(NULL, matches, &match); in brcmstb_ioremap_match()
H A Dpm-arm.c655 dn = of_find_matching_node_and_match(NULL, matches, &match); in brcmstb_ioremap_match()
/OK3568_Linux_fs/kernel/drivers/firmware/psci/
H A Dpsci.c610 np = of_find_matching_node_and_match(NULL, psci_of_match, &matched_np); in psci_dt_init()
/OK3568_Linux_fs/kernel/drivers/soc/tegra/fuse/
H A Dfuse-tegra.c395 np = of_find_matching_node_and_match(NULL, tegra_fuse_match, &match); in tegra_init_fuse()
/OK3568_Linux_fs/kernel/arch/arm/mach-exynos/
H A Dsuspend.c664 np = of_find_matching_node_and_match(NULL, exynos_pmu_of_device_ids, &match); in exynos_pm_init()
/OK3568_Linux_fs/kernel/drivers/of/
H A Dbase.c1136 struct device_node *of_find_matching_node_and_match(struct device_node *from, in of_find_matching_node_and_match() function
1160 EXPORT_SYMBOL(of_find_matching_node_and_match);
/OK3568_Linux_fs/kernel/arch/arm/mach-at91/
H A Dpm.c857 pmc_np = of_find_matching_node_and_match(NULL, atmel_pmc_ids, &of_id); in at91_pm_init()
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-usb.c1127 np = of_find_matching_node_and_match(NULL, rockchip_usb_phy_dt_ids, in rockchip_init_usb_uart()

12