Searched refs:of_node (Results 201 - 225 of 3330) sorted by relevance

1234567891011>>

/linux-master/sound/soc/mediatek/mt2701/
H A Dmt2701-cs42448.c341 platform_node = of_parse_phandle(pdev->dev.of_node,
350 dai_link->platforms->of_node = platform_node;
355 codec_node = of_parse_phandle(pdev->dev.of_node,
365 dai_link->codecs->of_node = codec_node;
368 codec_node_bt_mrg = of_parse_phandle(pdev->dev.of_node,
375 mt2701_cs42448_dai_links[DAI_LINK_BE_MRG_BT].codecs->of_node
/linux-master/drivers/i2c/busses/
H A Di2c-powermac.c318 if (of_node_name_eq(adap->dev.of_node, "via-pmu"))
321 for_each_child_of_node(adap->dev.of_node, node) {
352 info.of_node = of_node_get(node);
419 /* Clear of_node to skip automatic registration of i2c child nodes */
420 adapter->dev.of_node = NULL;
432 adapter->dev.of_node = dev->dev.of_node;
/linux-master/drivers/iommu/
H A Dfsl_pamu_domain.c265 liodn = of_get_property(dev->of_node, "fsl,liodn", &len);
267 pr_debug("missing fsl,liodn property at %pOF\n", dev->of_node);
276 liodn[i], dev->of_node);
335 prop = of_get_property(dev->of_node, "fsl,liodn", &len);
339 pr_debug("missing fsl,liodn property at %pOF\n", dev->of_node);
426 !of_get_property(dev->of_node, "fsl,liodn", &len))
/linux-master/drivers/power/reset/
H A Dat91-reset.c324 reset->dev_base = devm_of_iomap(&pdev->dev, pdev->dev.of_node, 1,
332 reset->rcdev.of_node = pdev->dev.of_node;
351 reset->rstc_base = devm_of_iomap(&pdev->dev, pdev->dev.of_node, 0, NULL);
357 if (!of_device_is_compatible(pdev->dev.of_node, "atmel,sama5d3-rstc")) {
394 if (of_device_is_compatible(pdev->dev.of_node, "microchip,sam9x60-rstc")) {
/linux-master/drivers/bus/
H A Dimx-weim.c92 struct device_node *np = pdev->dev.of_node;
224 if (of_property_read_bool(pdev->dev.of_node, "fsl,burst-clk-enable")) {
229 if (of_property_read_bool(pdev->dev.of_node,
247 for_each_available_child_of_node(pdev->dev.of_node, child) {
257 ret = of_platform_default_populate(pdev->dev.of_node,
261 pdev->dev.of_node);
/linux-master/drivers/soc/sunxi/
H A Dsunxi_sram.c122 for_each_child_of_node(sram_dev->of_node, sram_node) {
237 if (!dev || !dev->of_node)
240 sram_data = sunxi_sram_of_parse(dev->of_node, &device);
272 if (!dev || !dev->of_node)
275 sram_data = sunxi_sram_of_parse(dev->of_node, NULL);
387 of_platform_populate(dev->of_node, NULL, NULL, dev);
/linux-master/drivers/tty/serial/8250/
H A D8250_of.c92 struct device_node *np = dev->of_node;
200 of_device_is_compatible(ofdev->dev.of_node, "brcm,bcm7271-uart"))
207 if (of_property_read_bool(ofdev->dev.of_node, "used-by-rtas"))
223 if ((of_property_read_u32(ofdev->dev.of_node, "tx-threshold",
228 if (of_property_read_bool(ofdev->dev.of_node, "auto-flow-control"))
231 if (of_property_read_u32(ofdev->dev.of_node,
/linux-master/sound/soc/
H A Dsoc-core.c259 return !(dlc->dai_args || dlc->name || dlc->of_node);
264 return (dlc->name && dlc->of_node);
825 struct device_node *of_node; local
827 of_node = component->dev->of_node;
828 if (!of_node && component->dev->parent)
829 of_node = component->dev->parent->of_node;
831 return of_node;
868 if (dlc->of_node
1522 struct device_node *of_node = soc_component_to_node(component); local
3165 snd_soc_of_parse_node_prefix(struct device_node *np, struct snd_soc_codec_conf *codec_conf, struct device_node *of_node, const char *propname) argument
3560 snd_soc_of_get_dlc(struct device_node *of_node, struct of_phandle_args *args, struct snd_soc_dai_link_component *dlc, int index) argument
3593 snd_soc_of_get_dai_name(struct device_node *of_node, const char **dai_name, int index) argument
3632 __snd_soc_of_get_dai_link_component_alloc( struct device *dev, struct device_node *of_node, struct snd_soc_dai_link_component **ret_component, int *ret_num) argument
3689 snd_soc_of_get_dai_link_codecs(struct device *dev, struct device_node *of_node, struct snd_soc_dai_link *dai_link) argument
3743 snd_soc_of_get_dai_link_cpus(struct device *dev, struct device_node *of_node, struct snd_soc_dai_link *dai_link) argument
[all...]
/linux-master/drivers/reset/
H A Dreset-pistachio.c106 struct device_node *np = pdev->dev.of_node;
119 rd->rcdev.of_node = np;
H A Dreset-a10sr.c103 a10r->rcdev.of_node = pdev->dev.of_node;
H A Dreset-tn48m.c106 data->rcdev.of_node = pdev->dev.of_node;
H A Dreset-tps380x.c95 tps380x->rcdev.of_node = dev->of_node;
/linux-master/drivers/irqchip/
H A Dirq-gic-v3-its-platform-msi.c26 ret = of_parse_phandle_with_args(dev->of_node,
55 if (dev->of_node)
H A Dirq-loongarch-cpu.c96 static int __init cpuintc_of_init(struct device_node *of_node, argument
99 cpuintc_handle = of_node_to_fwnode(of_node);
/linux-master/drivers/clk/hisilicon/
H A Dreset.c105 rstc->rcdev.of_node = pdev->dev.of_node;
/linux-master/drivers/clk/versatile/
H A Dclk-vexpress-osc.c80 if (of_property_read_u32_array(pdev->dev.of_node, "freq-range", range,
86 if (of_property_read_string(pdev->dev.of_node, "clock-output-names",
/linux-master/drivers/pinctrl/bcm/
H A Dpinctrl-bcm63xx.c82 pc->regs = syscon_node_to_regmap(dev->parent->of_node);
97 for_each_child_of_node(dev->parent->of_node, node) {
/linux-master/drivers/clk/visconti/
H A Dreset.c103 reset->rcdev.of_node = dev->of_node;
/linux-master/drivers/net/ethernet/arc/
H A Demac_mdio.c134 struct device_node *np = priv->dev->of_node;
167 error = of_mdiobus_register(bus, priv->dev->of_node);
/linux-master/drivers/i2c/
H A Di2c-core-slave.c111 if (IS_BUILTIN(CONFIG_OF) && dev->of_node) {
115 for_each_child_of_node(dev->of_node, child) {
/linux-master/arch/arm/mach-omap2/
H A Domap-iommu.c31 struct device_node *np = pdev->dev.of_node;
77 clk = of_clk_get(dev->of_node->parent, 0);
/linux-master/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_output.c75 ep = of_graph_get_endpoint_by_regs(dev->dev->of_node, 0, endpoint);
79 ret = drm_of_find_panel_or_bridge(dev->dev->of_node, 0, endpoint,
/linux-master/drivers/gpu/drm/armada/
H A Darmada_510.c32 if (dev->of_node) {
36 of_property_for_each_string(dev->of_node, "clock-names", prop,
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dof.c19 struct device_node *np = dev->of_node;
72 struct device_node *root, *np = dev->of_node;
/linux-master/drivers/regulator/
H A Dsy7636a-regulator.c108 config.dev->of_node = pdev->dev.parent->of_node;

Completed in 215 milliseconds

1234567891011>>