optee_open()c
| 2024-10-20
本文字數 30閱讀時長 1 分鐘
  • optee_open()
    • Allocate struct optee_context_data.
    • If tee_device is a OP-TEE supplicant devices:
      • If !optee->scan_bus_done:
        • Initialize scan_bus_work work queue.
        • Schedule the work queue.
        • Set optee->scan_bus_done to true.
    • Assign the allocated struct optee_context_data to tee_context->data.
Loading...
目錄