Lines Matching +full:scu +full:- +full:index
7 * Gregory CLEMENT <gregory.clement@free-electrons.com>
13 * Maintainer: Gregory CLEMENT <gregory.clement@free-electrons.com>
30 int index) in mvebu_v7_enter_idle() argument
36 if (drv->states[index].flags & MVEBU_V7_FLAG_DEEP_IDLE) in mvebu_v7_enter_idle()
45 return index; in mvebu_v7_enter_idle()
95 .desc = "CPU and SCU power down",
102 const struct platform_device_id *id = pdev->id_entry; in mvebu_v7_cpuidle_probe()
105 return -EINVAL; in mvebu_v7_cpuidle_probe()
107 mvebu_v7_cpu_suspend = pdev->dev.platform_data; in mvebu_v7_cpuidle_probe()
109 return cpuidle_register((struct cpuidle_driver *)id->driver_data, NULL); in mvebu_v7_cpuidle_probe()
114 .name = "cpuidle-armada-xp",
117 .name = "cpuidle-armada-370",
120 .name = "cpuidle-armada-38x",
129 .name = "cpuidle-mbevu",
137 MODULE_AUTHOR("Gregory CLEMENT <gregory.clement@free-electrons.com>");