clkdm_ops
int clkdm_register_platform_funcs(struct clkdm_ops *co)
static struct clkdm_ops *arch_clkdm;
int clkdm_register_platform_funcs(struct clkdm_ops *co);
extern struct clkdm_ops omap2_clkdm_operations;
extern struct clkdm_ops omap3_clkdm_operations;
extern struct clkdm_ops omap4_clkdm_operations;
extern struct clkdm_ops am33xx_clkdm_operations;
extern struct clkdm_ops am43xx_clkdm_operations;
struct clkdm_ops omap2_clkdm_operations = {
struct clkdm_ops am33xx_clkdm_operations = {
struct clkdm_ops omap3_clkdm_operations = {
struct clkdm_ops omap4_clkdm_operations = {
struct clkdm_ops am43xx_clkdm_operations = {