Lines Matching refs:init_clkdm
240 int (*init_clkdm)(struct omap_hwmod *oh);
656 struct clockdomain *clkdm, *init_clkdm;
659 init_clkdm = _get_clkdm(init_oh);
661 if (!clkdm || !init_clkdm)
667 return clkdm_add_sleepdep(clkdm, init_clkdm);
685 struct clockdomain *clkdm, *init_clkdm;
688 init_clkdm = _get_clkdm(init_oh);
690 if (!clkdm || !init_clkdm)
696 return clkdm_del_sleepdep(clkdm, init_clkdm);
1414 if (soc_ops.init_clkdm)
1415 ret |= soc_ops.init_clkdm(oh);
4026 soc_ops.init_clkdm = _init_clkdm;
4034 soc_ops.init_clkdm = _init_clkdm;
4047 soc_ops.init_clkdm = _init_clkdm;