Home
last modified time | relevance | path

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

/external/u-boot/include/jffs2/
Dload_kernel.h41 struct mtdids { struct
42 struct list_head link;
43 u8 type; /* device type */
44 u8 num; /* device number */
45 u64 size; /* device size */
46 char *mtd_id; /* linux kernel device id */
/external/u-boot/board/isee/igep00x0/
Digep00x0.c243 void board_mtdparts_default(const char **mtdids, const char **mtdparts) in board_mtdparts_default()
/external/u-boot/cmd/
Dmtdparts.c143 static struct list_head mtdids; variable