Lines Matching defs:_hw
429 #define to_timer_ker(_hw) container_of(_hw, struct timer_ker, hw)
694 #define to_pll(_hw) container_of(_hw, struct stm32_pll_obj, hw)
699 struct clk_hw *_hw = &clk_elem->rgate.gate.hw;
701 __clk_hw_set_clk(_hw, hw);
703 return ready_gate_clk_ops.is_enabled(_hw);
709 struct clk_hw *_hw = &clk_elem->rgate.gate.hw;
711 __clk_hw_set_clk(_hw, hw);
713 return ready_gate_clk_ops.enable(_hw);
719 struct clk_hw *_hw = &clk_elem->rgate.gate.hw;
721 __clk_hw_set_clk(_hw, hw);
723 ready_gate_clk_ops.disable(_hw);