Home
last modified time | relevance | path

Searched defs:p_connection (Results 1 – 8 of 8) sorted by relevance

/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dspm_connection_pool.c61 psa_handle_t connection_to_handle(struct connection_t *p_connection) in connection_to_handle()
91 struct connection_t *p_connection; in handle_to_connection() local
121 psa_status_t spm_validate_connection(const struct connection_t *p_connection) in spm_validate_connection()
132 void spm_free_connection(struct connection_t *p_connection) in spm_free_connection()
Dspm_local_connection.c51 psa_handle_t connection_to_handle(struct connection_t *p_connection) in connection_to_handle()
60 struct connection_t *p_connection; in handle_to_connection() local
87 psa_status_t spm_validate_connection(const struct connection_t *p_connection) in spm_validate_connection()
93 void spm_free_connection(struct connection_t *p_connection) in spm_free_connection()
Dpsa_connection_api.c23 struct connection_t *p_connection; in tfm_spm_client_psa_connect() local
37 psa_status_t spm_psa_connect_client_id_associated(struct connection_t **p_connection, in spm_psa_connect_client_id_associated()
102 struct connection_t *p_connection; in spm_psa_close_client_id_associated() local
Dmailbox_agent_api.c26 struct connection_t *p_connection; in tfm_spm_agent_psa_call() local
62 struct connection_t *p_connection; in tfm_spm_agent_psa_connect() local
Dpsa_call_api.c19 psa_status_t spm_associate_call_params(struct connection_t *p_connection, in spm_associate_call_params()
161 struct connection_t *p_connection; in tfm_spm_client_psa_call() local
Dspm_ipc.c181 psa_status_t spm_get_idle_connection(struct connection_t **p_connection, in spm_get_idle_connection()
296 void spm_init_idle_connection(struct connection_t *p_connection, in spm_init_idle_connection()
Dbackend_sfn.c42 psa_status_t backend_messaging(struct connection_t *p_connection) in backend_messaging()
Dbackend_ipc.c180 psa_status_t backend_messaging(struct connection_t *p_connection) in backend_messaging()