Home
last modified time | relevance | path

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

/u-boot/include/jffs2/
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 */
/u-boot/drivers/mtd/
A Dmtd_uboot.c25 const char *mtdids = env_get("mtdids"); in get_mtdids() local
61 const char *mtdids, *equal, *comma, *dev_id, *mtd_id; in mtd_search_alternate_name() local
127 __maybe_unused const char *mtdids = NULL; in get_mtdparts() local
206 const char *mtdids = get_mtdids(); in mtd_probe_devices() local
/u-boot/board/emulation/common/
A Dqemu_mtdparts.c16 char *mtdids, char *mtdparts) in board_get_mtdparts()
36 void board_mtdparts_default(const char **mtdids, const char **mtdparts) in board_mtdparts_default()
/u-boot/board/st/common/
A Dstm32mp_mtdparts.c31 char *mtdids, in board_set_mtdparts()
66 void board_mtdparts_default(const char **mtdids, const char **mtdparts) in board_mtdparts_default()
/u-boot/board/isee/igep00x0/
A Digep00x0.c248 void board_mtdparts_default(const char **mtdids, const char **mtdparts) in board_mtdparts_default()
/u-boot/cmd/
A Dmtdparts.c146 static struct list_head mtdids; variable

Completed in 7 milliseconds