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. - Handler:
optee_bus_scan()
- Schedule the work queue.
- Set
optee->scan_bus_done
totrue
. - Assign the allocated
struct optee_context_data
totee_context->data
.
optee_open()c
Loading...