Home
last modified time | relevance | path

Searched refs:pre_shutdown (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Domap_hwmod.h502 * @pre_shutdown: ptr to fn to be executed immediately prior to device shutdown
510 * @pre_shutdown is a function that will be run immediately before
526 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.c353 .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.c318 .pre_shutdown = &omap2_wd_timer_disable,
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Domap_hwmod.h502 * @pre_shutdown: ptr to fn to be executed immediately prior to device shutdown
510 * @pre_shutdown is a function that will be run immediately before
526 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,

Completed in 19 milliseconds