Searched defs:clk_put (Results 1 – 5 of 5) sorted by relevance
116 void clk_put(struct clk *clk) in clk_put() function
115 void clk_put(struct clk *clk) in clk_put() function
444 void clk_put(struct clk *clk) in clk_put() function
807 static inline void clk_put(struct clk *clk) {} in clk_put() function
243 #define clk_put(clk) do { } while (0) macro