Searched refs:meson_clk_hw_get (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/drivers/clk/meson/ |
D | meson-clkc-utils.c | 11 struct clk_hw *meson_clk_hw_get(struct of_phandle_args *clkspec, void *clk_hw_data) in meson_clk_hw_get() function 23 EXPORT_SYMBOL_NS_GPL(meson_clk_hw_get, CLK_MESON);
|
D | meson-clkc-utils.h | 17 struct clk_hw *meson_clk_hw_get(struct of_phandle_args *clkspec, void *clk_hw_data);
|
D | meson-eeclk.c | 58 return devm_of_clk_add_hw_provider(dev, meson_clk_hw_get, (void *)&data->hw_clks); in meson_eeclkc_probe()
|
D | meson-aoclk.c | 89 return devm_of_clk_add_hw_provider(dev, meson_clk_hw_get, (void *)&data->hw_clks); in meson_aoclkc_probe()
|
D | a1-pll.c | 340 return devm_of_clk_add_hw_provider(dev, meson_clk_hw_get, in meson_a1_pll_probe()
|
D | c3-pll.c | 724 return devm_of_clk_add_hw_provider(dev, meson_clk_hw_get, in c3_pll_probe()
|
D | s4-pll.c | 852 return devm_of_clk_add_hw_provider(dev, meson_clk_hw_get, in meson_s4_pll_probe()
|
D | a1-peripherals.c | 2227 return devm_of_clk_add_hw_provider(dev, meson_clk_hw_get, &a1_periphs_clks); in meson_a1_periphs_probe()
|
D | c3-peripherals.c | 2342 return devm_of_clk_add_hw_provider(dev, meson_clk_hw_get, in c3_peripherals_probe()
|
D | axg-audio.c | 1833 ret = devm_of_clk_add_hw_provider(dev, meson_clk_hw_get, (void *)&data->hw_clks); in axg_audio_clkc_probe()
|
D | s4-peripherals.c | 3794 return devm_of_clk_add_hw_provider(dev, meson_clk_hw_get, &s4_periphs_clks); in meson_s4_periphs_probe()
|
D | meson8b.c | 3866 ret = of_clk_add_hw_provider(np, meson_clk_hw_get, hw_clks); in meson8b_clkc_init_common()
|