Searched refs:reset_type (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/arm-trusted-firmware/lib/psci/ |
D | psci_system_off.c | 53 int psci_system_reset2(uint32_t reset_type, u_register_t cookie) in psci_system_reset2() argument 61 is_vendor = (reset_type >> PSCI_RESET2_TYPE_VENDOR_SHIFT) & 1; in psci_system_reset2() 66 if (reset_type != PSCI_RESET2_SYSTEM_WARM_RESET) in psci_system_reset2() 80 return psci_plat_pm_ops->system_reset2(is_vendor, reset_type, cookie); in psci_system_reset2()
|
D | psci_private.h | 263 int psci_system_reset2(uint32_t reset_type, u_register_t cookie);
|
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/css/drivers/scp/ |
D | css_scp.h | 18 int css_system_reset2(int is_vendor, int reset_type, u_register_t cookie);
|
D | css_pm_scmi.c | 380 int css_system_reset2(int is_vendor, int reset_type, u_register_t cookie) in css_system_reset2() argument 382 if (is_vendor || (reset_type != PSCI_RESET2_SYSTEM_WARM_RESET)) in css_system_reset2()
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/psci/ |
D | psci.h | 308 int reset_type, u_register_t cookie);
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | platform-migration-guide.rst | 171 int reset_type, u_register_t cookie);
|
D | porting-guide.rst | 2307 based on the first parameter ``reset_type`` as specified in 2309 reset information. If the ``reset_type`` is not supported, the
|