HomeSort by relevance Sort by last modified time
    Searched refs:PSCI_0_2_FN (Results 1 - 2 of 2) sorted by null

  /bionic/libc/kernel/uapi/linux/
psci.h 22 #define PSCI_0_2_FN(n) (PSCI_0_2_FN_BASE + (n))
26 #define PSCI_0_2_FN_PSCI_VERSION PSCI_0_2_FN(0)
27 #define PSCI_0_2_FN_CPU_SUSPEND PSCI_0_2_FN(1)
28 #define PSCI_0_2_FN_CPU_OFF PSCI_0_2_FN(2)
29 #define PSCI_0_2_FN_CPU_ON PSCI_0_2_FN(3)
30 #define PSCI_0_2_FN_AFFINITY_INFO PSCI_0_2_FN(4)
31 #define PSCI_0_2_FN_MIGRATE PSCI_0_2_FN(5)
32 #define PSCI_0_2_FN_MIGRATE_INFO_TYPE PSCI_0_2_FN(6)
33 #define PSCI_0_2_FN_MIGRATE_INFO_UP_CPU PSCI_0_2_FN(7)
34 #define PSCI_0_2_FN_SYSTEM_OFF PSCI_0_2_FN(8
    [all...]
  /external/kernel-headers/original/uapi/linux/
psci.h 27 #define PSCI_0_2_FN(n) (PSCI_0_2_FN_BASE + (n))
33 #define PSCI_0_2_FN_PSCI_VERSION PSCI_0_2_FN(0)
34 #define PSCI_0_2_FN_CPU_SUSPEND PSCI_0_2_FN(1)
35 #define PSCI_0_2_FN_CPU_OFF PSCI_0_2_FN(2)
36 #define PSCI_0_2_FN_CPU_ON PSCI_0_2_FN(3)
37 #define PSCI_0_2_FN_AFFINITY_INFO PSCI_0_2_FN(4)
38 #define PSCI_0_2_FN_MIGRATE PSCI_0_2_FN(5)
39 #define PSCI_0_2_FN_MIGRATE_INFO_TYPE PSCI_0_2_FN(6)
40 #define PSCI_0_2_FN_MIGRATE_INFO_UP_CPU PSCI_0_2_FN(7)
41 #define PSCI_0_2_FN_SYSTEM_OFF PSCI_0_2_FN(8
    [all...]

Completed in 48 milliseconds