Home
last modified time | relevance | path

Searched refs:of_match_node (Results 1 – 25 of 227) sorted by relevance

12345678910

/Linux-v5.4/drivers/gpu/drm/sun4i/
Dsun4i_drv.c173 return !!of_match_node(sun4i_frontend_of_table, node); in sun4i_drv_node_is_supported_frontend()
180 return !!of_match_node(sun4i_tcon_of_table, node); in sun4i_drv_node_is_tcon()
187 match = of_match_node(sun4i_tcon_of_table, node); in sun4i_drv_node_is_tcon_with_ch0()
202 !!of_match_node(sun8i_tcon_top_of_table, node); in sun4i_drv_node_is_tcon_top()
/Linux-v5.4/drivers/cpufreq/
Dcpufreq-dt-platdev.c165 match = of_match_node(whitelist, np); in cpufreq_dt_platdev_init()
171 if (cpu0_node_has_opp_v2_prop() && !of_match_node(blacklist, np)) in cpufreq_dt_platdev_init()
Dtango-cpufreq.c19 if (!of_match_node(machines, of_root)) in tango_cpufreq_init()
/Linux-v5.4/drivers/soc/tegra/
Dcommon.c29 match = of_match_node(tegra_machine_match, root); in soc_is_tegra()
/Linux-v5.4/drivers/media/platform/exynos4-is/
Dfimc-is-sensor.c29 of_id = of_match_node(fimc_is_sensor_of_ids, node); in fimc_is_sensor_get_drvdata()
/Linux-v5.4/drivers/of/
Dplatform.c366 if (unlikely(of_match_node(of_skipped_node_table, bus))) { in of_platform_bus_create()
393 if (!dev || !of_match_node(matches, bus)) in of_platform_bus_create()
432 if (of_match_node(matches, root)) { in of_platform_bus_probe()
435 if (!of_match_node(matches, child)) in of_platform_bus_probe()
/Linux-v5.4/drivers/scsi/ufs/
Dtc-dwc-g210-pltfrm.c60 of_id = of_match_node(tc_dwc_g210_pltfm_match, dev->of_node); in tc_dwc_g210_pltfm_probe()
Dcdns-pltfrm.c180 of_id = of_match_node(cdns_ufs_of_match, dev->of_node); in cdns_ufs_pltfrm_probe()
/Linux-v5.4/drivers/pci/controller/
Dpci-host-generic.c85 of_id = of_match_node(gen_pci_of_match, pdev->dev.of_node); in gen_pci_probe()
/Linux-v5.4/drivers/gpu/drm/sti/
Dsti_compositor.c196 BUG_ON(!of_match_node(compositor_of_match, np)->data); in sti_compositor_probe()
198 memcpy(&compo->data, of_match_node(compositor_of_match, np)->data, in sti_compositor_probe()
/Linux-v5.4/drivers/dma/ti/
Ddma-crossbar.c153 match = of_match_node(ti_am335x_master_match, dma_node); in ti_am335x_xbar_probe()
345 match = of_match_node(ti_dra7_master_match, dma_node); in ti_dra7_xbar_probe()
444 match = of_match_node(ti_dma_xbar_match, pdev->dev.of_node); in ti_dma_xbar_probe()
/Linux-v5.4/arch/powerpc/sysdev/
Dxilinx_pci.c50 if (!of_match_node(xilinx_pci_match, hose->dn)) in xilinx_pci_fixup_bridge()
/Linux-v5.4/drivers/soc/qcom/
Dspm.c231 match_id = of_match_node(qcom_idle_state_match, state_node); in qcom_cpuidle_init()
337 match_id = of_match_node(spm_match_table, pdev->dev.of_node); in spm_dev_probe()
/Linux-v5.4/drivers/soc/sunxi/
Dsunxi_sram.c129 match = of_match_node(sunxi_sram_dt_ids, section_node); in sunxi_sram_show()
187 match = of_match_node(sunxi_sram_dt_ids, args.np); in sunxi_sram_of_parse()
/Linux-v5.4/drivers/mmc/host/
Ddw_mmc-pltfm.c80 match = of_match_node(dw_mci_pltfm_match, pdev->dev.of_node); in dw_mci_pltfm_probe()
/Linux-v5.4/drivers/soc/bcm/brcmstb/
Dcommon.c33 match = of_match_node(brcmstb_machine_match, root); in soc_is_brcmstb()
/Linux-v5.4/drivers/bus/
Darm-cci.c448 cci_config = of_match_node(arm_cci_matches, np)->data; in cci_probe_ports()
459 if (!of_match_node(arm_cci_ctrl_if_matches, cp)) in cci_probe_ports()
/Linux-v5.4/drivers/power/reset/
Dbrcmstb-reboot.c108 of_id = of_match_node(of_match, np); in brcmstb_reboot_probe()
Dqnap-poweroff.c81 of_match_node(qnap_power_off_of_match_table, np); in qnap_power_off_probe()
/Linux-v5.4/arch/microblaze/pci/
Dxilinx_pci.c50 if (!of_match_node(xilinx_pci_match, hose->dn)) in xilinx_pci_fixup_bridge()
/Linux-v5.4/drivers/cpuidle/
Dcpuidle-big_little.c175 match_id = of_match_node(compatible_machine_match, root); in bl_idle_init()
Ddt_idle_states.c177 match_id = of_match_node(matches, state_node); in dt_init_idle_driver()
/Linux-v5.4/drivers/mfd/
Dsun6i-prcm.c155 match = of_match_node(sun6i_prcm_dt_ids, pdev->dev.of_node); in sun6i_prcm_probe()
Dda9052-i2c.c161 deviceid = of_match_node(dialog_dt_ids, np); in da9052_i2c_probe()
/Linux-v5.4/drivers/input/misc/
Dtps65218-pwrbutton.c98 match = of_match_node(of_tps6521x_pb_match, dev->of_node); in tps6521x_pb_probe()

12345678910