Home
last modified time | relevance | path

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

/linux-6.15/include/soc/tegra/
H A Dflowctrl.h48 void flowctrl_cpu_suspend_enter(unsigned int cpuid);
62 static inline void flowctrl_cpu_suspend_enter(unsigned int cpuid) in flowctrl_cpu_suspend_enter() function
/linux-6.15/drivers/soc/tegra/
H A Dflowctrl.c72 void flowctrl_cpu_suspend_enter(unsigned int cpuid) in flowctrl_cpu_suspend_enter() function
/linux-6.15/arch/arm/mach-tegra/
H A Dpm.c110 flowctrl_cpu_suspend_enter(cpu); in suspend_cpu_complex()