Searched defs:rate_hw (Results 1 – 3 of 3) 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 45 static int clk_composite_determine_rate_for_parent(struct clk_hw *rate_hw, in clk_composite_determine_rate_for_parent() 62 struct clk_hw *rate_hw = composite->rate_hw; in clk_composite_determine_rate() local 145 struct clk_hw *rate_hw = composite->rate_hw; in clk_composite_set_rate() local 160 struct clk_hw *rate_hw = composite->rate_hw; in clk_composite_set_rate_and_parent() local 216 struct clk_hw *rate_hw, const struct clk_ops *rate_ops, in __clk_hw_register_composite() 329 struct clk_hw *rate_hw, const struct clk_ops *rate_ops, in clk_hw_register_composite() 345 struct clk_hw *rate_hw, const struct clk_ops *rate_ops, in clk_hw_register_composite_pdata() 358 struct clk_hw *rate_hw, const struct clk_ops *rate_ops, in clk_register_composite() 377 struct clk_hw *rate_hw, const struct clk_ops *rate_ops, in clk_register_composite_pdata() [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
|
| /linux/include/linux/ |
| H A D | clk-provider.h | 1383 struct clk_hw *rate_hw; member
|