HomeSort by relevance Sort by last modified time
    Searched refs:mtd (Results 76 - 98 of 98) sorted by null

1 2 34

  /external/kernel-headers/original/linux/mtd/
cfi.h 13 #include <linux/mtd/flashchip.h>
14 #include <linux/mtd/map.h>
15 #include <linux/mtd/cfi_endian.h>
471 void (*fixup)(struct mtd_info *mtd, void* param);
482 void cfi_fixup(struct mtd_info *mtd, struct cfi_fixup* fixups);
487 int cfi_varsize_frob(struct mtd_info *mtd, varsize_frob_t frob,
map.h 12 #include <linux/mtd/compatmac.h>
171 At which point, you fill in the mtd->module with your own module
172 address, and register it with the MTD core code. Or you could partition
176 The mtd->priv field will point to the struct map_info, and any further
178 mtd->priv->fldrv_priv field. This allows the map driver to get at
237 void map_destroy(struct mtd_info *mtd);
  /external/icu4c/tools/genctd/
genctd.cpp 302 MutableTrieDictionary *mtd = new MutableTrieDictionary(uc, status);
322 mtd->addWord(candidate, length, status);
344 CompactTrieDictionary *ctd = new CompactTrieDictionary(*mtd, status);
351 delete mtd;
  /bionic/libc/kernel/common/linux/mtd/
map.h 19 #include <linux/mtd/compatmac.h>
  /development/ndk/platforms/android-3/include/linux/mtd/
map.h 19 #include <linux/mtd/compatmac.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/mtd/
map.h 19 #include <linux/mtd/compatmac.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/mtd/
map.h 19 #include <linux/mtd/compatmac.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/mtd/
map.h 19 #include <linux/mtd/compatmac.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/mtd/
map.h 19 #include <linux/mtd/compatmac.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/mtd/
map.h 19 #include <linux/mtd/compatmac.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/mtd/
map.h 19 #include <linux/mtd/compatmac.h>
  /external/chromium/third_party/icu/source/common/
brkeng.cpp 313 MutableTrieDictionary *mtd = new MutableTrieDictionary(c, status, TRUE); local
314 mtd->addWord(&c, 1, status, 1);
315 return new CompactTrieDictionary(*mtd, status);
  /bootable/recovery/updater/
install.c 45 // fs_type="yaffs2" partition_type="MTD" location=partition
81 if (strcmp(partition_type, "MTD") == 0) {
83 const MtdPartition* mtd; local
84 mtd = mtd_find_partition_by_name(location);
85 if (mtd == NULL) {
86 fprintf(stderr, "%s: no mtd partition named \"%s\"",
91 if (mtd_mount_partition(mtd, mount_point, fs_type, 0 /* rw */) != 0) {
92 fprintf(stderr, "mtd mount of %s failed: %s\n",
179 // fs_type="yaffs2" partition_type="MTD" location=partition
207 if (strcmp(partition_type, "MTD") == 0)
209 const MtdPartition* mtd = mtd_find_partition_by_name(location); local
684 const MtdPartition* mtd = mtd_find_partition_by_name(partition); local
    [all...]
  /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...]
  /device/htc/passion-common/
BoardConfigCommon.mk 56 # # cat /proc/mtd
  /system/core/toolbox/
nandread.c 8 #include <mtd/mtd-user.h>
125 fprintf(stderr, "failed get mtd info for %s, %s\n",
  /system/extras/tests/fstest/
perm_checker.conf 94 /dev/mtd/ 750 775 root root root root
95 /dev/mtd/mtd0 460 460 radio radio diag diag
96 /dev/mtd/* 600 600 root root root root
  /external/webkit/WebCore/bridge/qt/
qt_pixmapruntime.cpp 196 QtPixmapRuntimeMethod* mtd = static_cast<QtPixmapRuntimeMethod*>(methods[0]); local
197 return mtd->invoke(exec, data, rootObject(), this);
qt_runtime.cpp 1245 QMetaMethod mtd = meta->method(conversionFailed.at(i)); local
1264 QMetaMethod mtd = meta->method(tooFewArgs.at(i)); local
1285 QMetaMethod mtd = meta->method(candidates.at(i).index); local
    [all...]
  /bootable/recovery/mtdutils/
mtdutils.c 25 #include <mtd/mtd-user.h>
68 #define MTD_PROC_FILENAME "/proc/mtd"
120 * # cat /proc/mtd
137 matches = sscanf(bufp, "mtd%d: %x %x \"%63[^\"]",
242 sprintf(mtddevname, "/dev/mtd/mtd%d", partition->device_index);
269 sprintf(mtddevname, "/dev/mtd/mtd%d", partition->device_index);
292 fprintf(stderr, "mtd: ECCGETSTATS error (%s)\n", strerror(errno))
    [all...]
  /system/core/init/
init.c 30 #include <mtd/mtd-user.h>
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 

Completed in 1264 milliseconds

1 2 34