Searched refs:clk_gate (Results 1 – 5 of 5) sorted by relevance
49 struct clk_gate *gate = to_clk_gate(clk); in clk_gate_endisable()91 struct clk_gate *gate = to_clk_gate(clk); in clk_gate_is_enabled()120 struct clk_gate *gate; in clk_register_gate()156 U_BOOT_DRIVER(clk_gate) = {
176 struct clk_gate *gate = NULL; in sandbox_clk_composite()
91 struct clk_gate { struct101 #define to_clk_gate(_clk) container_of(_clk, struct clk_gate, clk) argument
127 struct clk_gate *gate = NULL; in imx8m_clk_composite_flags()
388 static struct clk_gate *k210_create_gate(const struct k210_gate_params *params, in k210_create_gate()391 struct clk_gate *gate = kzalloc(sizeof(*gate), GFP_KERNEL); in k210_create_gate()429 struct clk_gate *gate; in k210_register_comp()
Completed in 27 milliseconds