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()
48 return index; in mvebu_v7_enter_idle()
100 .desc = "CPU and SCU power down",
107 const struct platform_device_id *id = pdev->id_entry; in mvebu_v7_cpuidle_probe()
110 return -EINVAL; in mvebu_v7_cpuidle_probe()
112 mvebu_v7_cpu_suspend = pdev->dev.platform_data; in mvebu_v7_cpuidle_probe()
114 return cpuidle_register((struct cpuidle_driver *)id->driver_data, NULL); in mvebu_v7_cpuidle_probe()
119 .name = "cpuidle-armada-xp",
122 .name = "cpuidle-armada-370",
125 .name = "cpuidle-armada-38x",
134 .name = "cpuidle-mbevu",
142 MODULE_AUTHOR("Gregory CLEMENT <gregory.clement@free-electrons.com>");