Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qemu-iotests/tests/
H A Dmigrate-bitmaps-test137 shared_storage, pre_shutdown): argument
146 (migrate_bitmaps and (persistent or not pre_shutdown)) or \
166 if pre_shutdown:
/openbmc/linux/arch/arm/mach-omap2/
H A Domap_hwmod.h526 int (*pre_shutdown)(struct omap_hwmod *oh); member
H A Domap_hwmod_2xxx_ipblock_data.c73 .pre_shutdown = &omap2_wd_timer_disable,
H A Domap_hwmod_81xx_data.c344 .pre_shutdown = &omap2_wd_timer_disable,
H A Domap_hwmod.c2040 if (oh->class->pre_shutdown) { in _shutdown()
2044 ret = oh->class->pre_shutdown(oh); in _shutdown()
H A Domap_hwmod_3xxx_data.c317 .pre_shutdown = &omap2_wd_timer_disable,