Home
last modified time | relevance | path

Searched refs:clkdm_restore_context (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dclockdomain.h161 * @clkdm_restore_context: Restore the clkdm context
179 int (*clkdm_restore_context)(struct clockdomain *clkdm); member
220 void clkdm_restore_context(void);
H A Dclockdomain.c42 void clkdm_restore_context(void);
462 clkdm_restore_context(); in cpu_notifier()
1317 if (!arch_clkdm || !arch_clkdm->clkdm_restore_context) in _clkdm_restore_context()
1320 return arch_clkdm->clkdm_restore_context(clkdm); in _clkdm_restore_context()
1334 * clkdm_restore_context - Restores the context for each registered clkdm
1338 void clkdm_restore_context(void) in clkdm_restore_context() function
H A Dcm33xx.c400 .clkdm_restore_context = am33xx_clkdm_restore_context,
H A Dcminst44xx.c538 .clkdm_restore_context = omap4_clkdm_restore_context,
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dclockdomain.h161 * @clkdm_restore_context: Restore the clkdm context
179 int (*clkdm_restore_context)(struct clockdomain *clkdm); member
216 void clkdm_restore_context(void);
H A Dclockdomain.c42 void clkdm_restore_context(void);
462 clkdm_restore_context(); in cpu_notifier()
1277 if (!arch_clkdm || !arch_clkdm->clkdm_restore_context) in _clkdm_restore_context()
1280 return arch_clkdm->clkdm_restore_context(clkdm); in _clkdm_restore_context()
1294 * clkdm_restore_context - Restores the context for each registered clkdm
1298 void clkdm_restore_context(void) in clkdm_restore_context() function
H A Dcm33xx.c392 .clkdm_restore_context = am33xx_clkdm_restore_context,
H A Dcminst44xx.c538 .clkdm_restore_context = omap4_clkdm_restore_context,

Completed in 8 milliseconds