Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
efx_mtd_ops Struct Reference

Data Fields

int(* read )(struct mtd_info *mtd, loff_t start, size_t len, size_t *retlen, u8 *buffer)
 
int(* erase )(struct mtd_info *mtd, loff_t start, size_t len)
 
int(* write )(struct mtd_info *mtd, loff_t start, size_t len, size_t *retlen, const u8 *buffer)
 
int(* sync )(struct mtd_info *mtd)
 

Detailed Description

Definition at line 41 of file mtd.c.

Field Documentation

int(* erase)(struct mtd_info *mtd, loff_t start, size_t len)

Definition at line 44 of file mtd.c.

int(* read)(struct mtd_info *mtd, loff_t start, size_t len, size_t *retlen, u8 *buffer)

Definition at line 42 of file mtd.c.

int(* sync)(struct mtd_info *mtd)

Definition at line 47 of file mtd.c.

int(* write)(struct mtd_info *mtd, loff_t start, size_t len, size_t *retlen, const u8 *buffer)

Definition at line 45 of file mtd.c.


The documentation for this struct was generated from the following file: