optee_supp_recv()c
| 2024-12-9
本文字數 39閱讀時長 1 分鐘
  • optee_supp_recv() - TEE supplicant waits for OP-TEE’s request
    • Check if we could pop the entry from the request list (supp->reqs). If yes, extract the RPC parameters.
    • Otherwise, call wait_for_completion_interruptible(&supp->reqs_c) to wait for the new request from OP-TEE.
Loading...
目錄