Searched defs:clk_get (Results 1 – 10 of 10) sorted by relevance
76 struct clk *clk_get(struct device *dev, const char *id) in clk_get() function
55 int clk_get(enum davinci_clk_ids id) in clk_get() function
388 int clk_get(int clk) in clk_get() function
373 int clk_get(int clk) in clk_get() function
418 struct clk *clk_get(const char *con_id) in clk_get() function
100 struct clk *clk_get(struct device *dev, const char *con_id) in clk_get() function
427 struct clk *clk_get(struct device *dev, const char *id) in clk_get() function
766 static inline struct clk *clk_get(struct device *dev, const char *id) in clk_get() function
240 #define clk_get(dev,name) NULL macro