Lines Matching refs:init_clkdm
240 int (*init_clkdm)(struct omap_hwmod *oh);
659 struct clockdomain *clkdm, *init_clkdm;
662 init_clkdm = _get_clkdm(init_oh);
664 if (!clkdm || !init_clkdm)
670 return clkdm_add_sleepdep(clkdm, init_clkdm);
688 struct clockdomain *clkdm, *init_clkdm;
691 init_clkdm = _get_clkdm(init_oh);
693 if (!clkdm || !init_clkdm)
699 return clkdm_del_sleepdep(clkdm, init_clkdm);
1414 if (soc_ops.init_clkdm)
1415 ret |= soc_ops.init_clkdm(oh);
3916 soc_ops.init_clkdm = _init_clkdm;
3924 soc_ops.init_clkdm = _init_clkdm;
3937 soc_ops.init_clkdm = _init_clkdm;