CLK_SET_PARENT
Section: Clock Framework (9)
Updated: February 2011
Index
Return to Main Contents
 
NAME
clk_set_parent - set the parent clock source for this clock
 
SYNOPSIS
- 
int clk_set_parent(struct clk * clk, struct clk * parent);
ARGUMENTS
clk
- 
- clock source
parent
- 
parent clock source
DESCRIPTION
Returns success (0) or negative errno.
 
COPYRIGHT