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

/linux-master/drivers/clk/imx/
H A Dclk-gate2.c28 struct clk_gate2 { struct
39 #define to_clk_gate2(_hw) container_of(_hw, struct clk_gate2, hw)
43 struct clk_gate2 *gate = to_clk_gate2(hw);
55 struct clk_gate2 *gate = to_clk_gate2(hw);
72 struct clk_gate2 *gate = to_clk_gate2(hw);
102 struct clk_gate2 *gate = to_clk_gate2(hw);
118 struct clk_gate2 *gate = to_clk_gate2(hw);
142 struct clk_gate2 *gate;
147 gate = kzalloc(sizeof(struct clk_gate2), GFP_KERNEL);
151 /* struct clk_gate2 assignment
[all...]

Completed in 233 milliseconds