Searched defs:mtdids (Results 1 – 4 of 4) sorted by relevance
46 struct mtdids { struct47 struct list_head link;48 u8 type; /* device type */49 u8 num; /* device number */50 u64 size; /* device size */51 char *mtd_id; /* linux kernel device id */
23 const char *mtdids = env_get("mtdids"); in get_mtdids() local59 const char *mtdids, *equal, *comma, *dev_id, *mtd_id; in mtd_search_alternate_name() local141 __maybe_unused const char *mtdids = NULL; in get_mtdparts() local220 const char *mtdids = get_mtdids(); in mtd_probe_devices() local
244 void board_mtdparts_default(const char **mtdids, const char **mtdparts) in board_mtdparts_default()
144 static struct list_head mtdids; variable