Searched refs:tfh (Results 1 – 1 of 1) sorted by relevance
2408 static void rpmb_fs_close(struct tee_file_handle **tfh) in rpmb_fs_close() argument2410 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() argument2420 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() argument2648 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() argument2774 struct rpmb_file_handle *fh = (struct rpmb_file_handle *)tfh; in rpmb_fs_truncate()