Searched defs:clk_set_parent (Results 1 – 10 of 10) sorted by relevance
/arch/powerpc/include/asm/ |
D | clk_interface.h | 14 int (*clk_set_parent) (struct clk *clk, struct clk *parent); member
|
/arch/powerpc/kernel/ |
D | clock.c | 76 int clk_set_parent(struct clk *clk, struct clk *parent) in clk_set_parent() function
|
/arch/arm/plat-s3c/ |
D | clock.c | 198 int clk_set_parent(struct clk *clk, struct clk *parent) in clk_set_parent() function
|
/arch/arm/plat-mxc/ |
D | clock.c | 230 int clk_set_parent(struct clk *clk, struct clk *parent) in clk_set_parent() function
|
/arch/arm/mach-msm/ |
D | clock.c | 160 int clk_set_parent(struct clk *clk, struct clk *parent) in clk_set_parent() function
|
/arch/avr32/mach-at32ap/ |
D | clock.c | 150 int clk_set_parent(struct clk *clk, struct clk *parent) in clk_set_parent() function
|
/arch/arm/plat-omap/ |
D | clock.c | 194 int clk_set_parent(struct clk *clk, struct clk *parent) in clk_set_parent() function
|
/arch/arm/mach-at91/ |
D | clock.c | 345 int clk_set_parent(struct clk *clk, struct clk *parent) in clk_set_parent() function
|
/arch/arm/mach-pnx4008/ |
D | clock.c | 943 int clk_set_parent(struct clk *clk, struct clk *parent) in clk_set_parent() function
|
/arch/arm/plat-omap/include/mach/ |
D | clock.h | 101 int (*clk_set_parent)(struct clk *clk, struct clk *parent); member
|