Home
last modified time | relevance | path

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

/drivers/clk/mvebu/
Dcp110-system-controller.c90 #define to_cp110_gate_clk(clk) container_of(clk, struct cp110_gate_clk, hw) macro
94 struct cp110_gate_clk *gate = to_cp110_gate_clk(hw); in cp110_gate_enable()
104 struct cp110_gate_clk *gate = to_cp110_gate_clk(hw); in cp110_gate_disable()
112 struct cp110_gate_clk *gate = to_cp110_gate_clk(hw); in cp110_gate_is_enabled()
165 kfree(to_cp110_gate_clk(hw)); in cp110_unregister_gate()