Lines Matching refs:ret
132 enum xbl_handoff ret = xbl_handover(&bl32_image_ep_info, in bl31_early_platform_setup2() local
135 if ((ret == XBL_HANDOFF_NO_STRUCT) || (ret == XBL_HANDOFF_INVAL_STRUCT)) { in bl31_early_platform_setup2()
137 } else if (ret == XBL_HANDOFF_TOO_MANY_PARTS) { in bl31_early_platform_setup2()
138 ERROR("BL31: Error too many partitions %u\n", ret); in bl31_early_platform_setup2()
139 } else if (ret != XBL_HANDOFF_SUCCESS) { in bl31_early_platform_setup2()
142 INFO("BL31: PLM to TF-A handover success %u\n", ret); in bl31_early_platform_setup2()
157 int ret = 0; in request_intr_type_el3() local
161 ret = -EINVAL; in request_intr_type_el3()
168 ret = -EALREADY; in request_intr_type_el3()
179 return ret; in request_intr_type_el3()
188 uint64_t ret = 0; in rdo_el3_interrupt_handler() local
200 ret = handler(intr_id, flags, handle, cookie); in rdo_el3_interrupt_handler()
203 return ret; in rdo_el3_interrupt_handler()