Home
last modified time | relevance | path

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

/optee_os/ta/remoteproc/src/
H A Dremoteproc_core.c179 struct remoteproc_context { struct
193 TAILQ_ENTRY(remoteproc_context) link; argument
196 TAILQ_HEAD(remoteproc_firmware_head, remoteproc_context);
271 static struct remoteproc_context *remoteproc_find_firmware(uint32_t rproc_id) in remoteproc_find_firmware()
273 struct remoteproc_context *ctx = NULL; in remoteproc_find_firmware()
282 static struct remoteproc_context *remoteproc_add_firmware(uint32_t rproc_id) in remoteproc_add_firmware()
284 struct remoteproc_context *ctx = NULL; in remoteproc_add_firmware()
308 static TEE_Result remoteproc_pta_verify(struct remoteproc_context *ctx, in remoteproc_pta_verify()
360 remoteproc_save_fw_header_and_tlvs(struct remoteproc_context *ctx, in remoteproc_save_fw_header_and_tlvs()
388 static TEE_Result remoteproc_verify_signature(struct remoteproc_context *ctx) in remoteproc_verify_signature()
[all …]