Home
last modified time | relevance | path

Searched refs:qcomtee_object_type (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/tee/qcomtee/
H A Dqcomtee_object.h63 enum qcomtee_object_type { enum
235 enum qcomtee_object_type object_type;
251 static inline enum qcomtee_object_type
279 enum qcomtee_object_type ot,
H A Dcore.c291 enum qcomtee_object_type ot, in qcomtee_object_user_init()
338 static enum qcomtee_object_type qcomtee_object_type(unsigned int object_id) in qcomtee_object_type() function
364 switch (qcomtee_object_type(object_id)) { in qcomtee_object_qtee_init()
629 if (qcomtee_object_type(object_id) == QCOMTEE_OBJECT_TYPE_NULL || in qcomtee_cb_object_invoke()
630 qcomtee_object_type(object_id) == QCOMTEE_OBJECT_TYPE_TEE) { in qcomtee_cb_object_invoke()