Home
last modified time | relevance | path

Searched refs:meson_clk_hw_get (Results 1 – 12 of 12) sorted by relevance

/linux-6.12.1/drivers/clk/meson/
Dmeson-clkc-utils.c11 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);
Dmeson-clkc-utils.h17 struct clk_hw *meson_clk_hw_get(struct of_phandle_args *clkspec, void *clk_hw_data);
Dmeson-eeclk.c58 return devm_of_clk_add_hw_provider(dev, meson_clk_hw_get, (void *)&data->hw_clks); in meson_eeclkc_probe()
Dmeson-aoclk.c89 return devm_of_clk_add_hw_provider(dev, meson_clk_hw_get, (void *)&data->hw_clks); in meson_aoclkc_probe()
Da1-pll.c340 return devm_of_clk_add_hw_provider(dev, meson_clk_hw_get, in meson_a1_pll_probe()
Dc3-pll.c724 return devm_of_clk_add_hw_provider(dev, meson_clk_hw_get, in c3_pll_probe()
Ds4-pll.c852 return devm_of_clk_add_hw_provider(dev, meson_clk_hw_get, in meson_s4_pll_probe()
Da1-peripherals.c2227 return devm_of_clk_add_hw_provider(dev, meson_clk_hw_get, &a1_periphs_clks); in meson_a1_periphs_probe()
Dc3-peripherals.c2342 return devm_of_clk_add_hw_provider(dev, meson_clk_hw_get, in c3_peripherals_probe()
Daxg-audio.c1833 ret = devm_of_clk_add_hw_provider(dev, meson_clk_hw_get, (void *)&data->hw_clks); in axg_audio_clkc_probe()
Ds4-peripherals.c3794 return devm_of_clk_add_hw_provider(dev, meson_clk_hw_get, &s4_periphs_clks); in meson_s4_periphs_probe()
Dmeson8b.c3866 ret = of_clk_add_hw_provider(np, meson_clk_hw_get, hw_clks); in meson8b_clkc_init_common()