Home
last modified time | relevance | path

Searched refs:tee_file_operations (Results 1 – 11 of 11) sorted by relevance

/optee_os/core/include/tee/
H A Dtee_fs.h33 struct tee_file_operations { struct
58 extern const struct tee_file_operations ree_fs_ops; argument
61 extern const struct tee_file_operations rpmb_fs_ops;
94 static inline const struct tee_file_operations *
H A Dtee_pobj.h25 const struct tee_file_operations *fops;
37 const struct tee_file_operations *fops,
/optee_os/core/tee/
H A Dtee_obj.c57 const struct tee_file_operations *fops = o->pobj->fops; in tee_obj_verify()
H A Dtee_svc_storage.c39 const struct tee_file_operations *fops;
88 const struct tee_file_operations *fops = o->pobj->fops; in tee_svc_storage_read_head()
171 const struct tee_file_operations *fops = in syscall_storage_obj_open()
253 const struct tee_file_operations *fops = o->pobj->fops; in tee_svc_storage_init_file()
320 const struct tee_file_operations *fops = in syscall_storage_obj_create()
478 const struct tee_file_operations *fops = NULL; in syscall_storage_obj_rename()
601 const struct tee_file_operations *fops = in syscall_storage_start_enum()
H A Dtee_pobj.c81 const struct tee_file_operations *fops, in tee_pobj_get()
H A Dtadb.c31 const struct tee_file_operations *ops;
H A Dtee_ree_fs.c1098 const struct tee_file_operations ree_fs_ops = {
H A Dtee_rpmb_fs.c3130 const struct tee_file_operations rpmb_fs_ops = {
/optee_os/core/pta/
H A Dattestation.c217 const struct tee_file_operations *fops = NULL; in sec_storage_obj_read()
263 const struct tee_file_operations *fops = NULL; in sec_storage_obj_write()
/optee_os/core/arch/arm/kernel/
H A Dstmm_sp.c677 const struct tee_file_operations *fops = NULL; in sec_storage_obj_read()
730 const struct tee_file_operations *fops = NULL; in sec_storage_obj_write()
/optee_os/core/kernel/
H A Dree_fs_ta.c91 const struct tee_file_operations *ops = NULL; in check_update_version()