Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/mach-omap2/
Domap_hwmod.h526 int (*pre_shutdown)(struct omap_hwmod *oh); member
Domap_hwmod_2xxx_ipblock_data.c73 .pre_shutdown = &omap2_wd_timer_disable,
Domap_hwmod_81xx_data.c353 .pre_shutdown = &omap2_wd_timer_disable,
Domap_hwmod.c2043 if (oh->class->pre_shutdown) { in _shutdown()
2047 ret = oh->class->pre_shutdown(oh); in _shutdown()
Domap_hwmod_3xxx_data.c318 .pre_shutdown = &omap2_wd_timer_disable,