Home
last modified time | relevance | path

Searched refs:of_find_property (Results 1 - 25 of 321) sorted by relevance

12345678910>>...13

/kernel/linux/linux-5.10/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.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.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()
H A Dpower.c31 if (!of_find_property(dp, "button", NULL)) in has_button_interrupt()
/kernel/linux/linux-6.6/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.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()
/kernel/linux/linux-5.10/drivers/video/backlight/
H A 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(b in as3711_backlight_parse_dt()
[all...]
/kernel/linux/linux-5.10/drivers/opp/
H A Dof.c230 if (of_find_property(np, "#power-domain-cells", NULL)) in _of_init_opp_table()
355 prop = of_find_property(np, "opp-peak-kBps", NULL); in _bandwidth_supported()
440 if (of_find_property(np, "opp-supported-hw", NULL)) in _opp_is_supported()
494 prop = of_find_property(opp->np, name, NULL); in opp_parse_supplies()
500 prop = of_find_property(opp->np, name, NULL); in opp_parse_supplies()
557 prop = of_find_property(opp->np, name, NULL); in opp_parse_supplies()
563 prop = of_find_property(opp->np, name, NULL); in opp_parse_supplies()
642 prop = of_find_property(np, name, NULL); in _read_bw()
905 prop = of_find_property(dev->of_node, "operating-points", NULL); in _of_add_opp_table_v1()
/kernel/linux/linux-5.10/arch/powerpc/kexec/
H A Dcore.c249 of_remove_property(node, of_find_property(node, in export_crashk_values()
251 of_remove_property(node, of_find_property(node, in export_crashk_values()
278 of_remove_property(node, of_find_property(node, kernel_end_prop.name, NULL)); in kexec_setup()
H A Dcore_64.c407 of_remove_property(node, of_find_property(node, htab_base_prop.name, NULL)); in export_htab_values()
408 of_remove_property(node, of_find_property(node, htab_size_prop.name, NULL)); in export_htab_values()
/kernel/linux/linux-6.6/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.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()
/kernel/linux/linux-5.10/drivers/mfd/
H A 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()
/kernel/linux/linux-5.10/drivers/pinctrl/sunxi/
H A Dpinctrl-sunxi.c164 return of_find_property(node, "bias-pull-up", NULL) || in sunxi_pctrl_has_bias_prop()
165 of_find_property(node, "bias-pull-down", NULL) || in sunxi_pctrl_has_bias_prop()
166 of_find_property(node, "bias-disable", NULL) || in sunxi_pctrl_has_bias_prop()
167 of_find_property(node, "allwinner,pull", NULL); in sunxi_pctrl_has_bias_prop()
172 return of_find_property(node, "drive-strength", NULL) || in sunxi_pctrl_has_drive_prop()
173 of_find_property(node, "allwinner,drive", NULL); in sunxi_pctrl_has_drive_prop()
181 if (of_find_property(node, "bias-pull-up", NULL)) in sunxi_pctrl_parse_bias_prop()
184 if (of_find_property(node, "bias-pull-down", NULL)) in sunxi_pctrl_parse_bias_prop()
187 if (of_find_property(node, "bias-disable", NULL)) in sunxi_pctrl_parse_bias_prop()
1355 if (!of_find_property(nod in sunxi_pinctrl_setup_debounce()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H A Domapdss-boot-init.c87 prop = of_find_property(node, "compatible", NULL); in omapdss_omapify_node()
186 if (!of_find_property(child, "compatible", NULL)) in omapdss_find_children()
/kernel/linux/linux-5.10/drivers/nfc/nfcmrvl/
H A Duart.c90 if (of_find_property(matched_node, "flow-control", NULL)) in nfcmrvl_uart_parse_dt()
95 if (of_find_property(matched_node, "break-control", NULL)) in nfcmrvl_uart_parse_dt()
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H A 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()
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Drpaphp_core.c235 info = of_find_property(dn->parent, "ibm,drc-info", NULL); in rpaphp_check_drc_props_v2()
279 if (of_find_property(dn->parent, "ibm,drc-info", NULL)) in rpaphp_check_drc_props()
342 info = of_find_property(dn, "ibm,drc-info", NULL); in rpaphp_drc_info_add_slot()
441 if (of_find_property(dn, "ibm,drc-info", NULL)) in rpaphp_add_slot()
/kernel/linux/linux-5.10/drivers/regulator/
H A 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()
/kernel/linux/linux-5.10/drivers/of/
H A Dproperty.c72 struct property *prop = of_find_property(np, propname, NULL); in of_property_count_elems_of_size()
108 struct property *prop = of_find_property(np, propname, NULL); in of_find_property_value_of_size()
438 const struct property *prop = of_find_property(np, propname, NULL); in of_property_read_string()
462 const struct property *prop = of_find_property(np, propname, NULL); in of_property_match_string()
502 const struct property *prop = of_find_property(np, propname, NULL); in of_property_read_string_helper()
1122 if (of_find_property(sup_np, "compatible", NULL)) in of_link_to_phandle()
/kernel/linux/linux-5.10/arch/powerpc/sysdev/
H A Dmpic_msgr.c118 if (!of_find_property(aliases, buf, NULL)) in mpic_msgr_number_of_blocks()
148 prop = of_find_property(aliases, buf, NULL); in mpic_msgr_block_number()
/kernel/linux/linux-5.10/drivers/soc/xilinx/
H A Dzynqmp_power.c188 if (of_find_property(pdev->dev.of_node, "mboxes", NULL)) { in zynqmp_pm_probe()
210 } else if (of_find_property(pdev->dev.of_node, "interrupts", NULL)) { in zynqmp_pm_probe()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dof.c54 if (!of_find_property(np, "interrupts", NULL)) in brcmf_of_probe()
/kernel/linux/linux-5.10/drivers/soc/renesas/
H A Dr9a06g032-smp.c67 if (of_find_property(dn, "cpu-release-addr", &dns)) { in r9a06g032_smp_prepare_cpus()

Completed in 17 milliseconds

12345678910>>...13