Searched defs:flash_platform_data (Results 1 – 2 of 2) sorted by relevance
27 struct flash_platform_data { struct28 const char *map_name;29 const char *name;30 unsigned int width;31 int (*init)(void);32 void (*exit)(void);33 void (*set_vpp)(int on);34 void (*mmcontrol)(struct mtd_info *mtd, int sync_read);35 struct mtd_partition *parts;36 unsigned int nr_parts;
22 struct flash_platform_data { struct23 char *name;24 struct mtd_partition *parts;25 unsigned int nr_parts;27 char *type;