Searched refs:hdl (Results 1 – 11 of 11) sorted by relevance
/optee_os-3.20.0/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-3.20.0/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-3.20.0/core/drivers/ |
A D | atmel_wdt.c | 192 const struct pm_callback_handle *hdl) in atmel_wdt_pm() argument 194 struct atmel_wdt *wdt = hdl->handle; in atmel_wdt_pm()
|
A D | atmel_saic.c | 333 const struct pm_callback_handle *hdl __unused) in saic_pm()
|
A D | atmel_piobu.c | 325 const struct pm_callback_handle *hdl __unused) in piobu_pm()
|
A D | stm32_bsec.c | 865 const struct pm_callback_handle *hdl __unused) in bsec_pm()
|
/optee_os-3.20.0/core/include/kernel/ |
A D | interrupt.h | 93 void itr_free(struct itr_handler *hdl);
|
/optee_os-3.20.0/core/drivers/clk/sam/ |
A D | at91_pmc.c | 265 const struct pm_callback_handle *hdl __unused) in pmc_pm()
|
/optee_os-3.20.0/core/arch/arm/plat-stm32mp1/ |
A D | shared_resources.c | 664 const struct pm_callback_handle *hdl __unused) in gpioz_pm()
|
/optee_os-3.20.0/core/arch/arm/plat-sam/ |
A D | matrix.c | 618 const struct pm_callback_handle *hdl __unused) in matrix_pm()
|
Completed in 18 milliseconds