Home
last modified time | relevance | path

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

1234

/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(d in ebus_path_component()
[all...]
H A Dprom_32.c61 rprop = of_find_property(dp, "reg", NULL); in sparc32_path_component()
78 prop = of_find_property(dp, "reg", NULL); in sbus_path_component()
97 prop = of_find_property(dp, "reg", NULL); in pci_path_component()
122 prop = of_find_property(dp, "reg", NULL); in ebus_path_component()
146 prop = of_find_property(dp, "reg", NULL); in ambapp_path_component()
155 prop = of_find_property(dp, "interrupts", NULL); in ambapp_path_component()
H A Dleon_kernel.c332 pp = of_find_property(rootnp, "systemid", &len); in leon_init_timers()
343 pp = of_find_property(np, "reg", &len); in leon_init_timers()
360 pp = of_find_property(np, "ampopts", &len); in leon_init_timers()
374 pp = of_find_property(np, "reg", &len); in leon_init_timers()
378 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()
/linux/arch/powerpc/kexec/
H A Dcore.c174 of_remove_property(node, of_find_property(node, in export_crashk_values()
176 of_remove_property(node, of_find_property(node, in export_crashk_values()
203 of_remove_property(node, of_find_property(node, kernel_end_prop.name, NULL)); in kexec_setup()
/linux/drivers/net/wireless/mediatek/mt76/
H A Deeprom.c218 struct property *country = of_find_property(cur, "country", NULL); in mt76_find_power_limits_node()
219 struct property *regd = of_find_property(cur, "regdomain", NULL); in mt76_find_power_limits_node()
241 struct property *prop = of_find_property(np, name, NULL); in mt76_get_of_array()
/linux/drivers/soc/renesas/
H A Dr9a06g032-smp.c67 if (of_find_property(dn, "cpu-release-addr", &dns)) { in r9a06g032_smp_prepare_cpus()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddss-of.c32 prop = of_find_property(np, "compatible", NULL); in dss_of_port_get_parent_device()
H A Dhdmi_common.c18 prop = of_find_property(ep, "lanes", &len); in hdmi_parse_lanes_of()
H A Domapdss-boot-init.c87 prop = of_find_property(node, "compatible", NULL); in omapdss_omapify_node()
/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()
/linux/drivers/of/
H A Dproperty.c46 struct property *prop = of_find_property(np, propname, NULL); in of_property_read_bool()
97 const struct property *prop = of_find_property(np, propname, NULL); in of_property_count_elems_of_size()
133 const struct property *prop = of_find_property(np, propname, NULL); in of_find_property_value_of_size()
499 const struct property *prop = of_find_property(np, propname, NULL); in of_property_read_string()
529 const struct property *prop = of_find_property(np, propname, NULL); in of_property_match_string()
569 const struct property *prop = of_find_property(np, propname, NULL); in of_property_read_string_helper()
/linux/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi_common.c18 prop = of_find_property(ep, "lanes", &len); in hdmi_parse_lanes_of()
/linux/drivers/opp/
H A Dof.c431 prop = of_find_property(np, "opp-peak-kBps", NULL); in _bandwidth_supported()
565 prop = of_find_property(opp->np, name, NULL); in _parse_named_prop()
571 prop = of_find_property(opp->np, name, NULL); in _parse_named_prop()
724 prop = of_find_property(np, "opp-hz", NULL); in _read_rate()
769 prop = of_find_property(np, name, NULL); in _read_bw()
1016 prop = of_find_property(dev->of_node, "operating-points", NULL); in _of_add_opp_table_v1()
/linux/arch/powerpc/platforms/8xx/
H A Dtqm8xx_setup.c104 prop = of_find_property(dnode, "ethernet1", &len); in init_ioports()
/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()
H A Dpinconf-generic.c258 prop = of_find_property(np, "pinmux", NULL); in pinconf_generic_parse_dt_pinmux()
373 prop = of_find_property(np, "pinmux", NULL); in pinconf_generic_dt_node_to_map_pinmux()
/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()
/linux/net/wireless/
H A Dof.c91 prop = of_find_property(np, "ieee80211-freq-limit", &len); in wiphy_read_of_freq_limits()
/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()
/linux/include/linux/
H A Dof.h313 extern struct property *of_find_property(const struct device_node *np,
615 static inline struct property *of_find_property(const struct device_node *np, in of_find_property() function
1274 struct property *prop = of_find_property(np, propname, NULL); in of_property_present()
1439 {of_find_property(np, propname, NULL), \
1445 for (prop = of_find_property(np, propname, NULL), \
/linux/drivers/crypto/nx/
H A Dnx.c444 p = of_find_property(base_node, "status", NULL); in nx_of_init()
450 p = of_find_property(base_node, "ibm,max-sg-len", NULL); in nx_of_init()
457 p = of_find_property(base_node, "ibm,max-sync-cop", NULL); in nx_of_init()
/linux/arch/powerpc/mm/
H A Ddrmem.c187 prop = of_find_property(memory, "ibm,dynamic-memory", NULL); in drmem_update_dt()
191 prop = of_find_property(memory, "ibm,dynamic-memory-v2", NULL); in drmem_update_dt()
/linux/drivers/pmdomain/arm/
H A Dscmi_perf_domain.c92 if (!of_find_property(dev->of_node, "#power-domain-cells", NULL)) in scmi_perf_domain_probe()
/linux/drivers/video/
H A Dof_display_timing.c31 prop = of_find_property(np, name, &length); in parse_timing_property()

1234