Lines Matching full:application
55 * struct tee_optee_ta_uuid - OP-TEE Trusted Application (TA) UUID format
86 * struct tee_param_memref - memory reference for a Trusted Application
100 * struct tee_param_value - value parameter for a Trusted Application
112 * struct tee_param - invoke parameter for a Trusted Application
132 * @uuid: [in] UUID of the Trusted Application
150 * @func: [in] Trusted Application function, specific to the TA
173 * @open_session: Opens a session to a Trusted Application in the TEE,
174 * @close_session: Closes a session to Trusted Application,
175 * @invoke_func: Invokes a function in a Trusted Application,
187 * open_session() - Open a session to a Trusted Application
191 * @param: Parameters for Trusted Application
200 * close_session() - Close a session to a Trusted Application
209 * tee_invoke_func() - Invoke a function in a Trusted Application
213 * @param: Parameters for Trusted Application
319 * tee_open_session() - Open a session to a Trusted Application
323 * @param: Parameters for Trusted Application
332 * tee_close_session() - Close a session to a Trusted Application
342 * tee_invoke_func() - Invoke a function in a Trusted Application
346 * @param: Parameters for Trusted Application