Home
last modified time | relevance | path

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

/arch/arm/mach-omap2/
Domap_hwmod.c202 int (*get_context_lost)(struct omap_hwmod *oh); member
3876 if (soc_ops.get_context_lost) in omap_hwmod_get_context_loss_count()
3877 return soc_ops.get_context_lost(oh); in omap_hwmod_get_context_loss_count()
3915 soc_ops.get_context_lost = _omap4_get_context_lost; in omap_hwmod_init()