HomeSort by relevance Sort by last modified time
    Searched defs:mtd_info (Results 1 - 2 of 2) sorted by null

  /external/u-boot/cmd/
ubi.c 44 struct mtd_info *mtd_info; member in struct:selected_dev
410 static int ubi_dev_scan(struct mtd_info *info, char *ubidev,
473 del_mtd_partitions(ubi_dev.mtd_info);
499 ubi_dev.mtd_info = get_mtd_device_nm(mtd_dev);
500 if (IS_ERR(ubi_dev.mtd_info)) {
509 err = ubi_dev_scan(ubi_dev.mtd_info, ubi_dev.part_name,
550 ubi_dev.nr, ubi_dev.mtd_info->name, ubi_dev.part_name);
  /external/u-boot/include/linux/mtd/
mtd.h 42 struct mtd_info *mtd;
130 int (*ecc)(struct mtd_info *mtd, int section,
132 int (*free)(struct mtd_info *mtd, int section,
149 struct module; /* only needed for owner field in mtd_info */
151 struct mtd_info { struct
165 * Any driver registering a struct mtd_info must ensure a writesize of
233 int (*_erase) (struct mtd_info *mtd, struct erase_info *instr);
235 int (*_point) (struct mtd_info *mtd, loff_t from, size_t len,
237 int (*_unpoint) (struct mtd_info *mtd, loff_t from, size_t len);
239 unsigned long (*_get_unmapped_area) (struct mtd_info *mtd
    [all...]

Completed in 88 milliseconds