Home
last modified time | relevance | path

Searched refs:hdl (Results 1 – 11 of 11) sorted by relevance

/optee_os-3.20.0/core/kernel/
A Dinterrupt.c74 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 Dpm.c63 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-3.20.0/ta/pkcs11/src/
A Dpersistent_token.c472 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-3.20.0/core/drivers/
A Datmel_wdt.c192 const struct pm_callback_handle *hdl) in atmel_wdt_pm() argument
194 struct atmel_wdt *wdt = hdl->handle; in atmel_wdt_pm()
A Datmel_saic.c333 const struct pm_callback_handle *hdl __unused) in saic_pm()
A Datmel_piobu.c325 const struct pm_callback_handle *hdl __unused) in piobu_pm()
A Dstm32_bsec.c865 const struct pm_callback_handle *hdl __unused) in bsec_pm()
/optee_os-3.20.0/core/include/kernel/
A Dinterrupt.h93 void itr_free(struct itr_handler *hdl);
/optee_os-3.20.0/core/drivers/clk/sam/
A Dat91_pmc.c265 const struct pm_callback_handle *hdl __unused) in pmc_pm()
/optee_os-3.20.0/core/arch/arm/plat-stm32mp1/
A Dshared_resources.c664 const struct pm_callback_handle *hdl __unused) in gpioz_pm()
/optee_os-3.20.0/core/arch/arm/plat-sam/
A Dmatrix.c618 const struct pm_callback_handle *hdl __unused) in matrix_pm()

Completed in 15 milliseconds