/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/ |
H A D | sun4i_drv.c | 177 return !!of_match_node(sun4i_frontend_of_table, node); in sun4i_drv_node_is_supported_frontend() 184 return !!of_match_node(sun4i_tcon_of_table, node); in sun4i_drv_node_is_tcon() 191 match = of_match_node(sun4i_tcon_of_table, node); in sun4i_drv_node_is_tcon_with_ch0() 206 !!of_match_node(sun8i_tcon_top_of_table, node); in sun4i_drv_node_is_tcon_top()
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | cpufreq-dt-platdev.c | 182 match = of_match_node(whitelist, np); in cpufreq_dt_platdev_init() 188 if (cpu0_node_has_opp_v2_prop() && !of_match_node(blacklist, np)) in cpufreq_dt_platdev_init()
|
H A D | tango-cpufreq.c | 19 if (!of_match_node(machines, of_root)) in tango_cpufreq_init()
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | cpufreq-dt-platdev.c | 209 match = of_match_node(allowlist, np); in cpufreq_dt_platdev_init() 215 if (cpu0_node_has_opp_v2_prop() && !of_match_node(blocklist, np)) in cpufreq_dt_platdev_init()
|
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/ |
H A D | fimc-is-sensor.c | 29 of_id = of_match_node(fimc_is_sensor_of_ids, node); in fimc_is_sensor_get_drvdata()
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/ |
H A D | fimc-is-sensor.c | 29 of_id = of_match_node(fimc_is_sensor_of_ids, node); in fimc_is_sensor_get_drvdata()
|
/kernel/linux/linux-5.10/drivers/soc/tegra/ |
H A D | common.c | 29 match = of_match_node(tegra_machine_match, root); in soc_is_tegra()
|
/kernel/linux/linux-5.10/drivers/of/ |
H A D | platform.c | 366 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()
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | platform.c | 392 if (unlikely(of_match_node(of_skipped_node_table, bus))) { in of_platform_bus_create() 419 if (!dev || !of_match_node(matches, bus)) in of_platform_bus_create() 458 if (of_match_node(matches, root)) { in of_platform_bus_probe() 461 if (!of_match_node(matches, child)) in of_platform_bus_probe()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/ |
H A D | sti_compositor.c | 194 BUG_ON(!of_match_node(compositor_of_match, np)->data); in sti_compositor_probe() 196 memcpy(&compo->data, of_match_node(compositor_of_match, np)->data, in sti_compositor_probe()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/ufs/host/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/scsi/ufs/ |
H A D | tc-dwc-g210-pltfrm.c | 60 of_id = of_match_node(tc_dwc_g210_pltfm_match, dev->of_node); in tc_dwc_g210_pltfm_probe()
|
/kernel/linux/linux-6.6/drivers/usb/misc/ |
H A D | onboard_usb_hub_pdevs.c | 29 return !!of_match_node(onboard_hub_match, np); in of_is_onboard_usb_hub()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | tlv320aic32x4-spi.c | 37 oid = of_match_node(aic32x4_of_id, spi->dev.of_node); in aic32x4_spi_probe()
|
H A D | tlv320aic32x4-i2c.c | 36 oid = of_match_node(aic32x4_of_id, i2c->dev.of_node); in aic32x4_i2c_probe()
|
/kernel/linux/linux-5.10/drivers/dma/ti/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/dma/ti/ |
H A D | dma-crossbar.c | 153 match = of_match_node(ti_am335x_master_match, dma_node); in ti_am335x_xbar_probe() 348 match = of_match_node(ti_dra7_master_match, dma_node); in ti_dra7_xbar_probe() 446 match = of_match_node(ti_dma_xbar_match, pdev->dev.of_node); in ti_dma_xbar_probe()
|
/kernel/linux/linux-5.10/drivers/bus/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/soc/sunxi/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/soc/sunxi/ |
H A D | sunxi_sram.c | 132 match = of_match_node(sunxi_sram_dt_ids, section_node); in sunxi_sram_show() 190 match = of_match_node(sunxi_sram_dt_ids, args.np); in sunxi_sram_of_parse()
|
/kernel/linux/linux-6.6/drivers/bus/ |
H A 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()
|
H A D | imx-weim.c | 314 of_id = of_match_node(weim_id_table, rd->dn->parent); in of_weim_notify() 354 of_id = of_match_node(weim_id_table, rd->dn->parent); in of_weim_notify()
|
/kernel/linux/linux-5.10/drivers/cpuidle/ |
H A D | cpuidle-big_little.c | 175 match_id = of_match_node(compatible_machine_match, root); in bl_idle_init()
|