include/linux/platform_data/mtd-nand-pxa3xx.h

Source file repositories/reference/linux-study-clean/include/linux/platform_data/mtd-nand-pxa3xx.h

File Facts

System
Linux kernel
Corpus path
include/linux/platform_data/mtd-nand-pxa3xx.h
Extension
.h
Size
812 bytes
Lines
28
Domain
Core OS
Bucket
Core Kernel Interface
Inferred role
Core OS: implementation source
Status
source implementation candidate

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

struct pxa3xx_nand_platform_data {
	/* Keep OBM/bootloader NFC timing configuration */
	bool keep_config;
	/* Use a flash-based bad block table */
	bool flash_bbt;
	/* Requested ECC strength and ECC step size */
	int ecc_strength, ecc_step_size;
	/* Partitions */
	const struct mtd_partition *parts;
	unsigned int nr_parts;
};

extern void pxa3xx_set_nand_info(struct pxa3xx_nand_platform_data *info);

#endif /* __ASM_ARCH_PXA3XX_NAND_H */

Annotation

Implementation Notes