D | mtd.h | 35 struct mtd_info; 114 int (*ecc)(struct mtd_info *mtd, int section, 116 int (*free)(struct mtd_info *mtd, int section, 190 int (*get_info)(struct mtd_info *mtd, int wunit, 192 int (*get_wunit)(struct mtd_info *mtd, 207 struct mtd_info { struct 285 int (*_erase) (struct mtd_info *mtd, struct erase_info *instr); argument 286 int (*_point) (struct mtd_info *mtd, loff_t from, size_t len, argument 288 int (*_unpoint) (struct mtd_info *mtd, loff_t from, size_t len); argument 289 int (*_read) (struct mtd_info *mtd, loff_t from, size_t len, argument [all …]
|