Searched refs:__clk_put (Results 1 – 11 of 11) sorted by relevance
14 #define __clk_put(clk) do { } while (0) macro
19 #define __clk_put(clk) do { } while (0) macro
12 #define __clk_put(clk) 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
48 void __clk_put(struct clk *clk);
214 __clk_put(clk); in clk_put()
2748 void __clk_put(struct clk *clk) in __clk_put() function
294 __clk_put(clk->parent); in zclk_set_rate()