Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-omap2/
Domap_hwmod.h529 int (*enable_preprogram)(struct omap_hwmod *oh); member
Domap_hwmod.c1864 if (!oh->class->enable_preprogram) in _enable_preprogram()
1867 return oh->class->enable_preprogram(oh); in _enable_preprogram()
Domap_hwmod_44xx_data.c265 .enable_preprogram = omap_hwmod_aess_preprogram,