Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/mtd/
Dpartitions.h46 struct mtd_partition { struct
47 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;
/kernel/liteos_a/drivers/mtd/multi_partition/include/
Dmtd_partition.h67 } mtd_partition; typedef