rate_hw            37 drivers/clk/clk-composite.c 	struct clk_hw *rate_hw = composite->rate_hw;
rate_hw            39 drivers/clk/clk-composite.c 	__clk_hw_set_clk(rate_hw, hw);
rate_hw            41 drivers/clk/clk-composite.c 	return rate_ops->recalc_rate(rate_hw, parent_rate);
rate_hw            50 drivers/clk/clk-composite.c 	struct clk_hw *rate_hw = composite->rate_hw;
rate_hw            60 drivers/clk/clk-composite.c 	if (rate_hw && rate_ops && rate_ops->determine_rate) {
rate_hw            61 drivers/clk/clk-composite.c 		__clk_hw_set_clk(rate_hw, hw);
rate_hw            62 drivers/clk/clk-composite.c 		return rate_ops->determine_rate(rate_hw, req);
rate_hw            63 drivers/clk/clk-composite.c 	} else if (rate_hw && rate_ops && rate_ops->round_rate &&
rate_hw            72 drivers/clk/clk-composite.c 			rate = rate_ops->round_rate(rate_hw, req->rate,
rate_hw            88 drivers/clk/clk-composite.c 			tmp_rate = rate_ops->round_rate(rate_hw, req->rate,
rate_hw           123 drivers/clk/clk-composite.c 	struct clk_hw *rate_hw = composite->rate_hw;
rate_hw           125 drivers/clk/clk-composite.c 	__clk_hw_set_clk(rate_hw, hw);
rate_hw           127 drivers/clk/clk-composite.c 	return rate_ops->round_rate(rate_hw, rate, prate);
rate_hw           135 drivers/clk/clk-composite.c 	struct clk_hw *rate_hw = composite->rate_hw;
rate_hw           137 drivers/clk/clk-composite.c 	__clk_hw_set_clk(rate_hw, hw);
rate_hw           139 drivers/clk/clk-composite.c 	return rate_ops->set_rate(rate_hw, rate, parent_rate);
rate_hw           150 drivers/clk/clk-composite.c 	struct clk_hw *rate_hw = composite->rate_hw;
rate_hw           154 drivers/clk/clk-composite.c 	__clk_hw_set_clk(rate_hw, hw);
rate_hw           157 drivers/clk/clk-composite.c 	temp_rate = rate_ops->recalc_rate(rate_hw, parent_rate);
rate_hw           159 drivers/clk/clk-composite.c 		rate_ops->set_rate(rate_hw, rate, parent_rate);
rate_hw           163 drivers/clk/clk-composite.c 		rate_ops->set_rate(rate_hw, rate, parent_rate);
rate_hw           205 drivers/clk/clk-composite.c 			struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
rate_hw           242 drivers/clk/clk-composite.c 	if (rate_hw && rate_ops) {
rate_hw           266 drivers/clk/clk-composite.c 		composite->rate_hw = rate_hw;
rate_hw           270 drivers/clk/clk-composite.c 	if (mux_hw && mux_ops && rate_hw && rate_ops) {
rate_hw           302 drivers/clk/clk-composite.c 	if (composite->rate_hw)
rate_hw           303 drivers/clk/clk-composite.c 		composite->rate_hw->clk = hw->clk;
rate_hw           318 drivers/clk/clk-composite.c 			struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
rate_hw           325 drivers/clk/clk-composite.c 			mux_hw, mux_ops, rate_hw, rate_ops, gate_hw, gate_ops,
rate_hw            97 drivers/clk/mvebu/armada-37xx-periph.c 	struct clk_hw *rate_hw;
rate_hw           205 drivers/clk/mvebu/armada-37xx-periph.c 	  .rate_hw = &rate_##_name.hw,			\
rate_hw           215 drivers/clk/mvebu/armada-37xx-periph.c 	  .rate_hw = &rate_##_name.hw,			\
rate_hw           231 drivers/clk/mvebu/armada-37xx-periph.c 	  .rate_hw = &rate_##_name.hw,				\
rate_hw           248 drivers/clk/mvebu/armada-37xx-periph.c 	  .rate_hw = &rate_##_name.hw,			\
rate_hw           613 drivers/clk/mvebu/armada-37xx-periph.c 	struct clk_hw *mux_hw = NULL, *gate_hw = NULL, *rate_hw = NULL;
rate_hw           636 drivers/clk/mvebu/armada-37xx-periph.c 	if (data->rate_hw) {
rate_hw           637 drivers/clk/mvebu/armada-37xx-periph.c 		rate_hw = data->rate_hw;
rate_hw           638 drivers/clk/mvebu/armada-37xx-periph.c 		rate_ops = rate_hw->init->ops;
rate_hw           642 drivers/clk/mvebu/armada-37xx-periph.c 			rate =  to_clk_double_div(rate_hw);
rate_hw           646 drivers/clk/mvebu/armada-37xx-periph.c 			struct clk_divider *rate = to_clk_divider(rate_hw);
rate_hw           668 drivers/clk/mvebu/armada-37xx-periph.c 		rate_hw = muxrate_hw;
rate_hw           679 drivers/clk/mvebu/armada-37xx-periph.c 					mux_ops, rate_hw, rate_ops,
rate_hw           950 drivers/clk/sunxi/clk-sunxi.c 	struct clk_hw *gate_hw, *rate_hw;
rate_hw          1031 drivers/clk/sunxi/clk-sunxi.c 		rate_hw = NULL;
rate_hw          1056 drivers/clk/sunxi/clk-sunxi.c 			rate_hw = &fix_factor->hw;
rate_hw          1072 drivers/clk/sunxi/clk-sunxi.c 			rate_hw = &divider->hw;
rate_hw          1080 drivers/clk/sunxi/clk-sunxi.c 						 rate_hw, rate_ops,
rate_hw           730 include/linux/clk-provider.h 	struct clk_hw	*rate_hw;
rate_hw           743 include/linux/clk-provider.h 		struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
rate_hw           750 include/linux/clk-provider.h 		struct clk_hw *rate_hw, const struct clk_ops *rate_ops,