Home
last modified time | relevance | path

Searched refs:pre_shutdown (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/arch/arm/mach-omap2/
Domap_hwmod_2xxx_ipblock_data.c89 .pre_shutdown = &omap2_wd_timer_disable
Domap_hwmod.c1738 if (oh->class->pre_shutdown) { in _shutdown()
1742 ret = oh->class->pre_shutdown(oh); in _shutdown()
Domap_hwmod_3xxx_data.c1203 .pre_shutdown = &omap2_wd_timer_disable
Domap_hwmod_44xx_data.c5217 .pre_shutdown = &omap2_wd_timer_disable,
/linux-3.4.99/arch/arm/plat-omap/include/plat/
Domap_hwmod.h474 int (*pre_shutdown)(struct omap_hwmod *oh); member