'\" t .\" Title: nand_read_page_raw_syndrome .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: June 2017 .\" Manual: Internal Functions Provided .\" Source: Kernel Hackers Manual 4.11.3 .\" Language: English .\" .TH "NAND_READ_PAGE_RAW_S" "9" "June 2017" "Kernel Hackers Manual 4\&.11\&" "Internal Functions Provided" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" nand_read_page_raw_syndrome \- [INTERN] read raw page data without ecc .SH "SYNOPSIS" .HP \w'int\ nand_read_page_raw_syndrome('u .BI "int nand_read_page_raw_syndrome(struct\ mtd_info\ *\ " "mtd" ", struct\ nand_chip\ *\ " "chip" ", uint8_t\ *\ " "buf" ", int\ " "oob_required" ", int\ " "page" ");" .SH "ARGUMENTS" .PP \fIstruct mtd_info * mtd\fR .RS 4 mtd info structure .RE .PP \fIstruct nand_chip * chip\fR .RS 4 nand chip info structure .RE .PP \fIuint8_t * buf\fR .RS 4 buffer to store read data .RE .PP \fIint oob_required\fR .RS 4 caller requires OOB data read to chip\->oob_poi .RE .PP \fIint page\fR .RS 4 page number to read .RE .SH "DESCRIPTION" .PP We need a special oob layout and handling even when OOB isn\*(Aqt used\&. .SH "AUTHOR" .PP \fBThomas Gleixner\fR <\&tglx@linutronix.de\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br