Home
last modified time | relevance | path

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

1234567

/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_drv.c179 return !!of_match_node(sun4i_frontend_of_table, node); in sun4i_drv_node_is_supported_frontend()
186 return !!of_match_node(sun4i_tcon_of_table, node); in sun4i_drv_node_is_tcon()
193 match = of_match_node(sun4i_tcon_of_table, node); in sun4i_drv_node_is_tcon_with_ch0()
208 !!of_match_node(sun8i_tcon_top_of_table, node); in sun4i_drv_node_is_tcon_top()
/linux/drivers/of/
H A Dplatform.c354 if (unlikely(of_match_node(of_skipped_node_table, bus))) { in of_platform_bus_create()
381 if (!dev || !of_match_node(matches, bus)) in of_platform_bus_create()
418 if (of_match_node(matches, root)) { in of_platform_bus_probe()
421 if (!of_match_node(matches, child)) in of_platform_bus_probe()
/linux/drivers/media/platform/samsung/exynos4-is/
H 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/
H A Ddma-crossbar.c153 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()
/linux/drivers/gpu/drm/sti/
H A Dsti_compositor.c193 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/drivers/ufs/host/
H A Dtc-dwc-g210-pltfrm.c61 of_id = of_match_node(tc_dwc_g210_pltfm_match, dev->of_node); in tc_dwc_g210_pltfm_probe()
H A Dufs-sprd.c144 of_id = of_match_node(ufs_sprd_of_match, pdev->dev.of_node); in ufs_sprd_common_init()
420 of_id = of_match_node(ufs_sprd_of_match, dev->of_node); in ufs_sprd_probe()
/linux/drivers/bus/
H 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()
H A Dimx-weim.c311 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/sunxi/
H A Dsunxi_sram.c130 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/soc/tegra/
H A Dcommon.c37 match = of_match_node(tegra_machine_match, root); in soc_is_tegra()
/linux/drivers/memory/
H A Dpl353-smc.c96 match = of_match_node(pl353_smc_supported_children, child); in pl353_smc_probe()
/linux/drivers/power/reset/
H A Dqnap-poweroff.c79 of_match_node(qnap_power_off_of_match_table, np); in qnap_power_off_probe()
H A Dlinkstation-poweroff.c168 match = of_match_node(ls_poweroff_of_match, dn); in linkstation_poweroff_init()
/linux/drivers/cpuidle/
H A Dcpuidle-big_little.c178 match_id = of_match_node(compatible_machine_match, root); in bl_idle_init()
H A Ddt_idle_states.c175 match_id = of_match_node(matches, state_node); in dt_init_idle_driver()
/linux/drivers/mfd/
H A Dsun6i-prcm.c135 match = of_match_node(sun6i_prcm_dt_ids, pdev->dev.of_node); in sun6i_prcm_probe()
H A Dsun4i-gpadc.c101 of_id = of_match_node(sun4i_gpadc_of_match, pdev->dev.of_node); in sun4i_gpadc_probe()
/linux/drivers/pinctrl/bcm/
H A Dpinctrl-bcm63xx.c97 if (of_match_node(bcm63xx_gpio_of_match, node)) { in bcm63xx_pinctrl_probe()
/linux/drivers/input/misc/
H A Dtps65218-pwrbutton.c90 match = of_match_node(of_tps6521x_pb_match, dev->of_node); in tps6521x_pb_probe()
/linux/drivers/dma/dw/
H A Drzn1-dmamux.c129 match = of_match_node(rzn1_dmac_match, dmac_node); in rzn1_dmamux_probe()
/linux/drivers/phy/
H A Dphy-can-transceiver.c113 match = of_match_node(can_transceiver_phy_ids, pdev->dev.of_node); in can_transceiver_phy_probe()
/linux/drivers/usb/phy/
H A Dphy-am335x-control.c156 of_id = of_match_node(omap_control_usb_id_table, pdev->dev.of_node); in am335x_control_usb_probe()
/linux/drivers/nvmem/
H A Dlayouts.c133 if (of_match_node(of_nvmem_layout_skip_table, layout_dn)) { in nvmem_layout_bus_populate()
/linux/drivers/gpu/drm/panel/
H A Dpanel-osd-osd101t2587-53ts.c153 id = of_match_node(osd101t2587_of_match, dsi->dev.of_node); in osd101t2587_panel_probe()

1234567