Home
last modified time | relevance | path

Searched defs:clk_set_parent (Results 1 – 10 of 10) sorted by relevance

/arch/powerpc/include/asm/
Dclk_interface.h14 int (*clk_set_parent) (struct clk *clk, struct clk *parent); member
/arch/powerpc/kernel/
Dclock.c76 int clk_set_parent(struct clk *clk, struct clk *parent) in clk_set_parent() function
/arch/arm/plat-s3c/
Dclock.c198 int clk_set_parent(struct clk *clk, struct clk *parent) in clk_set_parent() function
/arch/arm/plat-mxc/
Dclock.c230 int clk_set_parent(struct clk *clk, struct clk *parent) in clk_set_parent() function
/arch/arm/mach-msm/
Dclock.c160 int clk_set_parent(struct clk *clk, struct clk *parent) in clk_set_parent() function
/arch/avr32/mach-at32ap/
Dclock.c150 int clk_set_parent(struct clk *clk, struct clk *parent) in clk_set_parent() function
/arch/arm/plat-omap/
Dclock.c194 int clk_set_parent(struct clk *clk, struct clk *parent) in clk_set_parent() function
/arch/arm/mach-at91/
Dclock.c345 int clk_set_parent(struct clk *clk, struct clk *parent) in clk_set_parent() function
/arch/arm/mach-pnx4008/
Dclock.c943 int clk_set_parent(struct clk *clk, struct clk *parent) in clk_set_parent() function
/arch/arm/plat-omap/include/mach/
Dclock.h101 int (*clk_set_parent)(struct clk *clk, struct clk *parent); member