Searched refs:qcomtee_object_type (Results 1 – 2 of 2) sorted by relevance
63 enum qcomtee_object_type { enum235 enum qcomtee_object_type object_type;251 static inline enum qcomtee_object_type279 enum qcomtee_object_type ot,
284 * @ot: type of object as &enum qcomtee_object_type.291 enum qcomtee_object_type ot, in qcomtee_object_user_init() 331 * qcomtee_object_type() - Returns the type of object represented by an ID.340 static enum qcomtee_object_type qcomtee_object_type(unsigned int object_id) in qcomtee_object_type() 366 switch (qcomtee_object_type(object_id)) { in qcomtee_object_qtee_init() 631 if (qcomtee_object_type(object_id) == QCOMTEE_OBJECT_TYPE_NULL || in qcomtee_cb_object_invoke() 632 qcomtee_object_type(object_id) == QCOMTEE_OBJECT_TYPE_TEE) { in qcomtee_cb_object_invoke() 338 static enum qcomtee_object_type qcomtee_object_type(unsigned int object_id) qcomtee_object_type() function