HomeSort by relevance Sort by last modified time
    Searched refs:erase_info (Results 126 - 129 of 129) sorted by null

1 2 3 4 56

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/mtd/
nftl.h 43 struct erase_info instr;
  /bootable/recovery/mtdutils/
mtdutils.c 428 struct erase_info_user erase_info; local
429 erase_info.start = pos;
430 erase_info.length = size;
433 if (ioctl(fd, MEMERASE, &erase_info) < 0) {
467 ioctl(fd, MEMERASE, &erase_info);
534 struct erase_info_user erase_info; local
535 erase_info.start = pos;
536 erase_info.length = ctx->partition->erase_size;
537 if (ioctl(ctx->fd, MEMERASE, &erase_info) < 0) {
  /external/yaffs2/yaffs2/mtdemul/
nandemul2k.c 300 static int nand_erase (struct mtd_info *mtd, struct erase_info *instr);
532 static int nand_erase (struct mtd_info *mtd, struct erase_info *instr)
  /external/yaffs2/yaffs2/
yaffs_mtdif.c 214 struct erase_info ei;

Completed in 711 milliseconds

1 2 3 4 56