Home
last modified time | relevance | path

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

12345678910

/linux-6.1.9/arch/sparc/kernel/
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 …]
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()
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()
Dpower.c31 if (!of_find_property(dp, "button", NULL)) in has_button_interrupt()
/linux-6.1.9/drivers/video/backlight/
Das3711_bl.c289 if (of_find_property(bl, "su2-feedback-voltage", NULL)) { in as3711_backlight_parse_dt()
293 if (of_find_property(bl, "su2-feedback-curr1", NULL)) { in as3711_backlight_parse_dt()
297 if (of_find_property(bl, "su2-feedback-curr2", NULL)) { in as3711_backlight_parse_dt()
301 if (of_find_property(bl, "su2-feedback-curr3", NULL)) { in as3711_backlight_parse_dt()
305 if (of_find_property(bl, "su2-feedback-curr-auto", NULL)) { in as3711_backlight_parse_dt()
315 if (of_find_property(bl, "su2-fbprot-lx-sd4", NULL)) { in as3711_backlight_parse_dt()
319 if (of_find_property(bl, "su2-fbprot-gpio2", NULL)) { in as3711_backlight_parse_dt()
323 if (of_find_property(bl, "su2-fbprot-gpio3", NULL)) { in as3711_backlight_parse_dt()
327 if (of_find_property(bl, "su2-fbprot-gpio4", NULL)) { in as3711_backlight_parse_dt()
337 if (of_find_property(bl, "su2-auto-curr1", NULL)) { in as3711_backlight_parse_dt()
[all …]
/linux-6.1.9/arch/powerpc/kexec/
Dcore.c237 of_remove_property(node, of_find_property(node, in export_crashk_values()
239 of_remove_property(node, of_find_property(node, in export_crashk_values()
266 of_remove_property(node, of_find_property(node, kernel_end_prop.name, NULL)); in kexec_setup()
Dcore_64.c410 of_remove_property(node, of_find_property(node, htab_base_prop.name, NULL)); in export_htab_values()
411 of_remove_property(node, of_find_property(node, htab_size_prop.name, NULL)); in export_htab_values()
/linux-6.1.9/drivers/opp/
Dof.c227 if (of_find_property(np, "#power-domain-cells", NULL)) in _of_init_opp_table()
452 prop = of_find_property(np, "opp-peak-kBps", NULL); in _bandwidth_supported()
539 if (of_find_property(np, "opp-supported-hw", NULL)) in _opp_is_supported()
594 prop = of_find_property(opp->np, name, NULL); in opp_parse_supplies()
600 prop = of_find_property(opp->np, name, NULL); in opp_parse_supplies()
657 prop = of_find_property(opp->np, name, NULL); in opp_parse_supplies()
663 prop = of_find_property(opp->np, name, NULL); in opp_parse_supplies()
700 prop = of_find_property(opp->np, name, NULL); in opp_parse_supplies()
783 prop = of_find_property(np, "opp-hz", NULL); in _read_rate()
828 prop = of_find_property(np, name, NULL); in _read_bw()
[all …]
/linux-6.1.9/drivers/pci/hotplug/
Drpaphp_core.c237 info = of_find_property(dn->parent, "ibm,drc-info", NULL); in rpaphp_check_drc_props_v2()
281 if (of_find_property(dn->parent, "ibm,drc-info", NULL)) in rpaphp_check_drc_props()
344 info = of_find_property(dn, "ibm,drc-info", NULL); in rpaphp_drc_info_add_slot()
443 if (of_find_property(dn, "ibm,drc-info", NULL)) in rpaphp_add_slot()
/linux-6.1.9/drivers/mfd/
Dwm8994-core.c286 if (of_find_property(np, "wlf,lineout1-se", NULL)) in wm8994_set_pdata_from_of()
288 if (of_find_property(np, "wlf,lineout2-se", NULL)) in wm8994_set_pdata_from_of()
291 if (of_find_property(np, "wlf,lineout1-feedback", NULL)) in wm8994_set_pdata_from_of()
293 if (of_find_property(np, "wlf,lineout2-feedback", NULL)) in wm8994_set_pdata_from_of()
296 if (of_find_property(np, "wlf,ldoena-always-driven", NULL)) in wm8994_set_pdata_from_of()
/linux-6.1.9/drivers/regulator/
Dtps62360-regulator.c299 if (of_find_property(np, "ti,vsel0-state-high", NULL)) in of_get_tps62360_platform_data()
302 if (of_find_property(np, "ti,vsel1-state-high", NULL)) in of_get_tps62360_platform_data()
305 if (of_find_property(np, "ti,enable-pull-down", NULL)) in of_get_tps62360_platform_data()
308 if (of_find_property(np, "ti,enable-vout-discharge", NULL)) in of_get_tps62360_platform_data()
Dbd71815-regulator.c204 if (of_find_property(np, "rohm,dvs-run-voltage", NULL) || in buck12_set_hw_dvs_levels()
205 of_find_property(np, "rohm,dvs-suspend-voltage", NULL) || in buck12_set_hw_dvs_levels()
206 of_find_property(np, "rohm,dvs-lpsr-voltage", NULL) || in buck12_set_hw_dvs_levels()
207 of_find_property(np, "rohm,dvs-snvs-voltage", NULL)) { in buck12_set_hw_dvs_levels()
/linux-6.1.9/drivers/video/fbdev/omap2/omapfb/dss/
Domapdss-boot-init.c87 prop = of_find_property(node, "compatible", NULL); in omapdss_omapify_node()
195 if (!of_find_property(child, "compatible", NULL)) in omapdss_boot_init()
/linux-6.1.9/drivers/nfc/nfcmrvl/
Duart.c79 if (of_find_property(matched_node, "flow-control", NULL)) in nfcmrvl_uart_parse_dt()
84 if (of_find_property(matched_node, "break-control", NULL)) in nfcmrvl_uart_parse_dt()
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/
Deeprom.c156 struct property *country = of_find_property(cur, "country", NULL); in mt76_find_power_limits_node()
157 struct property *regd = of_find_property(cur, "regdomain", NULL); in mt76_find_power_limits_node()
178 struct property *prop = of_find_property(np, name, NULL); in mt76_get_of_array()
/linux-6.1.9/drivers/of/
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()
1089 if (of_find_property(np, "compatible", NULL)) in of_get_compat_node()
1361 if (of_find_property(np, "gpio-hog", NULL)) in parse_gpio_compat()
/linux-6.1.9/drivers/soc/sunxi/
Dsunxi_mbus.c85 if (of_find_property(dev->of_node, "interconnects", NULL)) in sunxi_mbus_notifier()
/linux-6.1.9/drivers/pinctrl/sunxi/
Dpinctrl-sunxi.c225 return of_find_property(node, "bias-pull-up", NULL) || in sunxi_pctrl_has_bias_prop()
226 of_find_property(node, "bias-pull-down", NULL) || in sunxi_pctrl_has_bias_prop()
227 of_find_property(node, "bias-disable", NULL) || in sunxi_pctrl_has_bias_prop()
228 of_find_property(node, "allwinner,pull", NULL); in sunxi_pctrl_has_bias_prop()
233 return of_find_property(node, "drive-strength", NULL) || in sunxi_pctrl_has_drive_prop()
234 of_find_property(node, "allwinner,drive", NULL); in sunxi_pctrl_has_drive_prop()
242 if (of_find_property(node, "bias-pull-up", NULL)) in sunxi_pctrl_parse_bias_prop()
245 if (of_find_property(node, "bias-pull-down", NULL)) in sunxi_pctrl_parse_bias_prop()
248 if (of_find_property(node, "bias-disable", NULL)) in sunxi_pctrl_parse_bias_prop()
1425 if (!of_find_property(node, "input-debounce", NULL)) in sunxi_pinctrl_setup_debounce()
/linux-6.1.9/arch/powerpc/sysdev/
Dmpic_msgr.c119 if (!of_find_property(aliases, buf, NULL)) in mpic_msgr_number_of_blocks()
151 prop = of_find_property(aliases, buf, NULL); in mpic_msgr_block_number()
/linux-6.1.9/drivers/soc/renesas/
Dr9a06g032-smp.c67 if (of_find_property(dn, "cpu-release-addr", &dns)) { in r9a06g032_smp_prepare_cpus()
/linux-6.1.9/drivers/cpuidle/
Dcpuidle-riscv-sbi.c499 if (!of_find_property(node, "#power-domain-cells", NULL)) in sbi_genpd_probe()
550 of_find_property(np, "power-domains", NULL) && in sbi_cpuidle_probe()
551 of_find_property(np, "power-domain-names", NULL)) { in sbi_cpuidle_probe()
/linux-6.1.9/drivers/soc/xilinx/
Dzynqmp_power.c221 } else if (of_find_property(pdev->dev.of_node, "mboxes", NULL)) { in zynqmp_pm_probe()
243 } else if (of_find_property(pdev->dev.of_node, "interrupts", NULL)) { in zynqmp_pm_probe()
/linux-6.1.9/arch/powerpc/platforms/pseries/
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-6.1.9/drivers/cpufreq/
Dimx6q-cpufreq.c225 if (of_find_property(dev->of_node, "nvmem-cells", NULL)) { in imx6q_opp_check_speed_grading()
282 if (of_find_property(dev->of_node, "nvmem-cells", NULL)) { in imx6ul_opp_check_speed_grading()
424 prop = of_find_property(np, "fsl,soc-operating-points", NULL); in imx6q_cpufreq_probe()
/linux-6.1.9/drivers/soc/fsl/qbman/
Ddpaa_sys.c66 prop = of_find_property(mem_node, "reg", &len); in qbman_init_private_mem()

12345678910