Home
last modified time | relevance | path

Searched defs:mtd_info (Results 1 – 1 of 1) sorted by relevance

/include/linux/mtd/
Dmtd.h117 struct mtd_info { struct
131 * Any driver registering a struct mtd_info must ensure a writesize of argument
134 uint32_t writesize;
145 uint32_t writebufsize;
147 uint32_t oobsize; // Amount of OOB data per block (e.g. 16)
148 uint32_t oobavail; // Available OOB bytes per block
154 unsigned int erasesize_shift;
155 unsigned int writesize_shift;
180 int (*_erase) (struct mtd_info *mtd, struct erase_info *instr); argument
181 int (*_point) (struct mtd_info *mtd, loff_t from, size_t len, argument
[all …]