Searched refs:rate_ops (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/clk/ |
D | clk-composite.c | 37 const struct clk_ops *rate_ops = composite->rate_ops; in clk_composite_recalc_rate() local 42 return rate_ops->recalc_rate(rate_hw, parent_rate); in clk_composite_recalc_rate() 48 const struct clk_ops *rate_ops) in clk_composite_determine_rate_for_parent() argument 55 if (rate_ops->determine_rate) in clk_composite_determine_rate_for_parent() 56 return rate_ops->determine_rate(rate_hw, req); in clk_composite_determine_rate_for_parent() 58 rate = rate_ops->round_rate(rate_hw, req->rate, in clk_composite_determine_rate_for_parent() 72 const struct clk_ops *rate_ops = composite->rate_ops; in clk_composite_determine_rate() local 82 if (rate_hw && rate_ops && in clk_composite_determine_rate() 83 (rate_ops->determine_rate || rate_ops->round_rate) && in clk_composite_determine_rate() 96 rate_ops); in clk_composite_determine_rate() [all …]
|
/Linux-v6.6/drivers/clk/berlin/ |
D | berlin2-div.c | 235 const struct clk_ops *rate_ops = &berlin2_div_rate_ops; in berlin2_div_register() local 254 &div->hw, mux_ops, &div->hw, rate_ops, in berlin2_div_register()
|
/Linux-v6.6/drivers/clk/sunxi/ |
D | clk-sunxi.c | 951 const struct clk_ops *rate_ops; in sunxi_divs_clk_setup() local 1032 rate_ops = NULL; in sunxi_divs_clk_setup() 1057 rate_ops = &clk_fixed_factor_ops; in sunxi_divs_clk_setup() 1073 rate_ops = &clk_divider_ops; in sunxi_divs_clk_setup() 1080 rate_hw, rate_ops, in sunxi_divs_clk_setup()
|
/Linux-v6.6/drivers/clk/mvebu/ |
D | armada-37xx-periph.c | 621 *rate_ops = NULL; in armada_3700_add_composite_clk() local 647 rate_ops = rate_hw->init->ops; in armada_3700_add_composite_clk() 679 rate_ops = muxrate_hw->init->ops; in armada_3700_add_composite_clk() 688 mux_ops, rate_hw, rate_ops, in armada_3700_add_composite_clk()
|
/Linux-v6.6/include/linux/ |
D | clk-provider.h | 1243 const struct clk_ops *rate_ops; member 1252 struct clk_hw *rate_hw, const struct clk_ops *rate_ops, 1258 struct clk_hw *rate_hw, const struct clk_ops *rate_ops, 1265 struct clk_hw *rate_hw, const struct clk_ops *rate_ops, 1272 struct clk_hw *rate_hw, const struct clk_ops *rate_ops, 1279 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
|