/Linux-v4.19/drivers/clk/sunxi/ |
D | clk-a10-pll2.c | 128 of_property_read_string_index(node, "clock-output-names", in sun4i_pll2_setup() 143 of_property_read_string_index(node, "clock-output-names", in sun4i_pll2_setup() 152 of_property_read_string_index(node, "clock-output-names", in sun4i_pll2_setup() 161 of_property_read_string_index(node, "clock-output-names", in sun4i_pll2_setup()
|
D | clk-sun6i-apb0-gates.c | 81 of_property_read_string_index(np, "clock-output-names", in sun6i_a31_apb0_gates_clk_probe()
|
D | clk-sun8i-bus-gates.c | 70 of_property_read_string_index(node, "clock-output-names", in sun8i_h3_bus_gates_init()
|
D | clk-simple-gates.c | 59 of_property_read_string_index(node, "clock-output-names", in sunxi_simple_gates_setup()
|
D | clk-sunxi.c | 976 of_property_read_string_index(node, "clock-output-names", in sunxi_divs_clk_setup() 985 of_property_read_string_index(node, "clock-output-names", in sunxi_divs_clk_setup() 1026 if (of_property_read_string_index(node, "clock-output-names", in sunxi_divs_clk_setup()
|
D | clk-sun9i-mmc.c | 153 of_property_read_string_index(np, "clock-output-names", in sun9i_a80_mmc_config_clk_probe()
|
/Linux-v4.19/drivers/clk/mvebu/ |
D | common.c | 137 of_property_read_string_index(np, "clock-output-names", 0, in mvebu_coreclk_setup() 145 of_property_read_string_index(np, "clock-output-names", 1, in mvebu_coreclk_setup() 162 of_property_read_string_index(np, "clock-output-names", in mvebu_coreclk_setup() 173 of_property_read_string_index(np, "clock-output-names", in mvebu_coreclk_setup()
|
D | armada-37xx-xtal.c | 61 of_property_read_string_index(np, "clock-output-names", 0, &xtal_name); in armada_3700_xtal_clock_probe()
|
/Linux-v4.19/drivers/clk/ |
D | clk-rk808.c | 122 of_property_read_string_index(node, "clock-output-names", in rk808_clkout_probe() 134 of_property_read_string_index(node, "clock-output-names", in rk808_clkout_probe()
|
D | clk-hi655x.c | 98 of_property_read_string_index(parent->of_node, "clock-output-names", in hi655x_clk_probe()
|
/Linux-v4.19/arch/arm/mach-omap2/ |
D | timer.c | 300 of_property_read_string_index(np, "ti,hwmods", 0, &oh_name); in omap_dm_timer_init_one() 302 of_property_read_string_index(np->parent, "ti,hwmods", 0, in omap_dm_timer_init_one() 458 of_property_read_string_index(np->parent, "ti,hwmods", 0, &oh_name); in omap2_sync32k_clocksource_init() 460 of_property_read_string_index(np, "ti,hwmods", 0, &oh_name); in omap2_sync32k_clocksource_init()
|
/Linux-v4.19/arch/mips/generic/ |
D | proc.c | 24 err = of_property_read_string_index(of_root, "compatible", 0, &str); in get_system_type()
|
/Linux-v4.19/drivers/clk/renesas/ |
D | clk-r8a7778.c | 128 of_property_read_string_index(np, "clock-output-names", i, in r8a7778_cpg_clocks_init()
|
D | clk-rz.c | 112 of_property_read_string_index(np, "clock-output-names", i, &name); in rz_cpg_clocks_init()
|
D | clk-r8a7779.c | 161 of_property_read_string_index(np, "clock-output-names", i, in r8a7779_cpg_clocks_init()
|
D | clk-r8a7740.c | 185 of_property_read_string_index(np, "clock-output-names", i, in r8a7740_cpg_clocks_init()
|
D | clk-r8a73a4.c | 226 of_property_read_string_index(np, "clock-output-names", i, in r8a73a4_cpg_clocks_init()
|
D | clk-sh73a0.c | 204 of_property_read_string_index(np, "clock-output-names", i, in sh73a0_cpg_clocks_init()
|
/Linux-v4.19/drivers/of/ |
D | unittest.c | 620 rc = of_property_read_string_index(np, "string-property", 0, strings); in of_unittest_property_string() 623 rc = of_property_read_string_index(np, "string-property", 1, strings); in of_unittest_property_string() 625 rc = of_property_read_string_index(np, "phandle-list-names", 0, strings); in of_unittest_property_string() 627 rc = of_property_read_string_index(np, "phandle-list-names", 1, strings); in of_unittest_property_string() 629 rc = of_property_read_string_index(np, "phandle-list-names", 2, strings); in of_unittest_property_string() 632 rc = of_property_read_string_index(np, "phandle-list-names", 3, strings); in of_unittest_property_string() 635 rc = of_property_read_string_index(np, "unterminated-string", 0, strings); in of_unittest_property_string() 637 rc = of_property_read_string_index(np, "unterminated-string-list", 0, strings); in of_unittest_property_string() 640 rc = of_property_read_string_index(np, "unterminated-string-list", 2, strings); /* should fail */ in of_unittest_property_string()
|
/Linux-v4.19/drivers/gpio/ |
D | gpiolib-of.c | 564 of_property_read_string_index(np, in of_gpiochip_add_pin_range() 595 ret = of_property_read_string_index(np, in of_gpiochip_add_pin_range()
|
/Linux-v4.19/drivers/soc/fsl/ |
D | guts.c | 157 of_property_read_string_index(root, "compatible", 0, &machine); in fsl_guts_probe()
|
/Linux-v4.19/drivers/i2c/muxes/ |
D | i2c-mux-pinctrl.c | 126 ret = of_property_read_string_index(np, "pinctrl-names", i, in i2c_mux_pinctrl_probe()
|
/Linux-v4.19/drivers/gpu/drm/sun4i/ |
D | sun4i_dotclock.c | 177 ret = of_property_read_string_index(dev->of_node, in sun4i_dclk_create()
|
/Linux-v4.19/drivers/rtc/ |
D | rtc-sun6i.c | 245 of_property_read_string_index(node, "clock-output-names", 0, in sun6i_rtc_clk_init() 254 of_property_read_string_index(node, "clock-output-names", 1, in sun6i_rtc_clk_init()
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_io_util.c | 163 rc = of_property_read_string_index(pdev->dev.of_node, in msm_dss_parse_clock()
|