optee_open()- Allocate
struct optee_context_data. - If
tee_deviceis a OP-TEE supplicant devices: - If
!optee->scan_bus_done: - Initialize
scan_bus_workwork queue. - Handler:
optee_bus_scan() - Schedule the work queue.
- Set
optee->scan_bus_donetotrue. - Assign the allocated
struct optee_context_datatotee_context->data.
optee_open()c
Loading...