Home
last modified time | relevance | path

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

12345678910

/linux/drivers/gpu/drm/sun4i/
A Dsun4i_drv.c172 return !!of_match_node(sun4i_frontend_of_table, node); in sun4i_drv_node_is_supported_frontend()
179 return !!of_match_node(sun4i_tcon_of_table, node); in sun4i_drv_node_is_tcon()
186 match = of_match_node(sun4i_tcon_of_table, node); in sun4i_drv_node_is_tcon_with_ch0()
201 !!of_match_node(sun8i_tcon_top_of_table, node); in sun4i_drv_node_is_tcon_top()
/linux/drivers/cpufreq/
A Dcpufreq-dt-platdev.c188 match = of_match_node(allowlist, np); in cpufreq_dt_platdev_init()
194 if (cpu0_node_has_opp_v2_prop() && !of_match_node(blocklist, np)) in cpufreq_dt_platdev_init()
/linux/drivers/of/
A Dplatform.c367 if (unlikely(of_match_node(of_skipped_node_table, bus))) { in of_platform_bus_create()
394 if (!dev || !of_match_node(matches, bus)) in of_platform_bus_create()
433 if (of_match_node(matches, root)) { in of_platform_bus_probe()
436 if (!of_match_node(matches, child)) in of_platform_bus_probe()
/linux/drivers/media/platform/exynos4-is/
A Dfimc-is-sensor.c29 of_id = of_match_node(fimc_is_sensor_of_ids, node); in fimc_is_sensor_get_drvdata()
/linux/drivers/dma/ti/
A Ddma-crossbar.c152 match = of_match_node(ti_am335x_master_match, dma_node); in ti_am335x_xbar_probe()
342 match = of_match_node(ti_dra7_master_match, dma_node); in ti_dra7_xbar_probe()
440 match = of_match_node(ti_dma_xbar_match, pdev->dev.of_node); in ti_dma_xbar_probe()
/linux/drivers/gpu/drm/sti/
A Dsti_compositor.c192 BUG_ON(!of_match_node(compositor_of_match, np)->data); in sti_compositor_probe()
194 memcpy(&compo->data, of_match_node(compositor_of_match, np)->data, in sti_compositor_probe()
/linux/sound/soc/codecs/
A Dtlv320aic32x4-i2c.c36 oid = of_match_node(aic32x4_of_id, i2c->dev.of_node); in aic32x4_i2c_probe()
A Dtlv320aic32x4-spi.c37 oid = of_match_node(aic32x4_of_id, spi->dev.of_node); in aic32x4_spi_probe()
/linux/drivers/scsi/ufs/
A Dtc-dwc-g210-pltfrm.c60 of_id = of_match_node(tc_dwc_g210_pltfm_match, dev->of_node); in tc_dwc_g210_pltfm_probe()
/linux/drivers/soc/sunxi/
A 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/drivers/bus/
A 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/drivers/soc/tegra/
A Dcommon.c36 match = of_match_node(tegra_machine_match, root); in soc_is_tegra()
/linux/drivers/mmc/host/
A Ddw_mmc-pltfm.c79 match = of_match_node(dw_mci_pltfm_match, pdev->dev.of_node); in dw_mci_pltfm_probe()
/linux/drivers/mmc/core/
A Dpwrseq_sd8787.c79 match = of_match_node(mmc_pwrseq_sd8787_of_match, pdev->dev.of_node); in mmc_pwrseq_sd8787_probe()
/linux/arch/microblaze/pci/
A Dxilinx_pci.c50 if (!of_match_node(xilinx_pci_match, hose->dn)) in xilinx_pci_fixup_bridge()
/linux/drivers/power/reset/
A Dqnap-poweroff.c79 of_match_node(qnap_power_off_of_match_table, np); in qnap_power_off_probe()
A Dbrcmstb-reboot.c108 of_id = of_match_node(of_match, np); in brcmstb_reboot_probe()
/linux/drivers/cpuidle/
A Dcpuidle-big_little.c174 match_id = of_match_node(compatible_machine_match, root); in bl_idle_init()
A Ddt_idle_states.c176 match_id = of_match_node(matches, state_node); in dt_init_idle_driver()
/linux/drivers/mfd/
A Dsun6i-prcm.c135 match = of_match_node(sun6i_prcm_dt_ids, pdev->dev.of_node); in sun6i_prcm_probe()
A Dsun4i-gpadc.c103 of_id = of_match_node(sun4i_gpadc_of_match, pdev->dev.of_node); in sun4i_gpadc_probe()
/linux/drivers/pinctrl/bcm/
A Dpinctrl-bcm63xx.c98 if (of_match_node(bcm63xx_gpio_of_match, node)) { in bcm63xx_pinctrl_probe()
/linux/drivers/phy/
A Dphy-can-transceiver.c95 match = of_match_node(can_transceiver_phy_ids, pdev->dev.of_node); in can_transceiver_phy_probe()
/linux/drivers/memory/
A Dpl353-smc.c111 match = of_match_node(pl353_smc_supported_children, child); in pl353_smc_probe()
/linux/drivers/input/misc/
A Dtps65218-pwrbutton.c98 match = of_match_node(of_tps6521x_pb_match, dev->of_node); in tps6521x_pb_probe()

Completed in 40 milliseconds

12345678910