Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/
Dclk-fixed-rate.c42 const struct clk_ops clk_fixed_rate_ops = { variable
46 EXPORT_SYMBOL_GPL(clk_fixed_rate_ops);
73 init.ops = &clk_fixed_rate_ops; in clk_hw_register_fixed_rate_with_accuracy()
/Linux-v4.19/drivers/clk/uniphier/
Dclk-uniphier-fixed-rate.c35 init.ops = &clk_fixed_rate_ops; in uniphier_clk_register_fixed_rate()
/Linux-v4.19/drivers/clk/sunxi/
Dclk-a10-hosc.c56 &fixed->hw, &clk_fixed_rate_ops, in sun4i_osc_clk_setup()
/Linux-v4.19/drivers/clk/qcom/
Dcommon.c142 init_data.ops = &clk_fixed_rate_ops; in _qcom_cc_register_board_clk()
/Linux-v4.19/include/linux/
Dclk-provider.h313 extern const struct clk_ops clk_fixed_rate_ops;
/Linux-v4.19/drivers/clk/meson/
Dmeson8b.c93 .ops = &clk_fixed_rate_ops,
/Linux-v4.19/drivers/phy/qualcomm/
Dphy-qcom-qmp.c1411 init.ops = &clk_fixed_rate_ops; in phy_pipe_clk_register()