Searched refs:of_match_node (Results 1 – 25 of 218) sorted by relevance
123456789
/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()
|
/drivers/cpufreq/ |
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()
|
D | tango-cpufreq.c | 19 if (!of_match_node(machines, of_root)) in tango_cpufreq_init()
|
D | sun50i-cpufreq-nvmem.c | 180 match = of_match_node(sun50i_cpufreq_match_list, np); in sun50i_cpufreq_match_node()
|
/drivers/of/ |
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()
|
/drivers/soc/tegra/ |
D | common.c | 29 match = of_match_node(tegra_machine_match, root); in soc_is_tegra()
|
/drivers/media/platform/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()
|
/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()
|
/drivers/gpu/drm/sti/ |
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()
|
/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()
|
/drivers/scsi/ufs/ |
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()
|
/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()
|
/drivers/mmc/host/ |
D | dw_mmc-pltfm.c | 80 match = of_match_node(dw_mci_pltfm_match, pdev->dev.of_node); in dw_mci_pltfm_probe()
|
/drivers/soc/bcm/brcmstb/ |
D | common.c | 33 match = of_match_node(brcmstb_machine_match, root); in soc_is_brcmstb()
|
/drivers/power/reset/ |
D | brcmstb-reboot.c | 108 of_id = of_match_node(of_match, np); in brcmstb_reboot_probe()
|
D | qnap-poweroff.c | 81 of_match_node(qnap_power_off_of_match_table, np); in qnap_power_off_probe()
|
/drivers/cpuidle/ |
D | cpuidle-big_little.c | 175 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()
|
/drivers/mfd/ |
D | sun6i-prcm.c | 155 match = of_match_node(sun6i_prcm_dt_ids, pdev->dev.of_node); in sun6i_prcm_probe()
|
D | da9052-i2c.c | 162 deviceid = of_match_node(dialog_dt_ids, np); in da9052_i2c_probe()
|
D | sun4i-gpadc.c | 103 of_id = of_match_node(sun4i_gpadc_of_match, pdev->dev.of_node); in sun4i_gpadc_probe()
|
/drivers/input/misc/ |
D | tps65218-pwrbutton.c | 98 match = of_match_node(of_tps6521x_pb_match, dev->of_node); in tps6521x_pb_probe()
|
/drivers/usb/phy/ |
D | phy-am335x-control.c | 156 of_id = of_match_node(omap_control_usb_id_table, pdev->dev.of_node); in am335x_control_usb_probe()
|
/drivers/soc/qcom/ |
D | qcom_gsbi.c | 153 match = of_match_node(tcsr_dt_match, tcsr_node); in gsbi_probe()
|
/drivers/misc/ |
D | atmel_tclib.c | 142 match = of_match_node(atmel_tcb_dt_ids, pdev->dev.of_node); in tc_probe()
|
123456789