Searched defs:mtdids (Results 1 – 6 of 6) sorted by relevance
| /u-boot/include/jffs2/ |
| A D | load_kernel.h | 44 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 D | mtd_uboot.c | 26 const char *mtdids = env_get("mtdids"); in get_mtdids() local 60 const char *mtdids, *equal, *comma, *dev_id, *mtd_id; in mtd_search_alternate_name() local 134 __maybe_unused const char *mtdids = NULL; in get_mtdparts() local 206 static int parse_mtdparts(const char *mtdparts, const char *mtdids) in parse_mtdparts() 317 const char *mtdids = get_mtdids(); in mtd_probe_devices() local
|
| /u-boot/board/emulation/common/ |
| A D | qemu_mtdparts.c | 16 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 D | stm32mp_mtdparts.c | 33 char *mtdids, in board_set_mtdparts() 72 void board_mtdparts_default(const char **mtdids, const char **mtdparts) in board_mtdparts_default()
|
| /u-boot/board/isee/igep00x0/ |
| A D | igep00x0.c | 190 void board_mtdparts_default(const char **mtdids, const char **mtdparts) in board_mtdparts_default()
|
| /u-boot/cmd/ |
| A D | mtdparts.c | 143 static struct list_head mtdids; variable
|
Completed in 11 milliseconds