Searched refs:rate_hw (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/clk/ |
| H A D | clk-composite.c | 38 struct clk_hw *rate_hw = composite->rate_hw; in clk_composite_recalc_rate() local 40 __clk_hw_set_clk(rate_hw, hw); in clk_composite_recalc_rate() 42 return rate_ops->recalc_rate(rate_hw, parent_rate); in clk_composite_recalc_rate() 45 static int clk_composite_determine_rate_for_parent(struct clk_hw *rate_hw, in clk_composite_determine_rate_for_parent() argument 53 return rate_ops->determine_rate(rate_hw, req); in clk_composite_determine_rate_for_parent() 62 struct clk_hw *rate_hw = composite->rate_hw; in clk_composite_determine_rate() local 70 if (rate_hw && rate_ops && rate_ops->determine_rate && in clk_composite_determine_rate() 80 ret = clk_composite_determine_rate_for_parent(rate_hw, in clk_composite_determine_rate() 102 ret = clk_composite_determine_rate_for_parent(rate_hw, in clk_composite_determine_rate() 128 } else if (rate_hw && rate_ops && rate_ops->determine_rate) { in clk_composite_determine_rate() [all …]
|
| /linux/drivers/clk/sunxi/ |
| H A D | clk-sunxi.c | 939 struct clk_hw *gate_hw, *rate_hw; in sunxi_divs_clk_setup() local 1020 rate_hw = NULL; in sunxi_divs_clk_setup() 1045 rate_hw = &fix_factor->hw; in sunxi_divs_clk_setup() 1061 rate_hw = ÷r->hw; in sunxi_divs_clk_setup() 1069 rate_hw, rate_ops, in sunxi_divs_clk_setup()
|
| /linux/include/linux/ |
| H A D | clk-provider.h | 1383 struct clk_hw *rate_hw; member 1396 struct clk_hw *rate_hw, const struct clk_ops *rate_ops, 1402 struct clk_hw *rate_hw, const struct clk_ops *rate_ops, 1409 struct clk_hw *rate_hw, const struct clk_ops *rate_ops, 1416 struct clk_hw *rate_hw, const struct clk_ops *rate_ops, 1423 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
|
| /linux/drivers/clk/mediatek/ |
| H A D | clk-mtk.c | 320 if (composite->rate_hw) in mtk_clk_unregister_composite() 321 div = to_clk_divider(composite->rate_hw); in mtk_clk_unregister_composite()
|