Searched refs:to_clk_gate (Results 1 – 3 of 3) sorted by relevance
29 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw) macro46 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()
202 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw) macro216 to_clk_gate(__clk_get_hw(ctrl->gates[n])); in clk_gating_get_src()
130 [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)