|
Linux Kernel
3.7.1
|
#include <nand-gpio.h>
Data Fields | |
| int | gpio_nce |
| int | gpio_nwp |
| int | gpio_cle |
| int | gpio_ale |
| int | gpio_rdy |
| void(* | adjust_parts )(struct gpio_nand_platdata *, size_t) |
| struct mtd_partition * | parts |
| unsigned int | num_parts |
| unsigned int | options |
| int | chip_delay |
Definition at line 6 of file nand-gpio.h.
| void(* adjust_parts)(struct gpio_nand_platdata *, size_t) |
Definition at line 12 of file nand-gpio.h.
| int chip_delay |
Definition at line 16 of file nand-gpio.h.
| int gpio_ale |
Definition at line 10 of file nand-gpio.h.
| int gpio_cle |
Definition at line 9 of file nand-gpio.h.
| int gpio_nce |
Definition at line 7 of file nand-gpio.h.
| int gpio_nwp |
Definition at line 8 of file nand-gpio.h.
| int gpio_rdy |
Definition at line 11 of file nand-gpio.h.
| unsigned int num_parts |
Definition at line 14 of file nand-gpio.h.
| unsigned int options |
Definition at line 15 of file nand-gpio.h.
| struct mtd_partition* parts |
Definition at line 13 of file nand-gpio.h.
1.8.2