Searched refs:get_context_lost (Results 1 – 1 of 1) sorted by relevance
202 int (*get_context_lost)(struct omap_hwmod *oh); member3876 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()