Linux Kernel
3.7.1
|
#include <jz4740_nand.h>
Data Fields | |
int | num_partitions |
struct mtd_partition * | partitions |
struct nand_ecclayout * | ecc_layout |
unsigned int | busy_gpio |
unsigned char | banks [JZ_NAND_NUM_BANKS] |
void(* | ident_callback )(struct platform_device *, struct nand_chip *, struct mtd_partition **, int *num_partitions) |
Definition at line 24 of file jz4740_nand.h.
unsigned char banks[JZ_NAND_NUM_BANKS] |
Definition at line 32 of file jz4740_nand.h.
unsigned int busy_gpio |
Definition at line 30 of file jz4740_nand.h.
struct nand_ecclayout* ecc_layout |
Definition at line 28 of file jz4740_nand.h.
void(* ident_callback)(struct platform_device *, struct nand_chip *, struct mtd_partition **, int *num_partitions) |
Definition at line 34 of file jz4740_nand.h.
int num_partitions |
Definition at line 25 of file jz4740_nand.h.
struct mtd_partition* partitions |
Definition at line 26 of file jz4740_nand.h.