Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dmtd.h211 struct mtd_part { struct
212 struct list_head node;
213 u64 offset;
214 u64 size;
215 u32 flags;
/OK3568_Linux_fs/u-boot/cmd/
H A Dubi.c410 struct mtd_partition mtd_part; in ubi_dev_scan() local