Lines Matching full:tee
4 TEE (Trusted Execution Environment) driver API
7 Kernel provides a TEE bus infrastructure where a Trusted Application is
11 TEE bus infrastructure registers following APIs:
17 process happens whenever a device or a client driver is registered with TEE
22 TEE bus for auto-loading of modularized client drivers.
24 TEE bus device enumeration is specific to underlying TEE implementation, so it
25 is left open for TEE drivers to provide corresponding implementation.
27 Then TEE client driver can talk to a matched Trusted Application using APIs
30 TEE client driver example
33 Suppose a TEE client driver needs to communicate with a Trusted Application
43 MODULE_DEVICE_TABLE(tee, client_id_table);