Home
last modified time | relevance | path

Searched defs:tee_tadb_file_operations (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/include/tee/
H A Dtadb.h31 struct tee_tadb_file_operations { struct
32 TEE_Result (*open)(uint32_t file_number, int *fd);
33 TEE_Result (*create)(uint32_t file_number, int *fd);
34 void (*close)(int fd);
35 TEE_Result (*remove)(uint32_t file_number);
37 TEE_Result (*read_init)(struct tee_fs_rpc_operation *op, int fd,
39 TEE_Result (*read_final)(struct tee_fs_rpc_operation *op,
42 TEE_Result (*write_init)(struct tee_fs_rpc_operation *op, int fd,
44 TEE_Result (*write_final)(struct tee_fs_rpc_operation *op);