'\" t .\" Title: struct platform_nand_chip .\" Author: .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: January 2017 .\" Manual: Structures .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "STRUCT PLATFORM_NAND" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "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_platform_nand_chip \- chip level device structure .SH "SYNOPSIS" .sp .nf struct platform_nand_chip { int nr_chips; int chip_offset; int nr_partitions; struct mtd_partition * partitions; int chip_delay; unsigned int options; unsigned int bbt_options; const char ** part_probe_types; }; .fi .SH "MEMBERS" .PP nr_chips .RS 4 max\&. number of chips to scan for .RE .PP chip_offset .RS 4 chip number offset .RE .PP nr_partitions .RS 4 number of partitions pointed to by partitions (or zero) .RE .PP partitions .RS 4 mtd partition list .RE .PP chip_delay .RS 4 R/B delay value in us .RE .PP options .RS 4 Option flags, e\&.g\&. 16bit buswidth .RE .PP bbt_options .RS 4 BBT option flags, e\&.g\&. NAND_BBT_USE_FLASH .RE .PP part_probe_types .RS 4 NULL\-terminated array of probe types .RE .SH "AUTHOR" .PP \fBThomas Gleixner\fR <\&tglx@linutronix.de\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br