Searched defs:__clk_put (Results 1 – 8 of 8) sorted by relevance
12 #define __clk_put(clk) macro
19 #define __clk_put(clk) do { } while (0) macro
22 #define __clk_put(clk) do { } while (0) macro
13 static inline void __clk_put(struct clk *clk) in __clk_put() function
22 static inline void __clk_put(struct clk *clk) { } in __clk_put() function
29 #define __clk_put(clk) macro
14 #define __clk_put(clk) do { } while (0) macro
2772 void __clk_put(struct clk *clk) in __clk_put() function