clk_gate2          37 drivers/clk/imx/clk-gate2.c #define to_clk_gate2(_hw) container_of(_hw, struct clk_gate2, hw)
clk_gate2          41 drivers/clk/imx/clk-gate2.c 	struct clk_gate2 *gate = to_clk_gate2(hw);
clk_gate2          63 drivers/clk/imx/clk-gate2.c 	struct clk_gate2 *gate = to_clk_gate2(hw);
clk_gate2          96 drivers/clk/imx/clk-gate2.c 	struct clk_gate2 *gate = to_clk_gate2(hw);
clk_gate2         103 drivers/clk/imx/clk-gate2.c 	struct clk_gate2 *gate = to_clk_gate2(hw);
clk_gate2         131 drivers/clk/imx/clk-gate2.c 	struct clk_gate2 *gate;
clk_gate2         136 drivers/clk/imx/clk-gate2.c 	gate = kzalloc(sizeof(struct clk_gate2), GFP_KERNEL);