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

  /external/yaffs2/yaffs2/
Kconfig 8 depends on MTD
38 the ones from the generic MTD-NAND driver.
143 will erase the MTD device before mounting the filesystem.
  /bootable/recovery/applypatch/
applypatch.c 45 // A special 'filename' beginning with "MTD:" or "EMMC:" means to
47 if (strncmp(filename, "MTD:", 4) == 0 ||
102 // Load the contents of an MTD or EMMC partition into the provided
104 // "MTD:<partition_name>:<size_1>:<sha1_1>:<size_2>:<sha1_2>:..." (or
117 enum PartitionType { MTD, EMMC };
125 if (strcmp(magic, "MTD") == 0) {
126 type = MTD;
173 case MTD:
179 const MtdPartition* mtd = mtd_find_partition_by_name(partition); local
180 if (mtd == NULL)
368 const MtdPartition* mtd = mtd_find_partition_by_name(partition); local
    [all...]

Completed in 53 milliseconds