'\" t .\" Title: struct nand_manufacturer_ops .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: September 2017 .\" Manual: Structures .\" Source: Kernel Hackers Manual 4.12.13 .\" Language: English .\" .TH "STRUCT NAND_MANUFACT" "9" "September 2017" "Kernel Hackers Manual 4\&.12\&" "Structures" .\" ----------------------------------------------------------------- .\" * 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" struct_nand_manufacturer_ops \- NAND Manufacturer operations .SH "SYNOPSIS" .sp .nf struct nand_manufacturer_ops { void (* detect) (struct nand_chip *chip); int (* init) (struct nand_chip *chip); void (* cleanup) (struct nand_chip *chip); }; .fi .SH "MEMBERS" .PP void (*)(struct nand_chip *chip) detect .RS 4 detect the NAND memory organization and capabilities .RE .PP int (*)(struct nand_chip *chip) init .RS 4 initialize all vendor specific fields (like the \->\fBread_retry\fR implementation) if any\&. .RE .PP void (*)(struct nand_chip *chip) cleanup .RS 4 the \->\fBinit\fR function may have allocated resources, \->\fBcleanup\fR is here to let vendor specific code release those resources\&. .RE .SH "AUTHOR" .PP \fBThomas Gleixner\fR <\&tglx@linutronix.de\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br