Home
last modified time | relevance | path

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

/optee_os/core/tee/
H A Dtee_rpmb_fs.c2408 static void rpmb_fs_close(struct tee_file_handle **tfh) in rpmb_fs_close() argument
2410 struct rpmb_file_handle *fh = (struct rpmb_file_handle *)*tfh; in rpmb_fs_close()
2413 *tfh = NULL; in rpmb_fs_close()
2416 static TEE_Result rpmb_fs_read(struct tee_file_handle *tfh, size_t pos, in rpmb_fs_read() argument
2420 struct rpmb_file_handle *fh = (struct rpmb_file_handle *)tfh; in rpmb_fs_read()
2634 static TEE_Result rpmb_fs_write(struct tee_file_handle *tfh, size_t pos, in rpmb_fs_write() argument
2648 res = rpmb_fs_write_primitive((struct rpmb_file_handle *)tfh, in rpmb_fs_write()
2657 res = rpmb_fs_write_primitive((struct rpmb_file_handle *)tfh, in rpmb_fs_write()
2772 static TEE_Result rpmb_fs_truncate(struct tee_file_handle *tfh, size_t length) in rpmb_fs_truncate() argument
2774 struct rpmb_file_handle *fh = (struct rpmb_file_handle *)tfh; in rpmb_fs_truncate()