Home
last modified time | relevance | path

Searched refs:psci_function_id (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/arm/kernel/
Dpsci.c47 static u32 psci_function_id[PSCI_FN_MAX]; variable
89 fn = psci_function_id[PSCI_FN_CPU_SUSPEND]; in psci_cpu_suspend()
100 fn = psci_function_id[PSCI_FN_CPU_OFF]; in psci_cpu_off()
111 fn = psci_function_id[PSCI_FN_CPU_ON]; in psci_cpu_on()
121 fn = psci_function_id[PSCI_FN_MIGRATE]; in psci_migrate()
132 fn = psci_function_id[PSCI_FN_AFFINITY_INFO]; in psci_affinity_info()
142 fn = psci_function_id[PSCI_FN_MIGRATE_INFO_TYPE]; in psci_migrate_info_type()
213 psci_function_id[PSCI_FN_CPU_SUSPEND] = PSCI_0_2_FN_CPU_SUSPEND; in psci_0_2_init()
216 psci_function_id[PSCI_FN_CPU_OFF] = PSCI_0_2_FN_CPU_OFF; in psci_0_2_init()
219 psci_function_id[PSCI_FN_CPU_ON] = PSCI_0_2_FN_CPU_ON; in psci_0_2_init()
[all …]
/linux-4.1.27/arch/arm64/kernel/
Dpsci.c77 static u32 psci_function_id[PSCI_FN_MAX]; variable
131 fn = psci_function_id[PSCI_FN_CPU_SUSPEND]; in psci_cpu_suspend()
142 fn = psci_function_id[PSCI_FN_CPU_OFF]; in psci_cpu_off()
153 fn = psci_function_id[PSCI_FN_CPU_ON]; in psci_cpu_on()
163 fn = psci_function_id[PSCI_FN_MIGRATE]; in psci_migrate()
174 fn = psci_function_id[PSCI_FN_AFFINITY_INFO]; in psci_affinity_info()
184 fn = psci_function_id[PSCI_FN_MIGRATE_INFO_TYPE]; in psci_migrate_info_type()
281 psci_function_id[PSCI_FN_CPU_SUSPEND] = PSCI_0_2_FN64_CPU_SUSPEND; in psci_0_2_set_functions()
284 psci_function_id[PSCI_FN_CPU_OFF] = PSCI_0_2_FN_CPU_OFF; in psci_0_2_set_functions()
287 psci_function_id[PSCI_FN_CPU_ON] = PSCI_0_2_FN64_CPU_ON; in psci_0_2_set_functions()
[all …]