Home
last modified time | relevance | path

Searched refs:of_find_property (Results 1 – 25 of 103) sorted by relevance

12345

/openbmc/linux/arch/sparc/kernel/
H A Dprom_64.c73 rprop = of_find_property(dp, "reg", NULL); in sun4v_path_component()
114 prop = of_find_property(dp, "reg", NULL); in sun4u_path_component()
127 prop = of_find_property(dp, "upa-portid", NULL); in sun4u_path_component()
129 prop = of_find_property(dp, "portid", NULL); in sun4u_path_component()
150 prop = of_find_property(dp, "reg", NULL); in sbus_path_component()
169 prop = of_find_property(dp, "reg", NULL); in pci_path_component()
194 prop = of_find_property(dp, "reg", NULL); in upa_path_component()
200 prop = of_find_property(dp, "upa-portid", NULL); in upa_path_component()
217 prop = of_find_property(dp, "reg", NULL); in vdev_path_component()
233 prop = of_find_property(dp, "reg", NULL); in ebus_path_component()
[all …]
H A Dprom_32.c63 rprop = of_find_property(dp, "reg", NULL); in sparc32_path_component()
80 prop = of_find_property(dp, "reg", NULL); in sbus_path_component()
99 prop = of_find_property(dp, "reg", NULL); in pci_path_component()
124 prop = of_find_property(dp, "reg", NULL); in ebus_path_component()
148 prop = of_find_property(dp, "reg", NULL); in ambapp_path_component()
157 prop = of_find_property(dp, "interrupts", NULL); in ambapp_path_component()
H A Dleon_kernel.c333 pp = of_find_property(rootnp, "systemid", &len); in leon_init_timers()
344 pp = of_find_property(np, "reg", &len); in leon_init_timers()
361 pp = of_find_property(np, "ampopts", &len); in leon_init_timers()
375 pp = of_find_property(np, "reg", &len); in leon_init_timers()
379 pp = of_find_property(np, "interrupts", &len); in leon_init_timers()
H A Dprom_common.c39 prop = of_find_property(np, name, &len); in of_getintprop_default()
/openbmc/u-boot/drivers/core/
H A Dof_access.c122 struct property *of_find_property(const struct device_node *np, in of_find_property() function
168 struct property *pp = of_find_property(np, name, lenp); in of_get_property()
200 prop = of_find_property(device, "compatible", NULL); in of_device_is_compatible()
383 struct property *prop = of_find_property(device, propname, NULL); in of_device_has_prop_value()
437 struct property *prop = of_find_property(np, propname, NULL); in of_find_property_value_of_size()
510 const struct property *prop = of_find_property(np, propname, NULL); in of_property_match_string()
549 const struct property *prop = of_find_property(np, propname, NULL); in of_property_read_string_helper()
/openbmc/linux/arch/powerpc/kexec/
H A Dcore.c240 of_remove_property(node, of_find_property(node, in export_crashk_values()
242 of_remove_property(node, of_find_property(node, in export_crashk_values()
269 of_remove_property(node, of_find_property(node, kernel_end_prop.name, NULL)); in kexec_setup()
H A Dcore_64.c421 of_remove_property(node, of_find_property(node, htab_base_prop.name, NULL)); in export_htab_values()
422 of_remove_property(node, of_find_property(node, htab_size_prop.name, NULL)); in export_htab_values()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Deeprom.c212 struct property *country = of_find_property(cur, "country", NULL); in mt76_find_power_limits_node()
213 struct property *regd = of_find_property(cur, "regdomain", NULL); in mt76_find_power_limits_node()
234 struct property *prop = of_find_property(np, name, NULL); in mt76_get_of_array()
/openbmc/linux/drivers/soc/renesas/
H A Dr9a06g032-smp.c67 if (of_find_property(dn, "cpu-release-addr", &dns)) { in r9a06g032_smp_prepare_cpus()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dpseries_energy.c51 info = of_find_property(dn, "ibm,drc-info", NULL); in cpu_to_drc_index()
120 info = of_find_property(dn, "ibm,drc-info", NULL); in drc_index_to_cpu()
/openbmc/linux/drivers/cpufreq/
H A Dcpufreq-dt.c84 pp = of_find_property(np, "cpu0-supply", NULL); in find_supply_name()
91 pp = of_find_property(np, "cpu-supply", NULL); in find_supply_name()
/openbmc/linux/drivers/opp/
H A Dof.c468 prop = of_find_property(np, "opp-peak-kBps", NULL); in _bandwidth_supported()
606 prop = of_find_property(opp->np, name, NULL); in _parse_named_prop()
612 prop = of_find_property(opp->np, name, NULL); in _parse_named_prop()
765 prop = of_find_property(np, "opp-hz", NULL); in _read_rate()
810 prop = of_find_property(np, name, NULL); in _read_bw()
1059 prop = of_find_property(dev->of_node, "operating-points", NULL); in _of_add_opp_table_v1()
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi_common.c18 prop = of_find_property(ep, "lanes", &len); in hdmi_parse_lanes_of()
H A Ddss-of.c97 prop = of_find_property(np, "compatible", NULL); in dss_of_port_get_parent_device()
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi_common.c18 prop = of_find_property(ep, "lanes", &len); in hdmi_parse_lanes_of()
/openbmc/linux/drivers/of/
H A Dproperty.c74 struct property *prop = of_find_property(np, propname, NULL); in of_property_count_elems_of_size()
110 struct property *prop = of_find_property(np, propname, NULL); in of_find_property_value_of_size()
443 const struct property *prop = of_find_property(np, propname, NULL); in of_property_read_string()
467 const struct property *prop = of_find_property(np, propname, NULL); in of_property_match_string()
507 const struct property *prop = of_find_property(np, propname, NULL); in of_property_read_string_helper()
/openbmc/linux/arch/powerpc/platforms/8xx/
H A Dtqm8xx_setup.c104 prop = of_find_property(dnode, "ethernet1", &len); in init_ioports()
/openbmc/linux/drivers/pinctrl/vt8500/
H A Dpinctrl-wmt.c307 pins = of_find_property(np, "wm,pins", NULL); in wmt_pctl_dt_node_to_map()
313 funcs = of_find_property(np, "wm,function", NULL); in wmt_pctl_dt_node_to_map()
314 pulls = of_find_property(np, "wm,pull", NULL); in wmt_pctl_dt_node_to_map()
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-lantiq.c71 struct property *pins = of_find_property(np, "lantiq,pins", NULL); in ltq_pinctrl_dt_subnode_to_map()
72 struct property *groups = of_find_property(np, "lantiq,groups", NULL); in ltq_pinctrl_dt_subnode_to_map()
/openbmc/linux/net/core/
H A Dof_net.c52 struct property *pp = of_find_property(np, name, NULL); in of_get_mac_addr()
/openbmc/linux/drivers/nvdimm/
H A Dof_pmem.c50 is_volatile = !!of_find_property(np, "volatile", NULL); in of_pmem_region_probe()
/openbmc/linux/net/wireless/
H A Dof.c91 prop = of_find_property(np, "ieee80211-freq-limit", &len); in wiphy_read_of_freq_limits()
/openbmc/u-boot/include/dm/
H A Dof_access.h90 struct property *of_find_property(const struct device_node *np,
/openbmc/linux/drivers/pci/hotplug/
H A Drpaphp_core.c237 info = of_find_property(dn->parent, "ibm,drc-info", NULL); in rpaphp_check_drc_props_v2()
344 info = of_find_property(dn, "ibm,drc-info", NULL); in rpaphp_drc_info_add_slot()
/openbmc/linux/include/linux/
H A Dof.h311 extern struct property *of_find_property(const struct device_node *np,
592 static inline struct property *of_find_property(const struct device_node *np, in of_find_property() function
1223 struct property *prop = of_find_property(np, propname, NULL); in of_property_read_bool()
1402 {of_find_property(np, propname, NULL), \
1408 for (prop = of_find_property(np, propname, NULL), \

12345