Lines Matching full:tee
13 #include <linux/tee.h>
17 * The file describes the API provided by the TEE subsystem to the
18 * TEE client drivers.
32 * wait for tee-supplicant daemon to be started if not present
34 * that arises from TEE based kernel drivers that should be
36 * @cap_memref_null: flag indicating if the TEE Client support shared
101 * particular TEE client driver
102 * @ctx: The TEE context for shared memory allocation
110 * particular TEE client driver
111 * @ctx: The TEE context for shared memory registration
178 * tee_client_open_context() - Open a TEE context
180 * @match: function to check TEE device
182 * @vers: if not NULL, version data of TEE device of the context returned
187 * Returns a TEE context of the first TEE device matched by the match()
197 * tee_client_close_context() - Close a TEE context
198 * @ctx: TEE context to close
206 * tee_client_get_version() - Query version of TEE
207 * @ctx: TEE context to TEE to query
215 * @ctx: TEE context
229 * @ctx: TEE Context
239 * @ctx: TEE Context
242 * This function requests TEE to provision an entry context ready to use for
245 * TEE releases the provisioned context upon session closure.
253 * @ctx: TEE Context
267 * @ctx: TEE Context
279 * struct tee_client_device - tee based device
291 * struct tee_client_driver - tee client driver