Searched defs:mtdids (Results 1 – 3 of 3) sorted by relevance
41 struct mtdids { struct42 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 */
243 void board_mtdparts_default(const char **mtdids, const char **mtdparts) in board_mtdparts_default()
143 static struct list_head mtdids; variable