table of contents
other versions
CLK_GET_PARENT(9) | Clock Framework | CLK_GET_PARENT(9) |
NAME¶
clk_get_parent - get the parent clock source for this clock
SYNOPSIS¶
struct clk * clk_get_parent(struct clk * clk);
ARGUMENTS¶
struct clk * clk
clock source
DESCRIPTION¶
Returns struct clk corresponding to parent clock source, or valid IS_ERR condition containing errno.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |