Lines Matching refs:object
163 struct qcomtee_object *object; member
202 struct qcomtee_object *object, u32 op,
212 void (*release)(struct qcomtee_object *object);
214 struct qcomtee_object *object, u32 op,
217 struct qcomtee_object *object, int err);
252 typeof_qcomtee_object(struct qcomtee_object *object) in typeof_qcomtee_object() argument
254 if (object == NULL_QCOMTEE_OBJECT) in typeof_qcomtee_object()
256 return object->object_type; in typeof_qcomtee_object()
259 static inline const char *qcomtee_object_name(struct qcomtee_object *object) in qcomtee_object_name() argument
261 if (object == NULL_QCOMTEE_OBJECT) in qcomtee_object_name()
264 if (!object->name) in qcomtee_object_name()
266 return object->name; in qcomtee_object_name()
278 int qcomtee_object_user_init(struct qcomtee_object *object,
284 int qcomtee_object_get(struct qcomtee_object *object);
285 void qcomtee_object_put(struct qcomtee_object *object);