Searched refs:mcpm_cpu_power_up (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/arm/include/asm/
H A Dmcpm.h66 * mcpm_cpu_power_up - make given CPU in given cluster runable
84 int mcpm_cpu_power_up(unsigned int cpu, unsigned int cluster);
122 * serialise a pending powerdown with mcpm_cpu_power_up() or a wakeup
/linux-master/arch/arm/common/
H A Dmcpm_platsmp.c40 ret = mcpm_cpu_power_up(pcpu, pcluster);
H A Dmcpm_entry.c195 int mcpm_cpu_power_up(unsigned int cpu, unsigned int cluster) function
H A DbL_switcher.c188 ret = mcpm_cpu_power_up(ib_cpu, ib_cluster);
190 pr_err("%s: mcpm_cpu_power_up() returned %d\n", __func__, ret);

Completed in 128 milliseconds