Searched refs:clkdm_add_sleepdep (Results 1 – 5 of 5) sorted by relevance
168 int (*clkdm_add_sleepdep)(struct clockdomain *clkdm1, struct clockdomain *clkdm2); member197 int clkdm_add_sleepdep(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
293 if (!arch_clkdm || !arch_clkdm->clkdm_add_sleepdep) in _clkdm_add_sleepdep()307 ret = arch_clkdm->clkdm_add_sleepdep(clkdm1, clkdm2); in _clkdm_add_sleepdep()713 int clkdm_add_sleepdep(struct clockdomain *clkdm1, struct clockdomain *clkdm2) in clkdm_add_sleepdep() function
527 .clkdm_add_sleepdep = omap4_clkdm_add_wkup_sleep_dep,
299 .clkdm_add_sleepdep = omap3xxx_clkdm_add_sleepdep,
670 return clkdm_add_sleepdep(clkdm, init_clkdm); in _add_initiator_dep()