HomeSort by relevance Sort by last modified time
    Searched defs:mtd_info (Results 26 - 27 of 27) sorted by null

12

  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/mtd/
mtd.h 36 struct mtd_info *mtd;
72 struct mtd_info { struct
98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr);
100 int (*point) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char **mtdbuf);
102 void (*unpoint) (struct mtd_info *mtd, u_char * addr, loff_t from, size_t len);
104 int (*read) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
105 int (*write) (struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf);
107 int (*read_oob) (struct mtd_info *mtd, loff_t from,
109 int (*write_oob) (struct mtd_info *mtd, loff_t to,
112 int (*get_fact_prot_info) (struct mtd_info *mtd, struct otp_info *buf, size_t len)
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/mtd/
mtd.h 36 struct mtd_info *mtd;
72 struct mtd_info { struct
98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr);
100 int (*point) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char **mtdbuf);
102 void (*unpoint) (struct mtd_info *mtd, u_char * addr, loff_t from, size_t len);
104 int (*read) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf);
105 int (*write) (struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf);
107 int (*read_oob) (struct mtd_info *mtd, loff_t from,
109 int (*write_oob) (struct mtd_info *mtd, loff_t to,
112 int (*get_fact_prot_info) (struct mtd_info *mtd, struct otp_info *buf, size_t len)
    [all...]

Completed in 1838 milliseconds

12