Searched defs:__clk_get (Results 1 – 9 of 9) sorted by relevance
13 #define __clk_get(clk) ({ 1; }) macro
18 #define __clk_get(clk) ({ 1; }) macro
21 #define __clk_get(clk) ({ 1; }) macro
8 static inline int __clk_get(struct clk *clk) in __clk_get() function
21 static inline int __clk_get(struct clk *clk) { return 1; } in __clk_get() function
30 #define __clk_get(clk) ({ 1; }) macro
39 static struct clk *__clk_get(struct device *dev, const char *id) in __clk_get() function
2759 int __clk_get(struct clk *clk) in __clk_get() function