.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "NAND_WRITEV" "9" "09 October 2005" "" "" .SH NAME nand_writev \- [MTD Interface] compabilty function for nand_writev_ecc .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int nand_writev (struct mtd_info * \fImtd\fB, const struct kvec * \fIvecs\fB, unsigned long \fIcount\fB, loff_t \fIto\fB, size_t * \fIretlen\fB); \fR .SH "ARGUMENTS" .TP \fB\fImtd\fB\fR MTD device structure .TP \fB\fIvecs\fB\fR the iovectors to write .TP \fB\fIcount\fB\fR number of vectors .TP \fB\fIto\fB\fR offset to write to .TP \fB\fIretlen\fB\fR pointer to variable to store the number of written bytes .SH "DESCRIPTION" .PP NAND write with kvec. This just calls the ecc function