Home
last modified time | relevance | path

Searched defs:physmap_flash_data (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/include/linux/mtd/
Dphysmap.h19 struct physmap_flash_data { struct
20 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;
/linux-6.12.1/drivers/mtd/maps/
Dphysmap-core.c633 static struct physmap_flash_data physmap_flash_data = { variable