HomeSort by relevance Sort by last modified time
    Searched refs:mtd_info (Results 51 - 75 of 197) sorted by null

1 23 4 5 6 7 8

  /bionic/libc/kernel/common/linux/mtd/
nand.h 19 struct mtd_info;
149 void (*hwctl)(struct mtd_info *mtd, int mode);
150 int (*calculate)(struct mtd_info *mtd,
153 int (*correct)(struct mtd_info *mtd, uint8_t *dat,
156 int (*read_page)(struct mtd_info *mtd,
159 void (*write_page)(struct mtd_info *mtd,
162 int (*read_oob)(struct mtd_info *mtd,
166 int (*write_oob)(struct mtd_info *mtd,
183 uint8_t (*read_byte)(struct mtd_info *mtd);
184 u16 (*read_word)(struct mtd_info *mtd)
    [all...]
partitions.h 23 struct mtd_info **mtdp;
34 int (*parse_fn)(struct mtd_info *, struct mtd_partition **, unsigned long);
  /development/ndk/platforms/android-3/include/linux/mtd/
nand.h 19 struct mtd_info;
149 void (*hwctl)(struct mtd_info *mtd, int mode);
150 int (*calculate)(struct mtd_info *mtd,
153 int (*correct)(struct mtd_info *mtd, uint8_t *dat,
156 int (*read_page)(struct mtd_info *mtd,
159 void (*write_page)(struct mtd_info *mtd,
162 int (*read_oob)(struct mtd_info *mtd,
166 int (*write_oob)(struct mtd_info *mtd,
183 uint8_t (*read_byte)(struct mtd_info *mtd);
184 u16 (*read_word)(struct mtd_info *mtd)
    [all...]
partitions.h 23 struct mtd_info **mtdp;
34 int (*parse_fn)(struct mtd_info *, struct mtd_partition **, unsigned long);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/mtd/
nand.h 19 struct mtd_info;
149 void (*hwctl)(struct mtd_info *mtd, int mode);
150 int (*calculate)(struct mtd_info *mtd,
153 int (*correct)(struct mtd_info *mtd, uint8_t *dat,
156 int (*read_page)(struct mtd_info *mtd,
159 void (*write_page)(struct mtd_info *mtd,
162 int (*read_oob)(struct mtd_info *mtd,
166 int (*write_oob)(struct mtd_info *mtd,
183 uint8_t (*read_byte)(struct mtd_info *mtd);
184 u16 (*read_word)(struct mtd_info *mtd)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/mtd/
nand.h 19 struct mtd_info;
149 void (*hwctl)(struct mtd_info *mtd, int mode);
150 int (*calculate)(struct mtd_info *mtd,
153 int (*correct)(struct mtd_info *mtd, uint8_t *dat,
156 int (*read_page)(struct mtd_info *mtd,
159 void (*write_page)(struct mtd_info *mtd,
162 int (*read_oob)(struct mtd_info *mtd,
166 int (*write_oob)(struct mtd_info *mtd,
183 uint8_t (*read_byte)(struct mtd_info *mtd);
184 u16 (*read_word)(struct mtd_info *mtd)
    [all...]