/openbmc/linux/arch/sparc/kernel/ |
H A D | prom_64.c | 73 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 D | prom_32.c | 63 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 D | leon_kernel.c | 333 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 D | prom_common.c | 39 prop = of_find_property(np, name, &len); in of_getintprop_default()
|
/openbmc/u-boot/drivers/core/ |
H A D | of_access.c | 122 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 D | core.c | 240 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 D | core_64.c | 421 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 D | eeprom.c | 212 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 D | r9a06g032-smp.c | 67 if (of_find_property(dn, "cpu-release-addr", &dns)) { in r9a06g032_smp_prepare_cpus()
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | pseries_energy.c | 51 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 D | cpufreq-dt.c | 84 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 D | of.c | 468 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 D | hdmi_common.c | 18 prop = of_find_property(ep, "lanes", &len); in hdmi_parse_lanes_of()
|
H A D | dss-of.c | 97 prop = of_find_property(np, "compatible", NULL); in dss_of_port_get_parent_device()
|
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | hdmi_common.c | 18 prop = of_find_property(ep, "lanes", &len); in hdmi_parse_lanes_of()
|
/openbmc/linux/drivers/of/ |
H A D | property.c | 74 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 D | tqm8xx_setup.c | 104 prop = of_find_property(dnode, "ethernet1", &len); in init_ioports()
|
/openbmc/linux/drivers/pinctrl/vt8500/ |
H A D | pinctrl-wmt.c | 307 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 D | pinctrl-lantiq.c | 71 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 D | of_net.c | 52 struct property *pp = of_find_property(np, name, NULL); in of_get_mac_addr()
|
/openbmc/linux/drivers/nvdimm/ |
H A D | of_pmem.c | 50 is_volatile = !!of_find_property(np, "volatile", NULL); in of_pmem_region_probe()
|
/openbmc/linux/net/wireless/ |
H A D | of.c | 91 prop = of_find_property(np, "ieee80211-freq-limit", &len); in wiphy_read_of_freq_limits()
|
/openbmc/u-boot/include/dm/ |
H A D | of_access.h | 90 struct property *of_find_property(const struct device_node *np,
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | rpaphp_core.c | 237 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 D | of.h | 311 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), \
|