Home
last modified time | relevance | path

Searched refs:qcomtee_object_operations (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/tee/qcomtee/
H A Dqcomtee_object.h211 struct qcomtee_object_operations { struct
242 struct qcomtee_object_operations *ops;
280 struct qcomtee_object_operations *ops,
H A Dmem_obj.c46 static struct qcomtee_object_operations qcomtee_mem_object_ops;
72 static struct qcomtee_object_operations qcomtee_mem_object_ops = {
H A Duser_obj.c48 static struct qcomtee_object_operations qcomtee_user_object_ops;
350 static struct qcomtee_object_operations qcomtee_user_object_ops = {
H A Dcore.c292 struct qcomtee_object_operations *ops, in qcomtee_object_user_init()