| /Linux-v5.4/drivers/clk/sunxi/ | 
| D | clk-a10-pll2.c | 120 	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()
 
 | 
| D | clk-sun6i-apb0-gates.c | 80 		of_property_read_string_index(np, "clock-output-names",  in sun6i_a31_apb0_gates_clk_probe()
 | 
| D | clk-sun8i-bus-gates.c | 62 		of_property_read_string_index(node, "clock-output-names",  in sun8i_h3_bus_gates_init()
 | 
| D | clk-simple-gates.c | 51 		of_property_read_string_index(node, "clock-output-names",  in sunxi_simple_gates_setup()
 | 
| /Linux-v5.4/drivers/clk/mvebu/ | 
| D | common.c | 135 	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()
 
 | 
| D | armada-37xx-xtal.c | 59 	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/ | 
| D | timer.c | 299 	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/ | 
| D | proc.c | 20 	err = of_property_read_string_index(of_root, "compatible", 0, &str);  in get_system_type()
 | 
| /Linux-v5.4/drivers/clk/ | 
| D | clk-rk808.c | 176 	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()
 
 | 
| D | clk-hi655x.c | 90 	of_property_read_string_index(parent->of_node, "clock-output-names",  in hi655x_clk_probe()
 | 
| D | clk-bd718x7.c | 108 	of_property_read_string_index(parent->of_node,  in bd71837_clk_probe()
 | 
| D | clk-bulk.c | 27 		of_property_read_string_index(np, "clock-names", i, &clks[i].id);  in of_clk_bulk_get()
 | 
| /Linux-v5.4/drivers/clk/qcom/ | 
| D | kpss-xcc.c | 50 		if (of_property_read_string_index(pdev->dev.of_node,  in kpss_xcc_driver_probe()
 | 
| D | hfpll.c | 74 	if (of_property_read_string_index(dev->of_node, "clock-output-names",  in qcom_hfpll_probe()
 | 
| /Linux-v5.4/drivers/clk/renesas/ | 
| D | clk-r8a7778.c | 125 		of_property_read_string_index(np, "clock-output-names", i,  in r8a7778_cpg_clocks_init()
 | 
| D | clk-rz.c | 110 		of_property_read_string_index(np, "clock-output-names", i, &name);  in rz_cpg_clocks_init()
 | 
| D | clk-r8a7779.c | 158 		of_property_read_string_index(np, "clock-output-names", i,  in r8a7779_cpg_clocks_init()
 | 
| D | clk-r8a7740.c | 183 		of_property_read_string_index(np, "clock-output-names", i,  in r8a7740_cpg_clocks_init()
 | 
| D | clk-r8a73a4.c | 224 		of_property_read_string_index(np, "clock-output-names", i,  in r8a73a4_cpg_clocks_init()
 | 
| D | clk-sh73a0.c | 202 		of_property_read_string_index(np, "clock-output-names", i,  in sh73a0_cpg_clocks_init()
 | 
| /Linux-v5.4/drivers/of/ | 
| D | unittest.c | 634 	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/ | 
| D | rtc-sun6i.c | 269 		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/ | 
| D | mtk_vcodec_dec_pm.c | 60 		ret = of_property_read_string_index(pdev->dev.of_node,  in mtk_vcodec_init_dec_pm()
 | 
| D | mtk_vcodec_enc_pm.c | 81 		ret = of_property_read_string_index(pdev->dev.of_node,  in mtk_vcodec_init_enc_pm()
 | 
| /Linux-v5.4/drivers/soc/fsl/ | 
| D | guts.c | 163 		of_property_read_string_index(root, "compatible", 0, &machine);  in fsl_guts_probe()
 |