Home
last modified time | relevance | path

Searched defs:afflvl (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/plat/juno/
Dplat_pm.c65 static int32_t juno_do_plat_actions(uint32_t afflvl, uint32_t state) in juno_do_plat_actions()
118 uint32_t afflvl, in juno_affinst_on()
146 void juno_affinst_on_finish(uint32_t afflvl, uint32_t state) in juno_affinst_on_finish()
181 static void juno_power_down_common(uint32_t afflvl) in juno_power_down_common()
215 static void juno_affinst_off(uint32_t afflvl, uint32_t state) in juno_affinst_off()
237 uint32_t afflvl, in juno_affinst_suspend()
259 static void juno_affinst_suspend_finish(uint32_t afflvl, in juno_affinst_suspend_finish()
/device/linaro/bootloader/arm-trusted-firmware/plat/fvp/
Dfvp_pm.c98 static int32_t fvp_do_plat_actions(unsigned int afflvl, unsigned int state) in fvp_do_plat_actions()
138 unsigned int afflvl, in fvp_affinst_on()
179 void fvp_affinst_off(unsigned int afflvl, in fvp_affinst_off()
210 unsigned int afflvl, in fvp_affinst_suspend()
243 void fvp_affinst_on_finish(unsigned int afflvl, in fvp_affinst_on_finish()
295 void fvp_affinst_suspend_finish(unsigned int afflvl, in fvp_affinst_suspend_finish()
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
Dplat_pm.c54 static int32_t hikey_do_plat_actions(uint32_t afflvl, uint32_t state) in hikey_do_plat_actions()
66 uint32_t afflvl, in hikey_affinst_on()
95 static void hikey_affinst_off(uint32_t afflvl, uint32_t state) in hikey_affinst_off()
125 uint32_t afflvl, in hikey_affinst_suspend()
168 void hikey_affinst_on_finish(uint32_t afflvl, uint32_t state) in hikey_affinst_on_finish()
201 static void hikey_affinst_suspend_finish(uint32_t afflvl, in hikey_affinst_suspend_finish()
/device/linaro/bootloader/arm-trusted-firmware/services/std_svc/psci/
Dpsci_common.c124 void psci_set_max_phys_off_afflvl(uint32_t afflvl) in psci_set_max_phys_off_afflvl()
163 int afflvl; in get_power_on_target_afflvl() local
Dpsci_setup.c317 int afflvl, affmap_idx, max_afflvl; in psci_setup() local
/device/linaro/bootloader/arm-trusted-firmware/include/bl31/services/
Dpsci.h104 #define psci_make_powerstate(state_id, type, afflvl) \ argument