/linux-6.1.9/drivers/gpu/drm/sun4i/ ! |
D | sun4i_drv.c | 175 return !!of_match_node(sun4i_frontend_of_table, node); in sun4i_drv_node_is_supported_frontend() 182 return !!of_match_node(sun4i_tcon_of_table, node); in sun4i_drv_node_is_tcon() 189 match = of_match_node(sun4i_tcon_of_table, node); in sun4i_drv_node_is_tcon_with_ch0() 204 !!of_match_node(sun8i_tcon_top_of_table, node); in sun4i_drv_node_is_tcon_top()
|
/linux-6.1.9/drivers/cpufreq/ ! |
D | cpufreq-dt-platdev.c | 195 match = of_match_node(allowlist, np); in cpufreq_dt_platdev_init() 201 if (cpu0_node_has_opp_v2_prop() && !of_match_node(blocklist, np)) in cpufreq_dt_platdev_init()
|
/linux-6.1.9/drivers/media/platform/samsung/exynos4-is/ ! |
D | fimc-is-sensor.c | 29 of_id = of_match_node(fimc_is_sensor_of_ids, node); in fimc_is_sensor_get_drvdata()
|
/linux-6.1.9/drivers/of/ ! |
D | platform.c | 363 if (unlikely(of_match_node(of_skipped_node_table, bus))) { in of_platform_bus_create() 390 if (!dev || !of_match_node(matches, bus)) in of_platform_bus_create() 429 if (of_match_node(matches, root)) { in of_platform_bus_probe() 432 if (!of_match_node(matches, child)) in of_platform_bus_probe()
|
/linux-6.1.9/drivers/gpu/drm/sti/ ! |
D | sti_compositor.c | 193 BUG_ON(!of_match_node(compositor_of_match, np)->data); in sti_compositor_probe() 195 memcpy(&compo->data, of_match_node(compositor_of_match, np)->data, in sti_compositor_probe()
|
/linux-6.1.9/drivers/dma/ti/ ! |
D | dma-crossbar.c | 152 match = of_match_node(ti_am335x_master_match, dma_node); in ti_am335x_xbar_probe() 347 match = of_match_node(ti_dra7_master_match, dma_node); in ti_dra7_xbar_probe() 445 match = of_match_node(ti_dma_xbar_match, pdev->dev.of_node); in ti_dma_xbar_probe()
|
/linux-6.1.9/sound/soc/codecs/ ! |
D | tlv320aic32x4-i2c.c | 36 oid = of_match_node(aic32x4_of_id, i2c->dev.of_node); in aic32x4_i2c_probe()
|
D | tlv320aic32x4-spi.c | 37 oid = of_match_node(aic32x4_of_id, spi->dev.of_node); in aic32x4_spi_probe()
|
/linux-6.1.9/drivers/ufs/host/ ! |
D | tc-dwc-g210-pltfrm.c | 61 of_id = of_match_node(tc_dwc_g210_pltfm_match, dev->of_node); in tc_dwc_g210_pltfm_probe()
|
/linux-6.1.9/drivers/usb/misc/ ! |
D | onboard_usb_hub_pdevs.c | 29 return !!of_match_node(onboard_hub_match, np); in of_is_onboard_usb_hub()
|
/linux-6.1.9/drivers/mmc/host/ ! |
D | dw_mmc-pltfm.c | 79 match = of_match_node(dw_mci_pltfm_match, pdev->dev.of_node); in dw_mci_pltfm_probe()
|
/linux-6.1.9/drivers/soc/sunxi/ ! |
D | sunxi_sram.c | 129 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-6.1.9/drivers/bus/ ! |
D | arm-cci.c | 448 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()
|
D | imx-weim.c | 315 of_id = of_match_node(weim_id_table, rd->dn->parent); in of_weim_notify() 349 of_id = of_match_node(weim_id_table, rd->dn->parent); in of_weim_notify()
|
/linux-6.1.9/drivers/soc/tegra/ ! |
D | common.c | 37 match = of_match_node(tegra_machine_match, root); in soc_is_tegra()
|
/linux-6.1.9/drivers/mmc/core/ ! |
D | pwrseq_sd8787.c | 79 match = of_match_node(mmc_pwrseq_sd8787_of_match, pdev->dev.of_node); in mmc_pwrseq_sd8787_probe()
|
/linux-6.1.9/arch/microblaze/pci/ ! |
D | xilinx_pci.c | 50 if (!of_match_node(xilinx_pci_match, hose->dn)) in xilinx_pci_fixup_bridge()
|
/linux-6.1.9/drivers/power/reset/ ! |
D | brcmstb-reboot.c | 98 of_id = of_match_node(of_match, np); in brcmstb_reboot_probe()
|
D | qnap-poweroff.c | 79 of_match_node(qnap_power_off_of_match_table, np); in qnap_power_off_probe()
|
/linux-6.1.9/drivers/pinctrl/bcm/ ! |
D | pinctrl-bcm63xx.c | 98 if (of_match_node(bcm63xx_gpio_of_match, node)) { in bcm63xx_pinctrl_probe()
|
/linux-6.1.9/drivers/mfd/ ! |
D | sun6i-prcm.c | 135 match = of_match_node(sun6i_prcm_dt_ids, pdev->dev.of_node); in sun6i_prcm_probe()
|
/linux-6.1.9/drivers/cpuidle/ ! |
D | cpuidle-big_little.c | 174 match_id = of_match_node(compatible_machine_match, root); in bl_idle_init()
|
D | dt_idle_states.c | 176 match_id = of_match_node(matches, state_node); in dt_init_idle_driver()
|
/linux-6.1.9/drivers/iommu/arm/arm-smmu/ ! |
D | arm-smmu-qcom-debug.c | 137 match = of_match_node(qcom_smmu_impl_debug_match, np); in qcom_smmu_impl_data()
|
/linux-6.1.9/drivers/memory/ ! |
D | pl353-smc.c | 111 match = of_match_node(pl353_smc_supported_children, child); in pl353_smc_probe()
|