Home
last modified time | relevance | path

Searched refs:of_property_read_string_index (Results 1 – 25 of 82) sorted by relevance

1234

/Linux-v5.4/drivers/clk/sunxi/
Dclk-a10-pll2.c120 of_property_read_string_index(node, "clock-output-names", in sun4i_pll2_setup()
135 of_property_read_string_index(node, "clock-output-names", in sun4i_pll2_setup()
144 of_property_read_string_index(node, "clock-output-names", in sun4i_pll2_setup()
153 of_property_read_string_index(node, "clock-output-names", in sun4i_pll2_setup()
Dclk-sun6i-apb0-gates.c80 of_property_read_string_index(np, "clock-output-names", in sun6i_a31_apb0_gates_clk_probe()
Dclk-sun8i-bus-gates.c62 of_property_read_string_index(node, "clock-output-names", in sun8i_h3_bus_gates_init()
Dclk-simple-gates.c51 of_property_read_string_index(node, "clock-output-names", in sunxi_simple_gates_setup()
/Linux-v5.4/drivers/clk/mvebu/
Dcommon.c135 of_property_read_string_index(np, "clock-output-names", 0, in mvebu_coreclk_setup()
143 of_property_read_string_index(np, "clock-output-names", 1, in mvebu_coreclk_setup()
160 of_property_read_string_index(np, "clock-output-names", in mvebu_coreclk_setup()
171 of_property_read_string_index(np, "clock-output-names", in mvebu_coreclk_setup()
Darmada-37xx-xtal.c59 of_property_read_string_index(np, "clock-output-names", 0, &xtal_name); in armada_3700_xtal_clock_probe()
/Linux-v5.4/arch/arm/mach-omap2/
Dtimer.c299 of_property_read_string_index(np, "ti,hwmods", 0, &oh_name); in omap_dm_timer_init_one()
301 of_property_read_string_index(np->parent, "ti,hwmods", 0, in omap_dm_timer_init_one()
457 of_property_read_string_index(np->parent, "ti,hwmods", 0, &oh_name); in omap2_sync32k_clocksource_init()
459 of_property_read_string_index(np, "ti,hwmods", 0, &oh_name); in omap2_sync32k_clocksource_init()
/Linux-v5.4/arch/mips/generic/
Dproc.c20 err = of_property_read_string_index(of_root, "compatible", 0, &str); in get_system_type()
/Linux-v5.4/drivers/clk/
Dclk-rk808.c176 of_property_read_string_index(node, "clock-output-names", in rk808_clkout_probe()
188 of_property_read_string_index(node, "clock-output-names", in rk808_clkout_probe()
Dclk-hi655x.c90 of_property_read_string_index(parent->of_node, "clock-output-names", in hi655x_clk_probe()
Dclk-bd718x7.c108 of_property_read_string_index(parent->of_node, in bd71837_clk_probe()
Dclk-bulk.c27 of_property_read_string_index(np, "clock-names", i, &clks[i].id); in of_clk_bulk_get()
/Linux-v5.4/drivers/clk/qcom/
Dkpss-xcc.c50 if (of_property_read_string_index(pdev->dev.of_node, in kpss_xcc_driver_probe()
Dhfpll.c74 if (of_property_read_string_index(dev->of_node, "clock-output-names", in qcom_hfpll_probe()
/Linux-v5.4/drivers/clk/renesas/
Dclk-r8a7778.c125 of_property_read_string_index(np, "clock-output-names", i, in r8a7778_cpg_clocks_init()
Dclk-rz.c110 of_property_read_string_index(np, "clock-output-names", i, &name); in rz_cpg_clocks_init()
Dclk-r8a7779.c158 of_property_read_string_index(np, "clock-output-names", i, in r8a7779_cpg_clocks_init()
Dclk-r8a7740.c183 of_property_read_string_index(np, "clock-output-names", i, in r8a7740_cpg_clocks_init()
Dclk-r8a73a4.c224 of_property_read_string_index(np, "clock-output-names", i, in r8a73a4_cpg_clocks_init()
Dclk-sh73a0.c202 of_property_read_string_index(np, "clock-output-names", i, in sh73a0_cpg_clocks_init()
/Linux-v5.4/drivers/of/
Dunittest.c634 rc = of_property_read_string_index(np, "string-property", 0, strings); in of_unittest_property_string()
637 rc = of_property_read_string_index(np, "string-property", 1, strings); in of_unittest_property_string()
639 rc = of_property_read_string_index(np, "phandle-list-names", 0, strings); in of_unittest_property_string()
641 rc = of_property_read_string_index(np, "phandle-list-names", 1, strings); in of_unittest_property_string()
643 rc = of_property_read_string_index(np, "phandle-list-names", 2, strings); in of_unittest_property_string()
646 rc = of_property_read_string_index(np, "phandle-list-names", 3, strings); in of_unittest_property_string()
649 rc = of_property_read_string_index(np, "unterminated-string", 0, strings); in of_unittest_property_string()
651 rc = of_property_read_string_index(np, "unterminated-string-list", 0, strings); in of_unittest_property_string()
654 rc = of_property_read_string_index(np, "unterminated-string-list", 2, strings); /* should fail */ in of_unittest_property_string()
/Linux-v5.4/drivers/rtc/
Drtc-sun6i.c269 of_property_read_string_index(node, "clock-output-names", 2, in sun6i_rtc_clk_init()
289 of_property_read_string_index(node, "clock-output-names", 0, in sun6i_rtc_clk_init()
298 of_property_read_string_index(node, "clock-output-names", 1, in sun6i_rtc_clk_init()
/Linux-v5.4/drivers/media/platform/mtk-vcodec/
Dmtk_vcodec_dec_pm.c60 ret = of_property_read_string_index(pdev->dev.of_node, in mtk_vcodec_init_dec_pm()
Dmtk_vcodec_enc_pm.c81 ret = of_property_read_string_index(pdev->dev.of_node, in mtk_vcodec_init_enc_pm()
/Linux-v5.4/drivers/soc/fsl/
Dguts.c163 of_property_read_string_index(root, "compatible", 0, &machine); in fsl_guts_probe()

1234