Home
last modified time | relevance | path

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

/openbmc/u-boot/include/jffs2/
H A Dload_kernel.h44 struct mtdids { struct
45 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 */
/openbmc/u-boot/drivers/mtd/
H A Dmtd_uboot.c21 const char *mtdids = env_get("mtdids"); in get_mtdids() local
57 const char *mtdids, *equal, *comma, *dev_id, *mtd_id; in mtd_search_alternate_name() local
123 __maybe_unused const char *mtdids = NULL; in get_mtdparts() local
205 const char *mtdids = get_mtdids(); in mtd_probe_devices() local
/openbmc/u-boot/board/isee/igep00x0/
H A Digep00x0.c243 void board_mtdparts_default(const char **mtdids, const char **mtdparts) in board_mtdparts_default()
/openbmc/u-boot/cmd/
H A Dmtdparts.c143 static struct list_head mtdids; variable