Searched refs:pta_session (Results 1 – 1 of 1) sorted by relevance
| /optee_os/ta/remoteproc/src/ |
| H A D | remoteproc_core.c | 215 static TEE_TASessionHandle pta_session; variable 348 res = TEE_InvokeTACommand(pta_session, TEE_TIMEOUT_INFINITE, in remoteproc_pta_verify() 483 res = TEE_InvokeTACommand(pta_session, TEE_TIMEOUT_INFINITE, in get_rproc_pta_capabilities() 569 res = TEE_InvokeTACommand(pta_session, TEE_TIMEOUT_INFINITE, in remoteproc_da_to_pa() 755 res = TEE_InvokeTACommand(pta_session, TEE_TIMEOUT_INFINITE, in remoteproc_load_segment() 774 res = TEE_InvokeTACommand(pta_session, TEE_TIMEOUT_INFINITE, in remoteproc_load_segment() 970 res = TEE_InvokeTACommand(pta_session, TEE_TIMEOUT_INFINITE, in remoteproc_start_fw() 1009 res = TEE_InvokeTACommand(pta_session, TEE_TIMEOUT_INFINITE, in remoteproc_stop_fw() 1070 res = TEE_InvokeTACommand(pta_session, TEE_TIMEOUT_INFINITE, in remoteproc_release_fw() 1109 &pta_session, NULL); in TA_OpenSessionEntryPoint() [all …]
|