Searched defs:clk_put (Results 1 – 3 of 3) sorted by relevance
115 void clk_put(struct clk *clk) in clk_put() function
969 static inline void clk_put(struct clk *clk) {} in clk_put() function
239 #define clk_put(clk) do { } while (0) macro