Lines Matching refs:gate_hw
99 struct clk_hw *gate_hw;
205 .gate_hw = &gate_##_name.hw, \
215 .gate_hw = &gate_##_name.hw, \
224 .gate_hw = &gate_##_name.hw, \
231 .gate_hw = &gate_##_name.hw, \
622 struct clk_hw *mux_hw = NULL, *gate_hw = NULL, *rate_hw = NULL;
634 if (data->gate_hw) {
637 gate_hw = data->gate_hw;
638 gate = to_clk_gate(gate_hw);
640 gate_ops = gate_hw->init->ops;
689 gate_hw, gate_ops, CLK_IGNORE_UNUSED);