Searched defs:flash_platform_data (Results 1 – 2 of 2) 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;
22 struct flash_platform_data { struct23 char *name;24 struct mtd_partition *parts;25 unsigned int nr_parts;27 char *type;
Completed in 5 milliseconds