HomeSort by relevance Sort by last modified time
    Searched defs:mtd (Results 51 - 75 of 101) sorted by null

1 23 4 5

  /bionic/libc/kernel/common/linux/mtd/
mtd.h 21 #error This is a kernel header. Perhaps include mtd-user.h instead?
27 #include <linux/mtd/compatmac.h>
29 #include <mtd/mtd-abi.h>
41 struct mtd_info *mtd; member in struct:erase_info
92 #define MTD_PROGREGION_CTRLMODE_VALID(mtd) (mtd)->oobsize
94 #define MTD_PROGREGION_CTRLMODE_INVALID(mtd) (mtd)->ecctype
102 int (*erase) (struct mtd_info *mtd, struct erase_info *instr)
    [all...]
  /bootable/recovery/applypatch/
applypatch.c 57 // A special 'filename' beginning with "MTD:" or "EMMC:" means to
59 if (strncmp(filename, "MTD:", 4) == 0 ||
123 // Load the contents of an MTD or EMMC partition into the provided
125 // "MTD:<partition_name>:<size_1>:<sha1_1>:<size_2>:<sha1_2>:..." (or
138 enum PartitionType { MTD, EMMC };
146 if (strcmp(magic, "MTD") == 0) {
147 type = MTD;
194 case MTD:
200 const MtdPartition* mtd = mtd_find_partition_by_name(partition); local
201 if (mtd == NULL)
389 const MtdPartition* mtd = mtd_find_partition_by_name(partition); local
    [all...]
  /development/ndk/platforms/android-3/include/linux/mtd/
mtd.h 15 #error This is a kernel header. Perhaps include mtd-user.h instead?
22 #include <linux/mtd/compatmac.h>
23 #include <mtd/mtd-abi.h>
36 struct mtd_info *mtd; member in struct:erase_info
85 #define MTD_PROGREGION_CTRLMODE_VALID(mtd) (mtd)->oobsize
86 #define MTD_PROGREGION_CTRLMODE_INVALID(mtd) (mtd)->ecctype
98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr)
    [all...]
  /external/kernel-headers/original/linux/mtd/
mtd.h 2 * $Id: mtd.h,v 1.61 2005/11/07 11:14:54 gleixner Exp $
13 #error This is a kernel header. Perhaps include mtd-user.h instead?
21 #include <linux/mtd/compatmac.h>
22 #include <mtd/mtd-abi.h>
38 struct mtd_info *mtd; member in struct:erase_info
53 u_int32_t offset; /* At which this region starts, from the beginning of the MTD */
105 u_int32_t size; // Total size of the MTD
132 #define MTD_PROGREGION_CTRLMODE_VALID(mtd) (mtd)->oobsiz
    [all...]
  /external/yaffs2/yaffs2/
yaffs_fs.c 48 #include <linux/mtd/mtd.h>
86 #include <linux/mtd/mtd.h>
1432 struct mtd_info *mtd = yaffs_SuperToDevice(sb)->genericDevice; local
1460 struct mtd_info *mtd; local
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mtd/
mtd.h 15 #error This is a kernel header. Perhaps include mtd-user.h instead?
22 #include <linux/mtd/compatmac.h>
23 #include <mtd/mtd-abi.h>
36 struct mtd_info *mtd; member in struct:erase_info
85 #define MTD_PROGREGION_CTRLMODE_VALID(mtd) (mtd)->oobsize
86 #define MTD_PROGREGION_CTRLMODE_INVALID(mtd) (mtd)->ecctype
98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr)
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mtd/
mtd.h 15 #error This is a kernel header. Perhaps include mtd-user.h instead?
22 #include <linux/mtd/compatmac.h>
23 #include <mtd/mtd-abi.h>
36 struct mtd_info *mtd; member in struct:erase_info
85 #define MTD_PROGREGION_CTRLMODE_VALID(mtd) (mtd)->oobsize
86 #define MTD_PROGREGION_CTRLMODE_INVALID(mtd) (mtd)->ecctype
98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr)
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/mtd/
mtd.h 15 #error This is a kernel header. Perhaps include mtd-user.h instead?
22 #include <linux/mtd/compatmac.h>
23 #include <mtd/mtd-abi.h>
36 struct mtd_info *mtd; member in struct:erase_info
85 #define MTD_PROGREGION_CTRLMODE_VALID(mtd) (mtd)->oobsize
86 #define MTD_PROGREGION_CTRLMODE_INVALID(mtd) (mtd)->ecctype
98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr)
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/mtd/
mtd.h 15 #error This is a kernel header. Perhaps include mtd-user.h instead?
22 #include <linux/mtd/compatmac.h>
23 #include <mtd/mtd-abi.h>
36 struct mtd_info *mtd; member in struct:erase_info
85 #define MTD_PROGREGION_CTRLMODE_VALID(mtd) (mtd)->oobsize
86 #define MTD_PROGREGION_CTRLMODE_INVALID(mtd) (mtd)->ecctype
98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr)
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/mtd/
mtd.h 15 #error This is a kernel header. Perhaps include mtd-user.h instead?
22 #include <linux/mtd/compatmac.h>
23 #include <mtd/mtd-abi.h>
36 struct mtd_info *mtd; member in struct:erase_info
85 #define MTD_PROGREGION_CTRLMODE_VALID(mtd) (mtd)->oobsize
86 #define MTD_PROGREGION_CTRLMODE_INVALID(mtd) (mtd)->ecctype
98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr)
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/mtd/
mtd.h 15 #error This is a kernel header. Perhaps include mtd-user.h instead?
22 #include <linux/mtd/compatmac.h>
23 #include <mtd/mtd-abi.h>
36 struct mtd_info *mtd; member in struct:erase_info
85 #define MTD_PROGREGION_CTRLMODE_VALID(mtd) (mtd)->oobsize
86 #define MTD_PROGREGION_CTRLMODE_INVALID(mtd) (mtd)->ecctype
98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr)
    [all...]
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/mtd/
mtd.h 15 #error This is a kernel header. Perhaps include mtd-user.h instead?
22 #include <linux/mtd/compatmac.h>
23 #include <mtd/mtd-abi.h>
36 struct mtd_info *mtd; member in struct:erase_info
85 #define MTD_PROGREGION_CTRLMODE_VALID(mtd) (mtd)->oobsize
86 #define MTD_PROGREGION_CTRLMODE_INVALID(mtd) (mtd)->ecctype
98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr)
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/mtd/
mtd.h 15 #error This is a kernel header. Perhaps include mtd-user.h instead?
22 #include <linux/mtd/compatmac.h>
23 #include <mtd/mtd-abi.h>
36 struct mtd_info *mtd; member in struct:erase_info
85 #define MTD_PROGREGION_CTRLMODE_VALID(mtd) (mtd)->oobsize
86 #define MTD_PROGREGION_CTRLMODE_INVALID(mtd) (mtd)->ecctype
98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr)
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/mtd/
mtd.h 15 #error This is a kernel header. Perhaps include mtd-user.h instead?
22 #include <linux/mtd/compatmac.h>
23 #include <mtd/mtd-abi.h>
36 struct mtd_info *mtd; member in struct:erase_info
85 #define MTD_PROGREGION_CTRLMODE_VALID(mtd) (mtd)->oobsize
86 #define MTD_PROGREGION_CTRLMODE_INVALID(mtd) (mtd)->ecctype
98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr)
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/mtd/
mtd.h 15 #error This is a kernel header. Perhaps include mtd-user.h instead?
22 #include <linux/mtd/compatmac.h>
23 #include <mtd/mtd-abi.h>
36 struct mtd_info *mtd; member in struct:erase_info
85 #define MTD_PROGREGION_CTRLMODE_VALID(mtd) (mtd)->oobsize
86 #define MTD_PROGREGION_CTRLMODE_INVALID(mtd) (mtd)->ecctype
98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr)
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/mtd/
mtd.h 15 #error This is a kernel header. Perhaps include mtd-user.h instead?
22 #include <linux/mtd/compatmac.h>
23 #include <mtd/mtd-abi.h>
36 struct mtd_info *mtd; member in struct:erase_info
85 #define MTD_PROGREGION_CTRLMODE_VALID(mtd) (mtd)->oobsize
86 #define MTD_PROGREGION_CTRLMODE_INVALID(mtd) (mtd)->ecctype
98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr)
    [all...]
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/mtd/
mtd.h 15 #error This is a kernel header. Perhaps include mtd-user.h instead?
22 #include <linux/mtd/compatmac.h>
23 #include <mtd/mtd-abi.h>
36 struct mtd_info *mtd; member in struct:erase_info
85 #define MTD_PROGREGION_CTRLMODE_VALID(mtd) (mtd)->oobsize
86 #define MTD_PROGREGION_CTRLMODE_INVALID(mtd) (mtd)->ecctype
98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr)
    [all...]
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/mtd/
mtd.h 15 #error This is a kernel header. Perhaps include mtd-user.h instead?
22 #include <linux/mtd/compatmac.h>
23 #include <mtd/mtd-abi.h>
36 struct mtd_info *mtd; member in struct:erase_info
85 #define MTD_PROGREGION_CTRLMODE_VALID(mtd) (mtd)->oobsize
86 #define MTD_PROGREGION_CTRLMODE_INVALID(mtd) (mtd)->ecctype
98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr)
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/mtd/
mtd.h 15 #error This is a kernel header. Perhaps include mtd-user.h instead?
22 #include <linux/mtd/compatmac.h>
23 #include <mtd/mtd-abi.h>
36 struct mtd_info *mtd; member in struct:erase_info
85 #define MTD_PROGREGION_CTRLMODE_VALID(mtd) (mtd)->oobsize
86 #define MTD_PROGREGION_CTRLMODE_INVALID(mtd) (mtd)->ecctype
98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr)
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/mtd/
mtd.h 15 #error This is a kernel header. Perhaps include mtd-user.h instead?
22 #include <linux/mtd/compatmac.h>
23 #include <mtd/mtd-abi.h>
36 struct mtd_info *mtd; member in struct:erase_info
85 #define MTD_PROGREGION_CTRLMODE_VALID(mtd) (mtd)->oobsize
86 #define MTD_PROGREGION_CTRLMODE_INVALID(mtd) (mtd)->ecctype
98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr)
    [all...]
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/mtd/
mtd.h 15 #error This is a kernel header. Perhaps include mtd-user.h instead?
22 #include <linux/mtd/compatmac.h>
23 #include <mtd/mtd-abi.h>
36 struct mtd_info *mtd; member in struct:erase_info
85 #define MTD_PROGREGION_CTRLMODE_VALID(mtd) (mtd)->oobsize
86 #define MTD_PROGREGION_CTRLMODE_INVALID(mtd) (mtd)->ecctype
98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr)
    [all...]
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/mtd/
mtd.h 15 #error This is a kernel header. Perhaps include mtd-user.h instead?
22 #include <linux/mtd/compatmac.h>
23 #include <mtd/mtd-abi.h>
36 struct mtd_info *mtd; member in struct:erase_info
85 #define MTD_PROGREGION_CTRLMODE_VALID(mtd) (mtd)->oobsize
86 #define MTD_PROGREGION_CTRLMODE_INVALID(mtd) (mtd)->ecctype
98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr)
    [all...]
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/mtd/
mtd.h 15 #error This is a kernel header. Perhaps include mtd-user.h instead?
22 #include <linux/mtd/compatmac.h>
23 #include <mtd/mtd-abi.h>
36 struct mtd_info *mtd; member in struct:erase_info
85 #define MTD_PROGREGION_CTRLMODE_VALID(mtd) (mtd)->oobsize
86 #define MTD_PROGREGION_CTRLMODE_INVALID(mtd) (mtd)->ecctype
98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr)
    [all...]
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/mtd/
mtd.h 15 #error This is a kernel header. Perhaps include mtd-user.h instead?
22 #include <linux/mtd/compatmac.h>
23 #include <mtd/mtd-abi.h>
36 struct mtd_info *mtd; member in struct:erase_info
85 #define MTD_PROGREGION_CTRLMODE_VALID(mtd) (mtd)->oobsize
86 #define MTD_PROGREGION_CTRLMODE_INVALID(mtd) (mtd)->ecctype
98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr)
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/mtd/
mtd.h 15 #error This is a kernel header. Perhaps include mtd-user.h instead?
22 #include <linux/mtd/compatmac.h>
23 #include <mtd/mtd-abi.h>
36 struct mtd_info *mtd; member in struct:erase_info
85 #define MTD_PROGREGION_CTRLMODE_VALID(mtd) (mtd)->oobsize
86 #define MTD_PROGREGION_CTRLMODE_INVALID(mtd) (mtd)->ecctype
98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr)
    [all...]

Completed in 2003 milliseconds

1 23 4 5