Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/mach-omap2/
Dclockdomain.h217 int clkdm_hwmod_disable(struct clockdomain *clkdm, struct omap_hwmod *oh);
Domap_hwmod.c1558 clkdm_hwmod_disable(oh->clkdm, oh); in _deassert_hardreset()
1951 clkdm_hwmod_disable(oh->clkdm, oh); in _enable()
2009 clkdm_hwmod_disable(oh->clkdm, oh); in _idle()
2071 clkdm_hwmod_disable(oh->clkdm, oh); in _shutdown()
Dclockdomain.c1284 int clkdm_hwmod_disable(struct clockdomain *clkdm, struct omap_hwmod *oh) in clkdm_hwmod_disable() function