| /rk3399_ARM-atf/drivers/mentor/i2c/ |
| H A D | mi2cv.c | 134 return -EPERM; in mentor_i2c_start_bit_set() 146 return -EPERM; in mentor_i2c_start_bit_set() 176 return -EPERM; in mentor_i2c_stop_bit_set() 187 return -EPERM; in mentor_i2c_stop_bit_set() 223 return -EPERM; in mentor_i2c_address_set() 282 return -EPERM; in mentor_i2c_probe() 290 return -EPERM; in mentor_i2c_probe() 332 return -EPERM; in mentor_i2c_data_receive() 337 return -EPERM; in mentor_i2c_data_receive() 383 return -EPERM; in mentor_i2c_data_transmit() [all …]
|
| /rk3399_ARM-atf/bl1/ |
| H A D | bl1_fwu.c | 217 return -EPERM; in bl1_fwu_image_check_overlaps() 241 return -EPERM; in bl1_fwu_image_copy() 250 return -EPERM; in bl1_fwu_image_copy() 254 return -EPERM; in bl1_fwu_image_copy() 262 return -EPERM; in bl1_fwu_image_copy() 313 return -EPERM; in bl1_fwu_image_copy() 350 return -EPERM; in bl1_fwu_image_copy() 383 return -EPERM; in bl1_fwu_image_auth() 389 return -EPERM; in bl1_fwu_image_auth() 396 return -EPERM; in bl1_fwu_image_auth() [all …]
|
| /rk3399_ARM-atf/plat/st/stm32mp1/ |
| H A D | stm32mp1_dbgmcu.c | 48 return -EPERM; in stm32mp1_dbgmcu_get_chip_version() 67 return -EPERM; in stm32mp1_dbgmcu_get_chip_dev_id()
|
| /rk3399_ARM-atf/plat/intel/soc/common/drivers/ddr/ |
| H A D | ddr.c | 25 if (u32data_read == -EPERM) { in ddr_calibration_check() 26 status = -EPERM; in ddr_calibration_check() 35 if (u32data_read == -EPERM) { in ddr_calibration_check() 36 status = -EPERM; in ddr_calibration_check() 254 if (status == -EPERM) { in ddr_iossm_mailbox_cmd() 302 int status = -EPERM; in ddr_init() 318 if (status == -EPERM) { in ddr_init() 328 if (status == -EPERM) { in ddr_init()
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | firmware-update.rst | 303 : -EPERM 306 if (image_id is invalid) return -EPERM 307 if (image_id is non-secure image) return -EPERM 308 if (image_id state is not (RESET or COPYING)) return -EPERM 309 if (secure world caller) return -EPERM 315 if (image overlaps another image) return -EPERM 351 : -EPERM 355 if (image_id is invalid) return -EPERM 357 if (image_id state is not RESET) return -EPERM 361 if (image_id state is not COPIED) return -EPERM [all …]
|
| /rk3399_ARM-atf/drivers/cfi/v2m/ |
| H A D | v2m_flash.c | 80 return -EPERM; in nor_full_status_check() 118 ret = -EPERM; in nor_word_program()
|
| /rk3399_ARM-atf/drivers/st/pmic/ |
| H A D | stpmic1.c | 732 return -EPERM; in stpmic1_regulator_mask_reset_set() 746 return -EPERM; in stpmic1_regulator_icc_set() 757 return -EPERM; in stpmic1_regulator_sink_mode_set() 771 return -EPERM; in stpmic1_regulator_bypass_mode_set() 796 return -EPERM; in stpmic1_active_discharge_mode_set()
|
| H A D | stm32mp_pmic2.c | 243 return -EPERM; in pmic2_set_voltage() 284 int ret = -EPERM; in pmic2_set_flag() 310 return -EPERM; in pmic2_set_flag() 325 return -EPERM; in stpmic2_set_prop()
|
| H A D | stpmic2.c | 434 return -EPERM; in stpmic2_regulator_set_prop()
|
| /rk3399_ARM-atf/plat/xilinx/common/ |
| H A D | ipi.c | 97 ret = -EPERM; in ipi_mb_validate() 99 ret = -EPERM; in ipi_mb_validate()
|
| /rk3399_ARM-atf/include/lib/libc/ |
| H A D | errno.h | 47 #define EPERM 1 /* Operation not permitted */ macro
|
| /rk3399_ARM-atf/plat/arm/common/ |
| H A D | plat_arm_sip_svc.c | 70 case -EPERM: in plat_protect_memory()
|
| /rk3399_ARM-atf/plat/qti/common/src/ |
| H A D | qti_common.c | 136 return -EPERM; in qti_mmap_add_dynamic_region()
|
| /rk3399_ARM-atf/lib/xlat_tables_v2/ |
| H A D | xlat_tables_core.c | 749 return -EPERM; in mmap_add_region_check() 754 return -EPERM; in mmap_add_region_check() 759 return -EPERM; in mmap_add_region_check() 778 return -EPERM; in mmap_add_region_check() 1126 return -EPERM; in mmap_remove_dynamic_region_ctx()
|
| /rk3399_ARM-atf/lib/gpt_rme/ |
| H A D | gpt_rme.c | 574 return -EPERM; in validate_l1_params() 1037 return -EPERM; in gpt_enable() 1181 return -EPERM; in gpt_init_pas_l1_tables() 1279 return -EPERM; in gpt_runtime_init() 1771 return -EPERM; in gpt_delegate_pas() 1899 return -EPERM; in gpt_undelegate_pas()
|
| /rk3399_ARM-atf/plat/mediatek/common/ |
| H A D | mtk_smc_handlers.c | 126 ret = -EPERM; in mtk_smc_handler_init()
|
| /rk3399_ARM-atf/drivers/st/crypto/ |
| H A D | stm32_rng.c | 206 return -EPERM; in stm32_rng_read()
|
| /rk3399_ARM-atf/drivers/st/mce/ |
| H A D | stm32_mce.c | 238 return -EPERM; in stm32_mce_write_master_key()
|
| /rk3399_ARM-atf/drivers/st/regulator/ |
| H A D | regulator_core.c | 219 return -EPERM; in regulator_set_voltage()
|
| /rk3399_ARM-atf/services/std_svc/rmmd/ |
| H A D | rmmd_main.c | 390 assert(error == -EPERM); in gpt_to_gts_error()
|
| /rk3399_ARM-atf/services/spd/opteed/ |
| H A D | opteed_main.c | 639 SMC_RET1(handle, -EPERM); in opteed_smc_handler()
|
| /rk3399_ARM-atf/drivers/st/clk/ |
| H A D | clk-stm32mp2.c | 2553 return -EPERM; in stm32mp2_pll1_disable()
|