Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/mach-omap2/
Domap_hwmod.c241 void (*update_context_lost)(struct omap_hwmod *oh); member
1926 if (soc_ops.update_context_lost) in _enable()
1927 soc_ops.update_context_lost(oh); in _enable()
4034 soc_ops.update_context_lost = _omap4_update_context_lost; in omap_hwmod_init()