Home
last modified time | relevance | path

Searched refs:to_clk_stm32_gate (Results 1 – 2 of 2) sorted by relevance

/drivers/clk/stm32/
Dclk-stm32-core.c285 struct clk_stm32_gate *gate = to_clk_stm32_gate(hw); in clk_stm32_gate_endisable()
309 struct clk_stm32_gate *gate = to_clk_stm32_gate(hw); in clk_stm32_gate_is_enabled()
316 struct clk_stm32_gate *gate = to_clk_stm32_gate(hw); in clk_stm32_gate_disable_unused()
Dclk-stm32-core.h111 #define to_clk_stm32_gate(_hw) container_of(_hw, struct clk_stm32_gate, hw) macro