Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/mtd/
Dpartitions.h45 struct mtd_partition { struct
46 const char *name; /* identifier string */
47 const char *const *types; /* names of parsers to use if any */
48 uint64_t size; /* partition size */
49 uint64_t offset; /* offset within the master MTD space */
50 uint32_t mask_flags; /* master MTD flags to mask out for this partition */
51 struct device_node *of_node;