Searched refs:clkdm_add_sleepdep (Results 1 – 5 of 5) sorted by relevance
166 int (*clkdm_add_sleepdep)(struct clockdomain *clkdm1, struct clockdomain *clkdm2); member193 int clkdm_add_sleepdep(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
292 if (!arch_clkdm || !arch_clkdm->clkdm_add_sleepdep) in _clkdm_add_sleepdep()306 ret = arch_clkdm->clkdm_add_sleepdep(clkdm1, clkdm2); in _clkdm_add_sleepdep()692 int clkdm_add_sleepdep(struct clockdomain *clkdm1, struct clockdomain *clkdm2) in clkdm_add_sleepdep() function
489 .clkdm_add_sleepdep = omap4_clkdm_add_wkup_sleep_dep,
306 .clkdm_add_sleepdep = omap3xxx_clkdm_add_sleepdep,
742 return clkdm_add_sleepdep(clkdm, init_clkdm); in _add_initiator_dep()