Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/
Dclk-gate.c29 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw) macro
46 struct clk_gate *gate = to_clk_gate(hw); in clk_gate_endisable()
90 struct clk_gate *gate = to_clk_gate(hw); in clk_gate_is_enabled()
175 gate = to_clk_gate(hw); in clk_unregister_gate()
/linux-4.1.27/drivers/clk/mvebu/
Dcommon.c202 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw) macro
216 to_clk_gate(__clk_get_hw(ctrl->gates[n])); in clk_gating_get_src()
/linux-4.1.27/Documentation/
Dclk.txt130 [resolves struct clk gate with to_clk_gate(hw)]
144 Note that to_clk_gate is defined as:
146 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, clk)