Lines Matching refs:gate_hw
27 struct clk_hw *gate_hw; member
176 struct clk_hw *gate_hw = composite->gate_hw; in clk_regmap_composite_is_prepared() local
178 __clk_hw_set_clk(gate_hw, hw); in clk_regmap_composite_is_prepared()
180 return gate_ops->is_prepared(gate_hw); in clk_regmap_composite_is_prepared()
187 struct clk_hw *gate_hw = composite->gate_hw; in clk_regmap_composite_prepare() local
189 __clk_hw_set_clk(gate_hw, hw); in clk_regmap_composite_prepare()
191 return gate_ops->prepare(gate_hw); in clk_regmap_composite_prepare()
198 struct clk_hw *gate_hw = composite->gate_hw; in clk_regmap_composite_unprepare() local
200 __clk_hw_set_clk(gate_hw, hw); in clk_regmap_composite_unprepare()
202 gate_ops->unprepare(gate_hw); in clk_regmap_composite_unprepare()
221 struct clk_hw *mux_hw = NULL, *div_hw = NULL, *gate_hw = NULL; in devm_clk_regmap_register_composite() local
252 gate_hw = &gate->hw; in devm_clk_regmap_register_composite()
368 if (gate_hw && gate_ops) { in devm_clk_regmap_register_composite()
373 composite->gate_hw = gate_hw; in devm_clk_regmap_register_composite()
395 if (composite->gate_hw) in devm_clk_regmap_register_composite()
396 composite->gate_hw->clk = clk; in devm_clk_regmap_register_composite()