Home
last modified time | relevance | path

Searched refs:of_property_read_string (Results 1 – 25 of 266) sorted by relevance

1234567891011

/linux-6.3-rc2/drivers/clk/at91/
A Ddt-compat.c262 of_property_read_string(np, "clock-output-names", &name); in of_at91rm9200_clk_main_osc_setup()
290 of_property_read_string(np, "clock-output-names", &name); in of_at91sam9x5_clk_main_rc_osc_setup()
318 of_property_read_string(np, "clock-output-names", &name); in of_at91rm9200_clk_main_setup()
355 of_property_read_string(np, "clock-output-names", &name); in of_at91sam9x5_clk_main_setup()
410 of_property_read_string(np, "clock-output-names", &name); in of_at91_clk_master_setup()
654 of_property_read_string(np, "clock-output-names", &name); in of_at91_clk_pll_setup()
717 of_property_read_string(np, "clock-output-names", &name); in of_at91sam9x5_clk_plldiv_setup()
822 of_property_read_string(np, "clock-output-names", &name); in of_at91sam9260_clk_slow_setup()
852 of_property_read_string(np, "clock-output-names", &name); in of_at91sam9x5_clk_smd_setup()
939 of_property_read_string(np, "clock-output-names", &name); in of_at91sam9x5_clk_usb_setup()
[all …]
/linux-6.3-rc2/arch/sh/boards/
A Dof-generic.c69 of_property_read_string(np, "enable-method", &method); in sh_of_smp_probe()
78 of_property_read_string(np, "enable-method", &method); in sh_of_smp_probe()
123 of_property_read_string(root, "model", &sh_mv.mv_name); in sh_of_setup()
/linux-6.3-rc2/drivers/clk/
A Dclk-moxart.c25 of_property_read_string(node, "clock-output-names", &name); in moxart_of_pll_clk_init()
65 of_property_read_string(node, "clock-output-names", &name); in moxart_of_apb_clk_init()
A Dclk-nspire.c81 of_property_read_string(node, "clock-output-names", &clk_name); in nspire_ahbdiv_setup()
122 of_property_read_string(node, "clock-output-names", &clk_name); in nspire_clk_setup()
A Dclk-fixed-mmio.c34 of_property_read_string(node, "clock-output-names", &clk_name); in fixed_mmio_clk_setup()
/linux-6.3-rc2/net/core/
A Dof_net.c33 err = of_property_read_string(np, "phy-mode", &pm); in of_get_phy_mode()
35 err = of_property_read_string(np, "phy-connection-type", &pm); in of_get_phy_mode()
/linux-6.3-rc2/arch/riscv/kernel/
A Dcpu.c40 if (of_property_read_string(node, "riscv,isa", &isa)) { in riscv_of_processor_hartid()
292 if (!of_property_read_string(node, "riscv,isa", &isa)) in c_show()
295 if (!of_property_read_string(node, "compatible", &compat) in c_show()
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
A Dof.c82 err = of_property_read_string(np, "brcm,board-type", &prop); in brcmf_of_probe()
86 if (!of_property_read_string(np, "apple,antenna-sku", &prop)) in brcmf_of_probe()
/linux-6.3-rc2/drivers/net/dsa/hirschmann/
A Dhellcreek_ptp.c318 ret = of_property_read_string(led, "label", &label); in hellcreek_led_setup()
321 ret = of_property_read_string(led, "default-state", &state); in hellcreek_led_setup()
344 ret = of_property_read_string(led, "label", &label); in hellcreek_led_setup()
347 ret = of_property_read_string(led, "default-state", &state); in hellcreek_led_setup()
/linux-6.3-rc2/arch/mips/generic/
A Dproc.c21 err = of_property_read_string(of_root, "model", &str); in get_system_type()
/linux-6.3-rc2/drivers/clocksource/
A Dtimer-integrator-ap.c181 err = of_property_read_string(of_aliases, in integrator_ap_timer_init_of()
201 err = of_property_read_string(of_aliases, in integrator_ap_timer_init_of()
/linux-6.3-rc2/arch/powerpc/platforms/powernv/
A Dsetup.c220 if (of_property_read_string(dn, "version", &s) == 0 || in pnv_add_hw_description()
221 of_property_read_string(dn, "git-id", &s) == 0) in pnv_add_hw_description()
224 if (of_property_read_string(dn, "mi-version", &s) == 0) in pnv_add_hw_description()
/linux-6.3-rc2/drivers/usb/phy/
A Dof.c33 err = of_property_read_string(np, "phy_type", &phy_type); in of_usb_get_phy_mode()
/linux-6.3-rc2/drivers/clk/sunxi/
A Dclk-a10-codec.c24 of_property_read_string(node, "clock-output-names", &clk_name); in sun4i_codec_clk_setup()
A Dclk-sun6i-apb0.c46 of_property_read_string(np, "clock-output-names", &clk_name); in sun6i_a31_apb0_clk_probe()
A Dclk-a10-hosc.c36 of_property_read_string(node, "clock-output-names", &clk_name); in sun4i_osc_clk_setup()
A Dclk-a20-gmac.c61 if (of_property_read_string(node, "clock-output-names", &clk_name)) in sun7i_a20_gmac_clk_setup()
A Dclk-a10-mod1.c43 of_property_read_string(node, "clock-output-names", &clk_name); in sun4i_mod1_clk_setup()
A Dclk-sun4i-pll3.c31 of_property_read_string(node, "clock-output-names", &clk_name); in sun4i_a10_pll3_setup()
/linux-6.3-rc2/drivers/memory/
A Datmel-ebi.c209 of_property_read_string(np, "atmel,smc-byte-access-type", &tmp_str); in atmel_ebi_xslate_smc_config()
216 of_property_read_string(np, "atmel,smc-read-mode", &tmp_str); in atmel_ebi_xslate_smc_config()
223 of_property_read_string(np, "atmel,smc-write-mode", &tmp_str); in atmel_ebi_xslate_smc_config()
230 of_property_read_string(np, "atmel,smc-exnw-mode", &tmp_str); in atmel_ebi_xslate_smc_config()
/linux-6.3-rc2/sound/soc/mediatek/common/
A Dmtk-soundcard-driver.c49 if (of_property_read_string(sub_node, "link-name", in parse_dai_link_info()
/linux-6.3-rc2/arch/powerpc/perf/
A Dimc-pmu.c164 if (of_property_read_string(np, "event-name", &s)) in imc_parse_event()
171 if (of_property_read_string(np, "scale", &s)) in imc_parse_event()
180 if (of_property_read_string(np, "unit", &s)) in imc_parse_event()
244 if (of_property_read_string(node, "events-prefix", &prefix)) { in update_events_in_group()
250 if (of_property_read_string(node, "scale", &g_scale)) in update_events_in_group()
253 if (of_property_read_string(node, "unit", &g_unit)) in update_events_in_group()
1683 if (of_property_read_string(parent, "name", &s)) in imc_mem_init()
/linux-6.3-rc2/drivers/fpga/
A Dof-fpga-region.c160 if (!of_property_read_string(child_region, "firmware-name", in child_regions_with_firmware()
231 if (!of_property_read_string(overlay, "firmware-name", in of_fpga_region_parse_ov()
/linux-6.3-rc2/drivers/clk/keystone/
A Dpll.c256 of_property_read_string(node, "clock-output-names", &clk_name); in of_pll_div_clk_init()
305 of_property_read_string(node, "clock-output-names", &clk_name); in of_pll_mux_clk_init()
/linux-6.3-rc2/drivers/net/mdio/
A Dof_mdio.c367 err = of_property_read_string(np, "managed", &managed); in of_phy_is_fixed_link()
387 if (of_property_read_string(np, "managed", &managed) == 0 && in of_phy_register_fixed_link()

Completed in 33 milliseconds

1234567891011