Searched defs:mtdids (Results 1 – 6 of 6) sorted by relevance
44 struct mtdids { struct45 struct list_head link;46 u8 type; /* device type */47 u8 num; /* device number */48 u64 size; /* device size */49 char *mtd_id; /* linux kernel device id */
25 const char *mtdids = env_get("mtdids"); in get_mtdids() local61 const char *mtdids, *equal, *comma, *dev_id, *mtd_id; in mtd_search_alternate_name() local127 __maybe_unused const char *mtdids = NULL; in get_mtdparts() local206 const char *mtdids = get_mtdids(); in mtd_probe_devices() local
16 char *mtdids, char *mtdparts) in board_get_mtdparts()36 void board_mtdparts_default(const char **mtdids, const char **mtdparts) in board_mtdparts_default()
31 char *mtdids, in board_set_mtdparts()66 void board_mtdparts_default(const char **mtdids, const char **mtdparts) in board_mtdparts_default()
248 void board_mtdparts_default(const char **mtdids, const char **mtdparts) in board_mtdparts_default()
146 static struct list_head mtdids; variable
Completed in 7 milliseconds