Searched refs:hdl (Results 1 – 5 of 5) sorted by relevance
/optee_os/core/kernel/ |
A D | interrupt.c | 74 struct itr_handler *hdl = calloc(1, sizeof(*hdl)); in itr_alloc_add_type_prio() local 76 if (hdl) { in itr_alloc_add_type_prio() 77 hdl->it = it; in itr_alloc_add_type_prio() 78 hdl->handler = handler; in itr_alloc_add_type_prio() 79 hdl->flags = flags; in itr_alloc_add_type_prio() 80 hdl->data = data; in itr_alloc_add_type_prio() 84 return hdl; in itr_alloc_add_type_prio() 89 if (!hdl) in itr_free() 95 free(hdl); in itr_free() 102 SLIST_FOREACH(hdl, &handlers, link) in itr_add_type_prio() [all …]
|
A D | pm.c | 63 struct pm_callback_handle *hdl) in do_pm_callback() argument 73 res = hdl->callback(op, pm_hint, hdl); in do_pm_callback() 76 "Resume", hdl->name, (void *)(vaddr_t)hdl->callback, res); in do_pm_callback() 81 hdl->flags |= PM_FLAG_SUSPENDED; in do_pm_callback() 83 hdl->flags &= ~PM_FLAG_SUSPENDED; in do_pm_callback() 91 struct pm_callback_handle *hdl = NULL; in call_callbacks() local 100 hdl = pm_cb_ref + pm_cb_count - 1; in call_callbacks() 102 hdl = pm_cb_ref; in call_callbacks() 105 if (hdl->order == order) { in call_callbacks() 112 hdl--; in call_callbacks() [all …]
|
/optee_os/ta/pkcs11/src/ |
A D | persistent_token.c | 472 TEE_ObjectHandle hdl = obj->attribs_hdl; in load_persistent_object_attributes() local 480 if (hdl == TEE_HANDLE_NULL) { in load_persistent_object_attributes() 483 TEE_DATA_FLAG_ACCESS_READ, &hdl); in load_persistent_object_attributes() 491 res = TEE_GetObjectInfo1(hdl, &info); in load_persistent_object_attributes() 506 res = TEE_SeekObjectData(hdl, 0, TEE_DATA_SEEK_SET); in load_persistent_object_attributes() 533 TEE_CloseObject(hdl); in load_persistent_object_attributes() 547 TEE_ObjectHandle hdl = TEE_HANDLE_NULL; in update_persistent_object_attributes() local 555 tee_obj_flags, &hdl); in update_persistent_object_attributes() 563 res = TEE_WriteObjectData(hdl, obj->attributes, size); in update_persistent_object_attributes() 567 res = TEE_TruncateObjectData(hdl, size); in update_persistent_object_attributes() [all …]
|
/optee_os/core/include/kernel/ |
A D | interrupt.h | 93 void itr_free(struct itr_handler *hdl);
|
/optee_os/core/arch/arm/plat-stm32mp1/ |
A D | shared_resources.c | 691 const struct pm_callback_handle *hdl __unused) in gpioz_pm()
|
Completed in 8 milliseconds