Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
nand_ids.c File Reference
#include <linux/module.h>
#include <linux/mtd/nand.h>

Go to the source code of this file.

Macros

#define LP_OPTIONS   NAND_SAMSUNG_LP_OPTIONS
 
#define LP_OPTIONS16   (LP_OPTIONS | NAND_BUSWIDTH_16)
 

Functions

 EXPORT_SYMBOL (nand_manuf_ids)
 
 EXPORT_SYMBOL (nand_flash_ids)
 
 MODULE_LICENSE ("GPL")
 
 MODULE_AUTHOR ("Thomas Gleixner <[email protected]>")
 
 MODULE_DESCRIPTION ("Nand device & manufacturer IDs")
 

Variables

struct nand_flash_dev nand_flash_ids []
 
struct nand_manufacturers nand_manuf_ids []
 

Macro Definition Documentation

#define LP_OPTIONS   NAND_SAMSUNG_LP_OPTIONS
#define LP_OPTIONS16   (LP_OPTIONS | NAND_BUSWIDTH_16)

Function Documentation

EXPORT_SYMBOL ( nand_manuf_ids  )
EXPORT_SYMBOL ( nand_flash_ids  )
MODULE_AUTHOR ( "Thomas Gleixner <[email protected]>"  )
MODULE_DESCRIPTION ( "Nand device & manufacturer IDs"  )
MODULE_LICENSE ( "GPL"  )

Variable Documentation

struct nand_flash_dev nand_flash_ids[]

Definition at line 24 of file nand_ids.c.

struct nand_manufacturers nand_manuf_ids[]
Initial value:
= {
{NAND_MFR_TOSHIBA, "Toshiba"},
{NAND_MFR_SAMSUNG, "Samsung"},
{NAND_MFR_FUJITSU, "Fujitsu"},
{NAND_MFR_NATIONAL, "National"},
{NAND_MFR_RENESAS, "Renesas"},
{NAND_MFR_STMICRO, "ST Micro"},
{NAND_MFR_HYNIX, "Hynix"},
{NAND_MFR_MICRON, "Micron"},
{NAND_MFR_AMD, "AMD/Spansion"},
{NAND_MFR_MACRONIX, "Macronix"},
{NAND_MFR_EON, "Eon"},
{0x0, "Unknown"}
}

Definition at line 168 of file nand_ids.c.