Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/clk/stm32/
Dclk-stm32-core.c284 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()
Dclk-stm32-core.h111 #define to_clk_stm32_gate(_hw) container_of(_hw, struct clk_stm32_gate, hw) macro