Searched refs:rate_hw (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/clk/
H A Dclk-composite.c38 struct clk_hw *rate_hw = composite->rate_hw; local
40 __clk_hw_set_clk(rate_hw, hw);
42 return rate_ops->recalc_rate(rate_hw, parent_rate);
45 static int clk_composite_determine_rate_for_parent(struct clk_hw *rate_hw, argument
56 return rate_ops->determine_rate(rate_hw, req);
58 rate = rate_ops->round_rate(rate_hw, req->rate,
74 struct clk_hw *rate_hw = composite->rate_hw; local
82 if (rate_hw
158 struct clk_hw *rate_hw = composite->rate_hw; local
170 struct clk_hw *rate_hw = composite->rate_hw; local
185 struct clk_hw *rate_hw = composite->rate_hw; local
237 __clk_hw_register_composite(struct device *dev, const char *name, const char * const *parent_names, const struct clk_parent_data *pdata, int num_parents, struct clk_hw *mux_hw, const struct clk_ops *mux_ops, struct clk_hw *rate_hw, const struct clk_ops *rate_ops, struct clk_hw *gate_hw, const struct clk_ops *gate_ops, unsigned long flags) argument
354 clk_hw_register_composite(struct device *dev, const char *name, const char * const *parent_names, int num_parents, struct clk_hw *mux_hw, const struct clk_ops *mux_ops, struct clk_hw *rate_hw, const struct clk_ops *rate_ops, struct clk_hw *gate_hw, const struct clk_ops *gate_ops, unsigned long flags) argument
368 clk_hw_register_composite_pdata(struct device *dev, const char *name, const struct clk_parent_data *parent_data, int num_parents, struct clk_hw *mux_hw, const struct clk_ops *mux_ops, struct clk_hw *rate_hw, const struct clk_ops *rate_ops, struct clk_hw *gate_hw, const struct clk_ops *gate_ops, unsigned long flags) argument
383 clk_register_composite(struct device *dev, const char *name, const char * const *parent_names, int num_parents, struct clk_hw *mux_hw, const struct clk_ops *mux_ops, struct clk_hw *rate_hw, const struct clk_ops *rate_ops, struct clk_hw *gate_hw, const struct clk_ops *gate_ops, unsigned long flags) argument
401 clk_register_composite_pdata(struct device *dev, const char *name, const struct clk_parent_data *parent_data, int num_parents, struct clk_hw *mux_hw, const struct clk_ops *mux_ops, struct clk_hw *rate_hw, const struct clk_ops *rate_ops, struct clk_hw *gate_hw, const struct clk_ops *gate_ops, unsigned long flags) argument
450 __devm_clk_hw_register_composite(struct device *dev, const char *name, const char * const *parent_names, const struct clk_parent_data *pdata, int num_parents, struct clk_hw *mux_hw, const struct clk_ops *mux_ops, struct clk_hw *rate_hw, const struct clk_ops *rate_ops, struct clk_hw *gate_hw, const struct clk_ops *gate_ops, unsigned long flags) argument
479 devm_clk_hw_register_composite_pdata(struct device *dev, const char *name, const struct clk_parent_data *parent_data, int num_parents, struct clk_hw *mux_hw, const struct clk_ops *mux_ops, struct clk_hw *rate_hw, const struct clk_ops *rate_ops, struct clk_hw *gate_hw, const struct clk_ops *gate_ops, unsigned long flags) argument
[all...]
/linux-master/drivers/clk/mvebu/
H A Darmada-37xx-periph.c98 struct clk_hw *rate_hw; member in struct:clk_periph_data
206 .rate_hw = &rate_##_name.hw, \
216 .rate_hw = &rate_##_name.hw, \
232 .rate_hw = &rate_##_name.hw, \
249 .rate_hw = &rate_##_name.hw, \
622 struct clk_hw *mux_hw = NULL, *gate_hw = NULL, *rate_hw = NULL; local
645 if (data->rate_hw) {
646 rate_hw = data->rate_hw;
647 rate_ops = rate_hw
[all...]
/linux-master/drivers/clk/sunxi/
H A Dclk-sunxi.c950 struct clk_hw *gate_hw, *rate_hw; local
1031 rate_hw = NULL;
1056 rate_hw = &fix_factor->hw;
1072 rate_hw = &divider->hw;
1080 rate_hw, rate_ops,
/linux-master/include/linux/
H A Dclk-provider.h1253 * @rate_hw: handle between composite and hardware-specific rate clock
1264 struct clk_hw *rate_hw; member in struct:clk_composite
1277 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1283 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1290 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1297 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1304 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
/linux-master/drivers/clk/mediatek/
H A Dclk-mtk.c320 if (composite->rate_hw)
321 div = to_clk_divider(composite->rate_hw);

Completed in 164 milliseconds