Home
last modified time | relevance | path

Searched refs:clkdm_hwmod_disable (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm/mach-omap2/
H A Dclockdomain.h213 int clkdm_hwmod_disable(struct clockdomain *clkdm, struct omap_hwmod *oh);
H A Domap_hwmod.c1555 clkdm_hwmod_disable(oh->clkdm, oh); in _deassert_hardreset()
1948 clkdm_hwmod_disable(oh->clkdm, oh); in _enable()
2006 clkdm_hwmod_disable(oh->clkdm, oh); in _idle()
2068 clkdm_hwmod_disable(oh->clkdm, oh); in _shutdown()
H A Dclockdomain.c1244 int clkdm_hwmod_disable(struct clockdomain *clkdm, struct omap_hwmod *oh) in clkdm_hwmod_disable() function