struct_platform_nand_data (9) Linux Manual Page
struct_platform_nand_data – container structure for platform-specific data
Synopsis
struct platform_nand_data {
struct platform_nand_chip chip;
struct platform_nand_ctrl ctrl;
};
Members
chip
- chip level chip structure
ctrl
- controller level device structure
Author
Thomas Gleixner <tglx [at] linutronix.de>
- Author.
