Searched refs:of_find_property (Results 1 - 25 of 106) sorted by relevance

12345

/linux-master/arch/sparc/kernel/
H A Dprom_64.c73 rprop = of_find_property(dp, "reg", NULL);
114 prop = of_find_property(dp, "reg", NULL);
127 prop = of_find_property(dp, "upa-portid", NULL);
129 prop = of_find_property(dp, "portid", NULL);
150 prop = of_find_property(dp, "reg", NULL);
169 prop = of_find_property(dp, "reg", NULL);
194 prop = of_find_property(dp, "reg", NULL);
200 prop = of_find_property(dp, "upa-portid", NULL);
217 prop = of_find_property(dp, "reg", NULL);
233 prop = of_find_property(d
[all...]
H A Dprom_32.c63 rprop = of_find_property(dp, "reg", NULL);
80 prop = of_find_property(dp, "reg", NULL);
99 prop = of_find_property(dp, "reg", NULL);
124 prop = of_find_property(dp, "reg", NULL);
148 prop = of_find_property(dp, "reg", NULL);
157 prop = of_find_property(dp, "interrupts", NULL);
H A Dleon_kernel.c333 pp = of_find_property(rootnp, "systemid", &len);
344 pp = of_find_property(np, "reg", &len);
361 pp = of_find_property(np, "ampopts", &len);
375 pp = of_find_property(np, "reg", &len);
379 pp = of_find_property(np, "interrupts", &len);
H A Dprom_common.c39 prop = of_find_property(np, name, &len);
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi_common.c18 prop = of_find_property(ep, "lanes", &len);
/linux-master/drivers/soc/renesas/
H A Dr9a06g032-smp.c67 if (of_find_property(dn, "cpu-release-addr", &dns)) {
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi_common.c18 prop = of_find_property(ep, "lanes", &len);
H A Ddss-of.c97 prop = of_find_property(np, "compatible", NULL);
H A Domapdss-boot-init.c87 prop = of_find_property(node, "compatible", NULL);
/linux-master/arch/powerpc/kexec/
H A Dcore.c216 of_remove_property(node, of_find_property(node,
218 of_remove_property(node, of_find_property(node,
245 of_remove_property(node, of_find_property(node, kernel_end_prop.name, NULL));
H A Dcore_64.c409 of_remove_property(node, of_find_property(node, htab_base_prop.name, NULL));
410 of_remove_property(node, of_find_property(node, htab_size_prop.name, NULL));
/linux-master/net/wireless/
H A Dof.c91 prop = of_find_property(np, "ieee80211-freq-limit", &len);
/linux-master/net/core/
H A Dof_net.c52 struct property *pp = of_find_property(np, name, NULL);
/linux-master/arch/powerpc/platforms/8xx/
H A Dtqm8xx_setup.c104 prop = of_find_property(dnode, "ethernet1", &len);
/linux-master/drivers/nvdimm/
H A Dof_pmem.c50 is_volatile = !!of_find_property(np, "volatile", NULL);
/linux-master/arch/powerpc/platforms/pseries/
H A Dpseries_energy.c51 info = of_find_property(dn, "ibm,drc-info", NULL);
120 info = of_find_property(dn, "ibm,drc-info", NULL);
/linux-master/drivers/cpufreq/
H A Dcpufreq-dt.c84 pp = of_find_property(np, "cpu0-supply", NULL);
91 pp = of_find_property(np, "cpu-supply", NULL);
H A Dspear-cpufreq.c189 prop = of_find_property(np, "cpufreq_tbl", NULL);
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Deeprom.c214 struct property *country = of_find_property(cur, "country", NULL);
215 struct property *regd = of_find_property(cur, "regdomain", NULL);
237 struct property *prop = of_find_property(np, name, NULL);
/linux-master/drivers/clk/versatile/
H A Dclk-sp810.c113 deprecated = !of_find_property(node, "assigned-clock-parents", NULL);
/linux-master/drivers/pmdomain/arm/
H A Dscmi_perf_domain.c92 if (!of_find_property(dev->of_node, "#power-domain-cells", NULL))
/linux-master/drivers/pinctrl/
H A Dpinctrl-lantiq.c71 struct property *pins = of_find_property(np, "lantiq,pins", NULL);
72 struct property *groups = of_find_property(np, "lantiq,groups", NULL);
/linux-master/drivers/opp/
H A Dof.c495 prop = of_find_property(np, "opp-peak-kBps", NULL);
633 prop = of_find_property(opp->np, name, NULL);
639 prop = of_find_property(opp->np, name, NULL);
792 prop = of_find_property(np, "opp-hz", NULL);
837 prop = of_find_property(np, name, NULL);
1084 prop = of_find_property(dev->of_node, "operating-points", NULL);
/linux-master/drivers/of/
H A Dproperty.c74 struct property *prop = of_find_property(np, propname, NULL);
110 struct property *prop = of_find_property(np, propname, NULL);
443 const struct property *prop = of_find_property(np, propname, NULL);
468 const struct property *prop = of_find_property(np, propname, NULL);
508 const struct property *prop = of_find_property(np, propname, NULL);
/linux-master/drivers/pinctrl/vt8500/
H A Dpinctrl-wmt.c307 pins = of_find_property(np, "wm,pins", NULL);
313 funcs = of_find_property(np, "wm,function", NULL);
314 pulls = of_find_property(np, "wm,pull", NULL);

Completed in 286 milliseconds

12345