Searched defs:physmap_flash_data (Results 1 – 3 of 3) sorted by relevance
19 struct physmap_flash_data { struct20 unsigned int width;21 int (*init)(struct platform_device *);22 void (*exit)(struct platform_device *);23 void (*set_vpp)(struct platform_device *, int);24 unsigned int nr_parts;25 unsigned int pfow_base;26 char *probe_type;27 struct mtd_partition *parts;28 const char * const *part_probe_types;
192 static struct physmap_flash_data physmap_flash_data = { variable
632 static struct physmap_flash_data physmap_flash_data = { variable
Completed in 7 milliseconds