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

/linux-4.1.27/arch/arm/mach-imx/
H A Dclk-gate2.c30 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); clk_gate2_enable()
64 struct clk_gate2 *gate = to_clk_gate2(hw); clk_gate2_disable()
97 struct clk_gate2 *gate = to_clk_gate2(hw); clk_gate2_is_enabled()
104 struct clk_gate2 *gate = to_clk_gate2(hw); clk_gate2_disable_unused()
132 struct clk_gate2 *gate; clk_register_gate2()
136 gate = kzalloc(sizeof(struct clk_gate2), GFP_KERNEL); clk_register_gate2()
140 /* struct clk_gate2 assignments */ clk_register_gate2()

Completed in 29 milliseconds