Searched defs:physmap_flash_data (Results 1 – 7 of 7) 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;
24 struct physmap_flash_data { struct25 unsigned int width;26 int (*init)(struct platform_device *);27 void (*exit)(struct platform_device *);28 void (*set_vpp)(struct platform_device *, int);29 unsigned int nr_parts;30 unsigned int pfow_base;31 char *probe_type;32 struct mtd_partition *parts;33 const char * const *part_probe_types;
30 static struct physmap_flash_data physmap_flash_data = { variable
224 static struct physmap_flash_data physmap_flash_data = { variable
205 static struct physmap_flash_data physmap_flash_data = { variable
192 static struct physmap_flash_data physmap_flash_data = { variable
632 static struct physmap_flash_data physmap_flash_data = { variable