Home
last modified time | relevance | path

Searched refs:clkdm_read_sleepdep (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm/mach-omap2/
A Dclockdomain.h170 int (*clkdm_read_sleepdep)(struct clockdomain *clkdm1, struct clockdomain *clkdm2); member
199 int clkdm_read_sleepdep(struct clockdomain *clkdm1, struct clockdomain *clkdm2);
A Dclockdomain.c779 int clkdm_read_sleepdep(struct clockdomain *clkdm1, struct clockdomain *clkdm2) in clkdm_read_sleepdep() function
791 if (!arch_clkdm || !arch_clkdm->clkdm_read_sleepdep) in clkdm_read_sleepdep()
801 return arch_clkdm->clkdm_read_sleepdep(clkdm1, clkdm2); in clkdm_read_sleepdep()
A Dcminst44xx.c529 .clkdm_read_sleepdep = omap4_clkdm_read_wkup_sleep_dep,
A Dcm3xxx.c301 .clkdm_read_sleepdep = omap3xxx_clkdm_read_sleepdep,

Completed in 11 milliseconds