CLK_GET_PARENT

Section: Clock Framework (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

clk_get_parent - get the parent clock source for this clock  

SYNOPSIS

struct clk * clk_get_parent(struct clk * clk);
 

ARGUMENTS

clk

clock source
 

DESCRIPTION

Returns struct clk corresponding to parent clock source, or valid IS_ERR condition containing errno.  

COPYRIGHT