Searched defs:flash_platform_data (Results 1 – 1 of 1) sorted by relevance
24 struct flash_platform_data { struct25 const char *map_name;26 const char *name;27 unsigned int width;28 int (*init)(void);29 void (*exit)(void);30 void (*set_vpp)(int on);31 void (*mmcontrol)(struct mtd_info *mtd, int sync_read);32 struct mtd_partition *parts;33 unsigned int nr_parts;