Searched defs:clk_get_by_name (Results 1 – 3 of 3) sorted by relevance
160 static inline int clk_get_by_name(struct udevice *dev, const char *name, in clk_get_by_name() function
259 int clk_get_by_name(struct udevice *dev, const char *name, struct clk *clk) in clk_get_by_name() function
368 static struct clk *clk_get_by_name(const char *clk_name) in clk_get_by_name() function