Lines Matching full:object
15 /* Flags relating to object reference. */
52 * qcomtee_object_do_invoke_internal() - Submit an invocation for an object.
54 * @object: object being invoked.
55 * @op: requested operation on the object.
60 * object, including @object. On return, the caller loses ownership of all
66 struct qcomtee_object *object, u32 op,
95 struct qcomtee_object *object,
97 int qcomtee_context_find_qtee_object(struct qcomtee_object **object,
110 /* (1) User Object API. */
112 int is_qcomtee_user_object(struct qcomtee_object *object);
113 void qcomtee_user_object_set_notify(struct qcomtee_object *object, bool notify);
115 int qcomtee_user_param_to_object(struct qcomtee_object **object,
119 struct qcomtee_object *object,
123 * struct qcomtee_user_object_request_data - Data for user object request.
125 * @object_id: Object ID being invoked by QTEE.
126 * @op: Requested operation on object.
144 /* (2) Primordial Object. */
147 /* (3) Memory Object API. */
149 /* Is it a memory object using tee_shm? */
150 int is_qcomtee_memobj_object(struct qcomtee_object *object);
154 * @object: object returned.
162 int qcomtee_memobj_param_to_object(struct qcomtee_object **object,
168 struct qcomtee_object *object,
172 * qcomtee_mem_object_map() - Map a memory object.
173 * @object: memory object.
174 * @map_object: created mapping object.
181 int qcomtee_mem_object_map(struct qcomtee_object *object,