Query: struct_platform_nand_chip
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRUCTPLATFORM_NAND(9) Structures STRUCT PLATFORM_NAND(9)NAMEstruct_platform_nand_chip - chip level device structureSYNOPSISstruct platform_nand_chip { int nr_chips; int chip_offset; int nr_partitions; struct mtd_partition * partitions; struct nand_ecclayout * ecclayout; int chip_delay; unsigned int options; unsigned int bbt_options; const char ** part_probe_types; };MEMBERSnr_chips max. number of chips to scan for chip_offset chip number offset nr_partitions number of partitions pointed to by partitions (or zero) partitions mtd partition list ecclayout ECC layout info structure chip_delay R/B delay value in us options Option flags, e.g. 16bit buswidth bbt_options BBT option flags, e.g. NAND_BBT_USE_FLASH part_probe_types NULL-terminated array of probe typesAUTHORThomas Gleixner <tglx@linutronix.de> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 STRUCT PLATFORM_NAND(9)
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
Tar Command |
Shopt -s histappend |
CentOS 6 ran out of space, need to reclaim it |
[TIP] Processing YAML files with yq |