1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Chapter 9. Structures</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="MTD NAND Driver Programming Interface"><link rel="up" href="index.html" title="MTD NAND Driver Programming Interface"><link rel="prev" href="Bad_block_table_constants.html" title="Bad block table related constants"><link rel="next" href="API-struct-nand-hw-control.html" title="struct nand_hw_control"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 9. Structures</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="Bad_block_table_constants.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="API-struct-nand-hw-control.html">Next</a></td></tr></table><hr></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="structs"></a>Chapter 9. Structures</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="refentrytitle"><a href="API-struct-nand-hw-control.html"><span class="phrase">struct nand_hw_control</span></a></span><span class="refpurpose"> — 2 Control structure for hardware controller (e.g ECC generator) shared among independent devices 3 </span></dt><dt><span class="refentrytitle"><a href="API-struct-nand-ecc-ctrl.html"><span class="phrase">struct nand_ecc_ctrl</span></a></span><span class="refpurpose"> — 4 Control structure for ECC 5 </span></dt><dt><span class="refentrytitle"><a href="API-struct-nand-buffers.html"><span class="phrase">struct nand_buffers</span></a></span><span class="refpurpose"> — 6 buffer structure for read/write 7 </span></dt><dt><span class="refentrytitle"><a href="API-struct-nand-chip.html"><span class="phrase">struct nand_chip</span></a></span><span class="refpurpose"> — 8 NAND Private Flash Chip Data 9 </span></dt><dt><span class="refentrytitle"><a href="API-struct-nand-flash-dev.html"><span class="phrase">struct nand_flash_dev</span></a></span><span class="refpurpose"> — 10 NAND Flash Device ID Structure 11 </span></dt><dt><span class="refentrytitle"><a href="API-struct-nand-manufacturers.html"><span class="phrase">struct nand_manufacturers</span></a></span><span class="refpurpose"> — 12 NAND Flash Manufacturer ID Structure 13 </span></dt><dt><span class="refentrytitle"><a href="API-struct-platform-nand-chip.html"><span class="phrase">struct platform_nand_chip</span></a></span><span class="refpurpose"> — 14 chip level device structure 15 </span></dt><dt><span class="refentrytitle"><a href="API-struct-platform-nand-ctrl.html"><span class="phrase">struct platform_nand_ctrl</span></a></span><span class="refpurpose"> — 16 controller level device structure 17 </span></dt><dt><span class="refentrytitle"><a href="API-struct-platform-nand-data.html"><span class="phrase">struct platform_nand_data</span></a></span><span class="refpurpose"> — 18 container structure for platform-specific data 19 </span></dt><dt><span class="refentrytitle"><a href="API-nand-opcode-8bits.html"><span class="phrase">nand_opcode_8bits</span></a></span><span class="refpurpose"> — 20 </span></dt></dl></div><p> 21 This chapter contains the autogenerated documentation of the structures which are 22 used in the NAND driver and might be relevant for a driver developer. Each 23 struct member has a short description which is marked with an [XXX] identifier. 24 See the chapter "Documentation hints" for an explanation. 25 </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="Bad_block_table_constants.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="API-struct-nand-hw-control.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Bad block table related constants </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">struct nand_hw_control</span></td></tr></table></div></body></html> 26