Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/clk/
Dclk-gate.c29 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw)
31 static void clk_gate_set_bit(struct clk_gate *gate) in clk_gate_set_bit()
47 static void clk_gate_clear_bit(struct clk_gate *gate) in clk_gate_clear_bit()
65 struct clk_gate *gate = to_clk_gate(hw); in clk_gate_enable()
78 struct clk_gate *gate = to_clk_gate(hw); in clk_gate_disable()
90 struct clk_gate *gate = to_clk_gate(hw); in clk_gate_is_enabled()
116 struct clk_gate *gate; in clk_register_gate()
119 gate = kzalloc(sizeof(struct clk_gate), GFP_KERNEL); in clk_register_gate()
/linux-3.4.99/Documentation/
Dclk.txt86 struct clk_gate {
93 struct clk_gate contains struct clk_hw hw as well as hardware-specific
118 static void clk_gate_set_bit(struct clk_gate *gate)
129 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, clk)
/linux-3.4.99/include/linux/
Dclk-provider.h172 struct clk_gate { struct
Dclk-private.h93 static struct clk_gate _name##_hw = { \