optee_supp_send()- TEE supplicant handles the RPC and sends the response to OP-TEE.- Set the return parameters (
struct tee_param). - Call
complete(&req->c)to unblock Callwait_for_completion_interruptible(&req->c)to wait for TEE supplicant to process.
optee_supp_send()c
Loading...