Searched refs:to_clk_stm32_gate (Results 1 – 2 of 2) sorted by relevance
284 struct clk_stm32_gate *gate = to_clk_stm32_gate(hw); in clk_stm32_gate_endisable()308 struct clk_stm32_gate *gate = to_clk_stm32_gate(hw); in clk_stm32_gate_is_enabled()315 struct clk_stm32_gate *gate = to_clk_stm32_gate(hw); in clk_stm32_gate_disable_unused()
111 #define to_clk_stm32_gate(_hw) container_of(_hw, struct clk_stm32_gate, hw) macro