| /rk3399_ARM-atf/plat/mediatek/lib/pm/armv8_2/ |
| H A D | pwr_ctrl.c | 460 bool success = true; in register_cpu_pm_ops() local 469 cpu_resume, success, fns); in register_cpu_pm_ops() 472 cpu_suspend, success, fns); in register_cpu_pm_ops() 475 cluster_resume, success, fns); in register_cpu_pm_ops() 478 cluster_suspend, success, fns); in register_cpu_pm_ops() 481 mcusys_resume, success, fns); in register_cpu_pm_ops() 484 mcusys_suspend, success, fns); in register_cpu_pm_ops() 487 get_pstate, success, fns); in register_cpu_pm_ops() 490 pwr_state_valid, success, fns); in register_cpu_pm_ops() 493 init, success, fns); in register_cpu_pm_ops() [all …]
|
| /rk3399_ARM-atf/plat/mediatek/lib/pm/armv9_0/ |
| H A D | pwr_ctrl.c | 450 int success = 1; in register_cpu_pm_ops() local 458 cpu_resume, 1, success, fns); in register_cpu_pm_ops() 460 cpu_suspend, 1, success, fns); in register_cpu_pm_ops() 462 cluster_resume, 1, success, fns); in register_cpu_pm_ops() 464 cluster_suspend, 1, success, fns); in register_cpu_pm_ops() 467 success, fns); in register_cpu_pm_ops() 469 mcusys_suspend, 1, success, fns); in register_cpu_pm_ops() 471 get_pstate, 1, success, fns); in register_cpu_pm_ops() 473 pwr_state_valid, 1, success, fns); in register_cpu_pm_ops() 475 init, 1, success, fns); in register_cpu_pm_ops() [all …]
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | ven-el3-debugfs.rst | 89 int32_t w0 == SMC_OK on success 127 int32_t w0 == SMC_OK on success 131 uint32_t w1: file descriptor id on success. 155 int32_t w0 == SMC_OK on success 182 On success, the read data is retrieved from the shared buffer after the 186 int32_t w0 == SMC_OK on success 190 uint32_t w1: number of bytes read on success. 225 int32_t w0 == SMC_OK on success 250 int32_t w0 == SMC_OK on success 276 int32_t w0 == SMC_OK on success [all …]
|
| H A D | secure-partition-manager-mm.rst | 336 On success, the format of the value is as follows: 666 On success the format of the Return Code is as follows: 699 On success, the number of translation granule size pages from
|
| H A D | sdei.rst | 226 on success, or ``-1`` on failure.
|
| /rk3399_ARM-atf/plat/xilinx/versal_net/ |
| H A D | bl31_versal_net_setup.c | 164 goto success; in bl31_early_platform_setup2() 170 goto success; in bl31_early_platform_setup2() 175 goto success; in bl31_early_platform_setup2() 181 success: in bl31_early_platform_setup2()
|
| /rk3399_ARM-atf/docs/resources/diagrams/plantuml/ |
| H A D | sdei_general.puml | 18 EL3->EL2: success 20 EL3->EL2: success
|
| H A D | sdei_explicit_dispatch.puml | 17 EL3->EL2: success 19 EL3->EL2: success
|
| /rk3399_ARM-atf/drivers/st/crypto/ |
| H A D | stm32_rng.c | 273 int success = 0; in stm32_rng_init() local 340 success++; in stm32_rng_init() 344 if ((success == 0) && (disabled > 0)) { in stm32_rng_init() 347 } else if (success > 0) { in stm32_rng_init()
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | console-framework.rst | 83 on success. 122 to the console_struct as an argument and returns a character on success or a negative 236 removed console on success or a ``NULL`` character upon failure. 289 int value of the character back on success or a negative int value on error. 336 This function will either return the character on success or an **EOF** character
|
| H A D | firmware-design.rst | 940 function has reported success. So a service that fails to initialize will never
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | poplar.rst | 111 Boot auxiliary code success 112 Bootrom success
|
| H A D | intel-agilex.rst | 71 INFO: DDR: DRAM calibration success.
|
| H A D | intel-stratix10.rst | 71 INFO: DDR: DRAM calibration success.
|
| /rk3399_ARM-atf/docs/design_documents/ |
| H A D | measured_boot.rst | 161 - This function must return 0 on success, a signed integer error code 210 This function must return 0 on success, a signed integer error code 232 - This function must return 0 on success, a signed integer error code 253 - This function returns 0 on success. It returns a signed errno-style error
|
| H A D | rse.rst | 363 - This function returns 0 on success, a signed integer error code
|
| /rk3399_ARM-atf/docs/ |
| H A D | porting-guide.rst | 819 The function returns 0 on success. Any other value is treated as error by the 850 The function returns 0 on success. Any other value means the counter value could 866 The function returns 0 on success. Any other value means the counter value could 886 The function returns 0 on success. Any other value means the counter value 1067 arguments, and returns 0 on success and -1 on failure. 1078 non-volatile storage and returns 0 on success and -1 on failure. 1089 into the received address, and returns 0 on success and -1 on failure. 1158 On success the function should return 0 and a negative error code otherwise. 1184 On success the function should return 0 and a negative error code otherwise. 1232 It returns '0' on success, otherwise a negative error value on error. [all …]
|
| /rk3399_ARM-atf/docs/security_advisories/ |
| H A D | security-advisory-tfv-1.rst | 157 return success. Platforms that copy this insecure pattern will have the same
|
| /rk3399_ARM-atf/docs/getting_started/ |
| H A D | rt-svc-writers-guide.rst | 162 On success, the initialization function must return ``0``. Any other return value
|