Home
last modified time | relevance | path

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

/arch/arm/mach-omap2/
Domap_hwmod.h596 int (*enable_preprogram)(struct omap_hwmod *oh); member
Domap_hwmod.c2123 if (!oh->class->enable_preprogram) in _enable_preprogram()
2126 return oh->class->enable_preprogram(oh); in _enable_preprogram()
Domap_hwmod_44xx_data.c271 .enable_preprogram = omap_hwmod_aess_preprogram,