table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
CLK_SET_PARENT(9) | Clock Framework | CLK_SET_PARENT(9) |
NAME¶
clk_set_parent - set the parent clock source for this clockSYNOPSIS¶
int
clk_set_parent(struct clk * clk,
struct clk * parent);
ARGUMENTS¶
clkclock source
parent
parent clock source
DESCRIPTION¶
Returns success (0) or negative errno.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |