Searched refs:to_clk_gate (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/clk/
H A Dclk-gate.c58 struct clk_gate *gate = to_clk_gate(hw);
106 struct clk_gate *gate = to_clk_gate(hw);
209 gate = to_clk_gate(hw);
220 gate = to_clk_gate(hw);
H A Dclk-stm32f4.c607 struct clk_gate *gate = to_clk_gate(hw);
633 struct clk_gate *gate = to_clk_gate(hw);
645 struct clk_gate *gate = to_clk_gate(hw);
662 struct clk_gate *gate = to_clk_gate(hw);
917 struct clk_gate *gate = to_clk_gate(hw);
H A Dclk-stm32h7.c162 struct clk_gate *gate = to_clk_gate(hw);
190 struct clk_gate *gate = to_clk_gate(hw);
/linux-master/drivers/clk/imx/
H A Dclk-gate-exclusive.c31 struct clk_gate *gate = to_clk_gate(hw);
H A Dclk-composite-7ulp.c29 struct clk_gate *gate = to_clk_gate(hw);
H A Dclk-composite-93.c48 struct clk_gate *gate = to_clk_gate(hw);
/linux-master/drivers/clk/mvebu/
H A Dcommon.c211 to_clk_gate(__clk_get_hw(ctrl->gates[n]));
H A Darmada-37xx-periph.c638 gate = to_clk_gate(gate_hw);
/linux-master/drivers/clk/nxp/
H A Dclk-lpc18xx-ccu.c136 struct clk_gate *gate = to_clk_gate(hw);
/linux-master/drivers/clk/st/
H A Dclk-flexgen.c51 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw) macro
162 struct clk_gate *config = to_clk_gate(sync_hw);
/linux-master/drivers/clk/mediatek/
H A Dclk-mtk.c319 gate = to_clk_gate(composite->gate_hw);
/linux-master/drivers/clk/stm32/
H A Dclk-stm32mp1.c468 struct clk_gate *gate = to_clk_gate(hw);
684 struct clk_gate *gate = to_clk_gate(hw);
696 struct clk_gate *gate = to_clk_gate(hw);
/linux-master/include/linux/
H A Dclk-provider.h520 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw) macro

Completed in 358 milliseconds