Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/mach-omap2/
Domap_hwmod.c242 int (*get_context_lost)(struct omap_hwmod *oh); member
3996 if (soc_ops.get_context_lost) in omap_hwmod_get_context_loss_count()
3997 return soc_ops.get_context_lost(oh); in omap_hwmod_get_context_loss_count()
4035 soc_ops.get_context_lost = _omap4_get_context_lost; in omap_hwmod_init()