Searched defs:clk_set_parent (Results 1 - 2 of 2) sorted by relevance

/drivers/sh/clk/
H A Dcore.c504 int clk_set_parent(struct clk *clk, struct clk *parent) function
534 EXPORT_SYMBOL_GPL(clk_set_parent); variable
/drivers/clk/
H A Dclk.c1464 * See also: Comment for clk_set_parent() below.
1924 * clk_set_parent - switch the parent of a mux clk
1934 * After successfully changing clk's parent clk_set_parent will update the
1940 int clk_set_parent(struct clk *clk, struct clk *parent) function
2000 EXPORT_SYMBOL_GPL(clk_set_parent); variable
2462 clk_set_parent(child, NULL);

Completed in 97 milliseconds