Searched defs:mtd_partition (Results 1 – 1 of 1) sorted by relevance
46 struct mtd_partition { struct47 const char *name; /* identifier string */48 const char *const *types; /* names of parsers to use if any */49 uint64_t size; /* partition size */50 uint64_t offset; /* offset within the master MTD space */51 uint32_t mask_flags; /* master MTD flags to mask out for this partition */52 uint32_t add_flags; /* flags to add to the partition */53 struct device_node *of_node;
Completed in 2 milliseconds