table of contents
other versions
CLK_SET_PARENT(9) | Clock Framework | CLK_SET_PARENT(9) |
NAME¶
clk_set_parent - set the parent clock source for this clock
SYNOPSIS¶
int clk_set_parent(struct clk * clk, struct clk * parent);
ARGUMENTS¶
struct clk * clk
clock source
struct clk * parent
parent clock source
DESCRIPTION¶
Returns success (0) or negative errno.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |