Home
last modified time | relevance | path

Searched refs:clk_fixed_rate_ops (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/drivers/clk/
Dclk-fixed-rate.c46 const struct clk_ops clk_fixed_rate_ops = { variable
50 EXPORT_SYMBOL_GPL(clk_fixed_rate_ops);
70 init.ops = &clk_fixed_rate_ops; in __clk_hw_register_fixed_rate()
/Linux-v5.10/drivers/clk/uniphier/
Dclk-uniphier-fixed-rate.c26 init.ops = &clk_fixed_rate_ops; in uniphier_clk_register_fixed_rate()
/Linux-v5.10/drivers/clk/sunxi/
Dclk-a10-hosc.c47 &fixed->hw, &clk_fixed_rate_ops, in sun4i_osc_clk_setup()
/Linux-v5.10/drivers/phy/qualcomm/
Dphy-qcom-pcie2.c240 init.ops = &clk_fixed_rate_ops; in phy_pipe_clksrc_register()
Dphy-qcom-qmp.c3477 init.ops = &clk_fixed_rate_ops; in phy_pipe_clk_register()
/Linux-v5.10/drivers/clk/qcom/
Dcommon.c145 init_data.ops = &clk_fixed_rate_ops; in _qcom_cc_register_board_clk()
/Linux-v5.10/include/linux/
Dclk-provider.h347 extern const struct clk_ops clk_fixed_rate_ops;
/Linux-v5.10/drivers/clk/meson/
Dmeson8b.c60 .ops = &clk_fixed_rate_ops,