/linux/drivers/gpu/drm/sun4i/ |
H A D | sun4i_drv.c | 178 return !!of_match_node(sun4i_frontend_of_table, node); in sun4i_drv_node_is_supported_frontend() 185 return !!of_match_node(sun4i_tcon_of_table, node); in sun4i_drv_node_is_tcon() 192 match = of_match_node(sun4i_tcon_of_table, node); in sun4i_drv_node_is_tcon_with_ch0() 207 !!of_match_node(sun8i_tcon_top_of_table, node); in sun4i_drv_node_is_tcon_top()
|
/linux/drivers/cpufreq/ |
H A D | cpufreq-dt-platdev.c | 225 match = of_match_node(allowlist, np); in cpufreq_dt_platdev_init() 231 if (cpu0_node_has_opp_v2_prop() && !of_match_node(blocklist, np)) in cpufreq_dt_platdev_init()
|
H A D | airoha-cpufreq.c | 124 match = of_match_node(airoha_cpufreq_match_list, np); in airoha_cpufreq_init()
|
/linux/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()
|
/linux/drivers/of/ |
H A D | platform.c | 344 if (unlikely(of_match_node(of_skipped_node_table, bus))) { in of_platform_bus_create() 371 if (!dev || !of_match_node(matches, bus)) in of_platform_bus_create() 408 if (of_match_node(matches, root)) { in of_platform_bus_probe() 411 if (!of_match_node(matches, child)) in of_platform_bus_probe()
|
/linux/drivers/gpu/drm/sti/ |
H A D | sti_compositor.c | 192 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/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()
|
/linux/drivers/usb/misc/ |
H A D | onboard_usb_dev_pdevs.c | 29 return !!of_match_node(onboard_dev_match, np); in of_is_onboard_usb_dev()
|
/linux/drivers/soc/imx/ |
H A D | soc-imx8m.c | 247 id = of_match_node(imx8_soc_match, of_root); in imx8m_soc_probe() 325 if (!of_match_node(imx8_soc_match, of_root)) in imx8_soc_init()
|
H A D | soc-imx9.c | 106 if (!of_match_node(imx9_soc_match, of_root)) in imx9_soc_init()
|
/linux/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 | 311 of_id = of_match_node(weim_id_table, rd->dn->parent); in of_weim_notify() 351 of_id = of_match_node(weim_id_table, rd->dn->parent); in of_weim_notify()
|
/linux/drivers/soc/tegra/ |
H A D | common.c | 37 match = of_match_node(tegra_machine_match, root); in soc_is_tegra()
|
/linux/drivers/power/reset/ |
H A D | qnap-poweroff.c | 79 of_match_node(qnap_power_off_of_match_table, np); in qnap_power_off_probe()
|
H A D | linkstation-poweroff.c | 168 match = of_match_node(ls_poweroff_of_match, dn); in linkstation_poweroff_init()
|
/linux/drivers/memory/ |
H A D | pl353-smc.c | 96 match = of_match_node(pl353_smc_supported_children, child); in pl353_smc_probe()
|
/linux/drivers/soc/sunxi/ |
H A D | sunxi_sram.c | 130 match = of_match_node(sunxi_sram_dt_ids, section_node); in sunxi_sram_show() 188 match = of_match_node(sunxi_sram_dt_ids, args.np); in sunxi_sram_of_parse()
|
/linux/drivers/mfd/ |
H A D | sun6i-prcm.c | 135 match = of_match_node(sun6i_prcm_dt_ids, pdev->dev.of_node); in sun6i_prcm_probe()
|
H A D | sun4i-gpadc.c | 101 of_id = of_match_node(sun4i_gpadc_of_match, pdev->dev.of_node); in sun4i_gpadc_probe()
|
/linux/drivers/pinctrl/bcm/ |
H A D | pinctrl-bcm63xx.c | 97 if (of_match_node(bcm63xx_gpio_of_match, node)) { in bcm63xx_pinctrl_probe()
|
/linux/drivers/cpuidle/ |
H A D | cpuidle-big_little.c | 178 match_id = of_match_node(compatible_machine_match, root); in bl_idle_init()
|
H A D | dt_idle_states.c | 171 match_id = of_match_node(matches, state_node); in dt_init_idle_driver()
|
/linux/drivers/mmc/host/ |
H A D | dw_mmc-pltfm.c | 117 match = of_match_node(dw_mci_pltfm_match, pdev->dev.of_node); in dw_mci_pltfm_probe()
|
/linux/drivers/soc/renesas/ |
H A D | rz-sysc.c | 107 match = of_match_node(rz_sysc_match, dev->of_node); in rz_sysc_probe()
|
/linux/drivers/input/misc/ |
H A D | tps65218-pwrbutton.c | 90 match = of_match_node(of_tps6521x_pb_match, dev->of_node); in tps6521x_pb_probe()
|