Home
last modified time | relevance | path

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

123456789

/Linux-v4.19/arch/sparc/kernel/
Dprom_64.c79 rprop = of_find_property(dp, "reg", NULL); in sun4v_path_component()
119 prop = of_find_property(dp, "reg", NULL); in sun4u_path_component()
132 prop = of_find_property(dp, "upa-portid", NULL); in sun4u_path_component()
134 prop = of_find_property(dp, "portid", NULL); in sun4u_path_component()
154 prop = of_find_property(dp, "reg", NULL); in sbus_path_component()
172 prop = of_find_property(dp, "reg", NULL); in pci_path_component()
196 prop = of_find_property(dp, "reg", NULL); in upa_path_component()
202 prop = of_find_property(dp, "upa-portid", NULL); in upa_path_component()
218 prop = of_find_property(dp, "reg", NULL); in vdev_path_component()
233 prop = of_find_property(dp, "reg", NULL); in ebus_path_component()
[all …]
Dprom_32.c66 rprop = of_find_property(dp, "reg", NULL); in sparc32_path_component()
82 prop = of_find_property(dp, "reg", NULL); in sbus_path_component()
100 prop = of_find_property(dp, "reg", NULL); in pci_path_component()
124 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()
161 prop = of_find_property(dp, "vendor", NULL); in ambapp_path_component()
165 prop = of_find_property(dp, "device", NULL); in ambapp_path_component()
Dleon_kernel.c335 pp = of_find_property(rootnp, "systemid", &len); in leon_init_timers()
346 pp = of_find_property(np, "reg", &len); in leon_init_timers()
363 pp = of_find_property(np, "ampopts", &len); in leon_init_timers()
377 pp = of_find_property(np, "reg", &len); in leon_init_timers()
381 pp = of_find_property(np, "interrupts", &len); in leon_init_timers()
491 p = of_find_property(dp, "mid", (void *)0); in leon_trans_init()
Dpower.c31 if (!of_find_property(dp, "button", NULL)) in has_button_interrupt()
/Linux-v4.19/drivers/video/backlight/
Das3711_bl.c299 if (of_find_property(bl, "su2-feedback-voltage", NULL)) { in as3711_backlight_parse_dt()
303 if (of_find_property(bl, "su2-feedback-curr1", NULL)) { in as3711_backlight_parse_dt()
307 if (of_find_property(bl, "su2-feedback-curr2", NULL)) { in as3711_backlight_parse_dt()
311 if (of_find_property(bl, "su2-feedback-curr3", NULL)) { in as3711_backlight_parse_dt()
315 if (of_find_property(bl, "su2-feedback-curr-auto", NULL)) { in as3711_backlight_parse_dt()
325 if (of_find_property(bl, "su2-fbprot-lx-sd4", NULL)) { in as3711_backlight_parse_dt()
329 if (of_find_property(bl, "su2-fbprot-gpio2", NULL)) { in as3711_backlight_parse_dt()
333 if (of_find_property(bl, "su2-fbprot-gpio3", NULL)) { in as3711_backlight_parse_dt()
337 if (of_find_property(bl, "su2-fbprot-gpio4", NULL)) { in as3711_backlight_parse_dt()
347 if (of_find_property(bl, "su2-auto-curr1", NULL)) { in as3711_backlight_parse_dt()
[all …]
/Linux-v4.19/drivers/opp/
Dof.c89 if (of_find_property(np, "opp-supported-hw", NULL)) in _opp_is_supported()
126 prop = of_find_property(opp->np, name, NULL); in opp_parse_supplies()
132 prop = of_find_property(opp->np, name, NULL); in opp_parse_supplies()
175 prop = of_find_property(opp->np, name, NULL); in opp_parse_supplies()
181 prop = of_find_property(opp->np, name, NULL); in opp_parse_supplies()
302 if (!of_find_property(dev->of_node, "#power-domain-cells", in _opp_add_static_v2()
454 prop = of_find_property(dev->of_node, "operating-points", NULL); in _of_add_opp_table_v1()
/Linux-v4.19/arch/powerpc/kernel/
Dmachine_kexec.c241 of_remove_property(node, of_find_property(node, in export_crashk_values()
243 of_remove_property(node, of_find_property(node, in export_crashk_values()
270 of_remove_property(node, of_find_property(node, kernel_end_prop.name, NULL)); in kexec_setup()
Dmachine_kexec_64.c400 of_remove_property(node, of_find_property(node, htab_base_prop.name, NULL)); in export_htab_values()
401 of_remove_property(node, of_find_property(node, htab_size_prop.name, NULL)); in export_htab_values()
/Linux-v4.19/drivers/mfd/
Dwm8994-core.c292 if (of_find_property(np, "wlf,lineout1-se", NULL)) in wm8994_set_pdata_from_of()
294 if (of_find_property(np, "wlf,lineout2-se", NULL)) in wm8994_set_pdata_from_of()
297 if (of_find_property(np, "wlf,lineout1-feedback", NULL)) in wm8994_set_pdata_from_of()
299 if (of_find_property(np, "wlf,lineout2-feedback", NULL)) in wm8994_set_pdata_from_of()
302 if (of_find_property(np, "wlf,ldoena-always-driven", NULL)) in wm8994_set_pdata_from_of()
/Linux-v4.19/drivers/pinctrl/sunxi/
Dpinctrl-sunxi.c155 return of_find_property(node, "bias-pull-up", NULL) || in sunxi_pctrl_has_bias_prop()
156 of_find_property(node, "bias-pull-down", NULL) || in sunxi_pctrl_has_bias_prop()
157 of_find_property(node, "bias-disable", NULL) || in sunxi_pctrl_has_bias_prop()
158 of_find_property(node, "allwinner,pull", NULL); in sunxi_pctrl_has_bias_prop()
163 return of_find_property(node, "drive-strength", NULL) || in sunxi_pctrl_has_drive_prop()
164 of_find_property(node, "allwinner,drive", NULL); in sunxi_pctrl_has_drive_prop()
172 if (of_find_property(node, "bias-pull-up", NULL)) in sunxi_pctrl_parse_bias_prop()
175 if (of_find_property(node, "bias-pull-down", NULL)) in sunxi_pctrl_parse_bias_prop()
178 if (of_find_property(node, "bias-disable", NULL)) in sunxi_pctrl_parse_bias_prop()
1196 if (!of_find_property(node, "input-debounce", NULL)) in sunxi_pinctrl_setup_debounce()
/Linux-v4.19/drivers/regulator/
Dtps62360-regulator.c316 if (of_find_property(np, "ti,vsel0-state-high", NULL)) in of_get_tps62360_platform_data()
319 if (of_find_property(np, "ti,vsel1-state-high", NULL)) in of_get_tps62360_platform_data()
322 if (of_find_property(np, "ti,enable-pull-down", NULL)) in of_get_tps62360_platform_data()
325 if (of_find_property(np, "ti,enable-vout-discharge", NULL)) in of_get_tps62360_platform_data()
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Domapdss-boot-init.c98 prop = of_find_property(node, "compatible", NULL); in omapdss_omapify_node()
201 if (!of_find_property(child, "compatible", NULL)) in omapdss_boot_init()
Ddss-of.c37 prop = of_find_property(np, "compatible", NULL); in dss_of_port_get_parent_device()
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Domapdss-boot-init.c98 prop = of_find_property(node, "compatible", NULL); in omapdss_omapify_node()
202 if (!of_find_property(child, "compatible", NULL)) in omapdss_boot_init()
/Linux-v4.19/drivers/nfc/nfcmrvl/
Duart.c91 if (of_find_property(matched_node, "flow-control", NULL)) in nfcmrvl_uart_parse_dt()
96 if (of_find_property(matched_node, "break-control", NULL)) in nfcmrvl_uart_parse_dt()
/Linux-v4.19/drivers/of/
Dproperty.c46 struct property *prop = of_find_property(np, propname, NULL); in of_property_count_elems_of_size()
81 struct property *prop = of_find_property(np, propname, NULL); in of_find_property_value_of_size()
396 const struct property *prop = of_find_property(np, propname, NULL); in of_property_read_string()
420 const struct property *prop = of_find_property(np, propname, NULL); in of_property_match_string()
460 const struct property *prop = of_find_property(np, propname, NULL); in of_property_read_string_helper()
Dof_net.c44 struct property *pp = of_find_property(np, name, NULL); in of_get_mac_addr()
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dof.c43 if (!of_find_property(np, "interrupts", NULL)) in brcmf_of_probe()
/Linux-v4.19/arch/powerpc/sysdev/
Dmpic_msgr.c123 if (!of_find_property(aliases, buf, NULL)) in mpic_msgr_number_of_blocks()
153 prop = of_find_property(aliases, buf, NULL); in mpic_msgr_block_number()
/Linux-v4.19/drivers/soc/renesas/
Dr9a06g032-smp.c67 if (of_find_property(dn, "cpu-release-addr", &dns)) { in r9a06g032_smp_prepare_cpus()
/Linux-v4.19/drivers/usb/chipidea/
Dci_hdrc_imx.c135 if (of_find_property(np, "disable-over-current", NULL)) in usbmisc_get_init_data()
138 if (of_find_property(np, "over-current-active-high", NULL)) in usbmisc_get_init_data()
141 if (of_find_property(np, "external-vbus-divider", NULL)) in usbmisc_get_init_data()
/Linux-v4.19/sound/soc/fsl/
Dfsl_sai.c859 if (of_find_property(np, "fsl,sai-synchronous-rx", NULL) && in fsl_sai_probe()
860 of_find_property(np, "fsl,sai-asynchronous", NULL)) { in fsl_sai_probe()
866 if (of_find_property(np, "fsl,sai-synchronous-rx", NULL)) { in fsl_sai_probe()
870 } else if (of_find_property(np, "fsl,sai-asynchronous", NULL)) { in fsl_sai_probe()
879 if (of_find_property(np, "fsl,sai-mclk-direction-output", NULL) && in fsl_sai_probe()
/Linux-v4.19/drivers/cpufreq/
Dcpufreq-dt.c78 pp = of_find_property(np, "cpu0-supply", NULL); in find_supply_name()
85 pp = of_find_property(np, "cpu-supply", NULL); in find_supply_name()
/Linux-v4.19/arch/powerpc/platforms/pseries/
Dpseries_energy.c60 info = of_find_property(dn, "ibm,drc-info", NULL); in cpu_to_drc_index()
122 info = of_find_property(dn, "ibm,drc-info", NULL); in drc_index_to_cpu()
/Linux-v4.19/drivers/misc/
Dsram.c216 if (of_find_property(child, "export", NULL)) in sram_reserve_regions()
219 if (of_find_property(child, "pool", NULL)) in sram_reserve_regions()
222 if (of_find_property(child, "protect-exec", NULL)) in sram_reserve_regions()

123456789