Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 55) sorted by relevance

123

/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/components/uart/
Dfsl_adapter_usart.c186 static void HAL_UartCallback(USART_Type *base, usart_handle_t *handle, status_t status, void *callb… in HAL_UartCallback()
209 static void HAL_UartInterruptHandle(USART_Type *base, void *handle) in HAL_UartInterruptHandle()
267 static void HAL_UartInterruptHandle_Wapper(void *base, void *handle) in HAL_UartInterruptHandle_Wapper()
275 static hal_uart_status_t HAL_UartInitCommon(hal_uart_handle_t handle, const hal_uart_config_t *conf… in HAL_UartInitCommon()
330 hal_uart_status_t HAL_UartInit(hal_uart_handle_t handle, const hal_uart_config_t *uart_config) in HAL_UartInit()
368 hal_uart_status_t HAL_UartDeinit(hal_uart_handle_t handle) in HAL_UartDeinit()
381 hal_uart_status_t HAL_UartReceiveBlocking(hal_uart_handle_t handle, uint8_t *data, size_t length) in HAL_UartReceiveBlocking()
403 hal_uart_status_t HAL_UartSendBlocking(hal_uart_handle_t handle, const uint8_t *data, size_t length) in HAL_UartSendBlocking()
424 hal_uart_status_t HAL_UartEnterLowpower(hal_uart_handle_t handle) in HAL_UartEnterLowpower()
431 hal_uart_status_t HAL_UartExitLowpower(hal_uart_handle_t handle) in HAL_UartExitLowpower()
[all …]
/trusted-firmware-m-latest/secure_fw/spm/include/ffm/
Dpsa_api.h55 #define IOVEC_IS_MAPPED(handle, iovec_idx) \ argument
58 #define IOVEC_IS_UNMAPPED(handle, iovec_idx) \ argument
61 #define IOVEC_IS_ACCESSED(handle, iovec_idx) \ argument
64 #define SET_IOVEC_MAPPED(handle, iovec_idx) \ argument
67 #define SET_IOVEC_UNMAPPED(handle, iovec_idx) \ argument
70 #define SET_IOVEC_ACCESSED(handle, iovec_idx) \ argument
/trusted-firmware-m-latest/secure_fw/spm/core/
Dpsa_mmiovec_api.c19 struct connection_t *handle; in tfm_spm_partition_psa_map_invec() local
95 struct connection_t *handle; in tfm_spm_partition_psa_unmap_invec() local
149 struct connection_t *handle; in tfm_spm_partition_psa_map_outvec() local
223 struct connection_t *handle; in tfm_spm_partition_psa_unmap_outvec() local
Dpsa_read_write_skip_api.c19 struct connection_t *handle = NULL; in tfm_spm_partition_psa_read() local
88 struct connection_t *handle = NULL; in tfm_spm_partition_psa_skip() local
148 struct connection_t *handle = NULL; in tfm_spm_partition_psa_write() local
Dpsa_connection_api.c94 psa_status_t tfm_spm_client_psa_close(psa_handle_t handle) in tfm_spm_client_psa_close()
100 psa_status_t spm_psa_close_client_id_associated(psa_handle_t handle, int32_t client_id) in spm_psa_close_client_id_associated()
131 struct connection_t *handle; in tfm_spm_partition_psa_set_rhandle() local
Dtfm_rpc.c46 psa_status_t tfm_rpc_psa_call(psa_handle_t handle, uint32_t control, in tfm_rpc_psa_call()
69 psa_status_t tfm_rpc_psa_close(psa_handle_t handle, int32_t ns_client_id) in tfm_rpc_psa_close()
114 struct connection_t *handle = (struct connection_t *)msg.rhandle; in tfm_rpc_client_call_reply() local
Dspm_connection_pool.c63 psa_handle_t handle; in connection_to_handle() local
89 struct connection_t *handle_to_connection(psa_handle_t handle) in handle_to_connection()
Dpsa_interface_svc.c31 __naked psa_status_t tfm_psa_call_pack_svc(psa_handle_t handle, in tfm_psa_call_pack_svc()
114 __naked void psa_close_svc(psa_handle_t handle) in psa_close_svc()
163 __naked psa_status_t agent_psa_call_svc(psa_handle_t handle, in agent_psa_call_svc()
181 __naked psa_status_t agent_psa_close_svc(psa_handle_t handle, int32_t ns_client_id) in agent_psa_close_svc()
Dmailbox_agent_api.c21 psa_status_t tfm_spm_agent_psa_call(psa_handle_t handle, in tfm_spm_agent_psa_call()
86 psa_status_t tfm_spm_agent_psa_close(psa_handle_t handle, in tfm_spm_agent_psa_close()
Dpsa_interface_sfn.c37 psa_status_t tfm_psa_call_pack(psa_handle_t handle, uint32_t ctrl_param, in tfm_psa_call_pack()
139 void psa_close(psa_handle_t handle) in psa_close()
266 psa_status_t agent_psa_call(psa_handle_t handle, in agent_psa_call()
325 psa_status_t agent_psa_close(psa_handle_t handle, int32_t ns_client_id) in agent_psa_close()
Dpsa_interface_thread_fn_call.c54 psa_status_t tfm_psa_call_pack_thread_fn_call(psa_handle_t handle, in tfm_psa_call_pack_thread_fn_call()
149 void psa_close_thread_fn_call(psa_handle_t handle) in psa_close_thread_fn_call()
235 psa_status_t agent_psa_call_thread_fn_call(psa_handle_t handle, in agent_psa_call_thread_fn_call()
255 psa_status_t agent_psa_close_thread_fn_call(psa_handle_t handle, int32_t ns_client_id) in agent_psa_close_thread_fn_call()
Dspm.h48 #define GET_INDEX_FROM_STATIC_HANDLE(handle) \ argument
55 #define GET_VERSION_FROM_STATIC_HANDLE(handle) \ argument
60 #define IS_STATIC_HANDLE(handle) \ argument
392 __STATIC_INLINE bool tfm_spm_is_rpc_msg(const struct connection_t *handle) in tfm_spm_is_rpc_msg()
Dpsa_api.c119 struct connection_t *handle = NULL; in tfm_spm_partition_psa_get() local
204 struct connection_t *handle; in tfm_spm_partition_psa_reply() local
/trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/io/
Dio_storage.c56 static bool is_valid_entity(const uintptr_t handle) { in is_valid_entity()
78 static void set_handle(uintptr_t *handle, io_entity_t *entity) { in set_handle()
147 uintptr_t *handle) { in io_dev_open()
188 int io_open(uintptr_t dev_handle, const uintptr_t spec, uintptr_t *handle) { in io_open()
212 int io_seek(uintptr_t handle, io_seek_mode_t mode, int32_t offset) { in io_seek()
227 int io_size(uintptr_t handle, size_t *length) { in io_size()
241 int io_read(uintptr_t handle, uintptr_t buffer, size_t length, in io_read()
257 int io_write(uintptr_t handle, const uintptr_t buffer, size_t length, in io_write()
274 int io_close(uintptr_t handle) { in io_close()
/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/drivers/
Dfsl_usart.c77 size_t USART_TransferGetRxRingBufferLength(usart_handle_t *handle) in USART_TransferGetRxRingBufferLength()
97 static bool USART_TransferIsRxRingBufferFull(usart_handle_t *handle) in USART_TransferIsRxRingBufferFull()
132 void USART_TransferStartRingBuffer(USART_Type *base, usart_handle_t *handle, uint8_t *ringBuffer, s… in USART_TransferStartRingBuffer()
156 void USART_TransferStopRingBuffer(USART_Type *base, usart_handle_t *handle) in USART_TransferStopRingBuffer()
759 usart_handle_t *handle, in USART_TransferCreateHandle()
810 status_t USART_TransferSendNonBlocking(USART_Type *base, usart_handle_t *handle, usart_transfer_t *… in USART_TransferSendNonBlocking()
855 void USART_TransferAbortSend(USART_Type *base, usart_handle_t *handle) in USART_TransferAbortSend()
880 status_t USART_TransferGetSendCount(USART_Type *base, usart_handle_t *handle, uint32_t *count) in USART_TransferGetSendCount()
923 usart_handle_t *handle, in USART_TransferReceiveNonBlocking()
1055 void USART_TransferAbortReceive(USART_Type *base, usart_handle_t *handle) in USART_TransferAbortReceive()
[all …]
/trusted-firmware-m-latest/platform/ext/target/rpi/rp2350/ns/
Dtfm_custom_psa_ns_api.c63 psa_status_t tz_psa_call(psa_handle_t handle, int32_t type, in tz_psa_call()
89 void tz_psa_close(psa_handle_t handle) in tz_psa_close()
149 psa_status_t mb_psa_call(psa_handle_t handle, int32_t type, in mb_psa_call()
174 void mb_psa_close(psa_handle_t handle) in mb_psa_close()
205 psa_status_t psa_call(psa_handle_t handle, int32_t type, in psa_call()
227 void psa_close(psa_handle_t handle) in psa_close()
/trusted-firmware-m-latest/secure_fw/partitions/ns_agent_tz/
Dpsa_api_veneers_v80m.c146 psa_status_t tfm_psa_call_veneer(psa_handle_t handle, in tfm_psa_call_veneer()
216 void tfm_psa_close_veneer(psa_handle_t handle) in tfm_psa_close_veneer()
281 void tfm_psa_close_veneer(psa_handle_t handle) in tfm_psa_close_veneer()
Dpsa_api_veneers.c55 psa_status_t tfm_psa_call_veneer(psa_handle_t handle, in tfm_psa_call_veneer()
90 void tfm_psa_close_veneer(psa_handle_t handle) in tfm_psa_close_veneer()
111 void tfm_psa_close_veneer(psa_handle_t handle) in tfm_psa_close_veneer()
/trusted-firmware-m-latest/interface/include/psa/
Dcrypto_struct.h72 mbedtls_psa_client_handle_t handle; member
97 mbedtls_psa_client_handle_t handle; member
133 mbedtls_psa_client_handle_t handle; member
161 mbedtls_psa_client_handle_t handle; member
204 mbedtls_psa_client_handle_t handle; member
452 mbedtls_psa_client_handle_t handle; member
490 mbedtls_psa_client_handle_t handle; member
Dclient.h48 #define PSA_HANDLE_IS_VALID(handle) ((psa_handle_t)(handle) > 0) argument
54 #define PSA_HANDLE_TO_ERROR(handle) ((psa_status_t)(handle)) argument
/trusted-firmware-m-latest/interface/src/
Dtfm_tz_psa_ns_api.c34 psa_status_t psa_call(psa_handle_t handle, int32_t type, in psa_call()
60 void psa_close(psa_handle_t handle) in psa_close()
/trusted-firmware-m-latest/secure_fw/partitions/crypto/
Dcrypto_alloc.c82 uint32_t *handle, in tfm_crypto_operation_alloc()
119 psa_status_t tfm_crypto_operation_release(uint32_t *handle) in tfm_crypto_operation_release()
153 uint32_t handle, in tfm_crypto_operation_lookup()
/trusted-firmware-m-latest/secure_fw/partitions/lib/runtime/
Dpsa_api_ipc.c25 psa_status_t tfm_psa_call_pack(psa_handle_t handle, in tfm_psa_call_pack()
82 void psa_close(psa_handle_t handle) in psa_close()
154 psa_status_t agent_psa_call(psa_handle_t handle, in agent_psa_call()
172 psa_status_t agent_psa_close(psa_handle_t handle, int32_t ns_client_id) in agent_psa_close()
/trusted-firmware-m-latest/secure_fw/partitions/ns_agent_mailbox/
Dtfm_spe_mailbox.c91 mailbox_msg_handle_t *handle) in get_spe_mailbox_msg_handle()
102 __STATIC_INLINE int32_t get_spe_mailbox_msg_idx(mailbox_msg_handle_t handle, in get_spe_mailbox_msg_idx()
409 int32_t tfm_mailbox_reply_msg(mailbox_msg_handle_t handle, int32_t reply) in tfm_mailbox_reply_msg()
459 mailbox_msg_handle_t handle = MAILBOX_MSG_NULL_HANDLE; in mailbox_reply() local
/trusted-firmware-m-latest/interface/src/multi_core/
Dtfm_multi_core_psa_ns_api.c94 psa_status_t psa_call(psa_handle_t handle, int32_t type, in psa_call()
119 void psa_close(psa_handle_t handle) in psa_close()

123