Searched refs:get_context_lost (Results 1 – 1 of 1) sorted by relevance
228 int (*get_context_lost)(struct omap_hwmod *oh); member3926 if (soc_ops.get_context_lost) in omap_hwmod_get_context_loss_count()3927 return soc_ops.get_context_lost(oh); in omap_hwmod_get_context_loss_count()3965 soc_ops.get_context_lost = _omap4_get_context_lost; in omap_hwmod_init()