Searched defs:devstr (Results 1 – 13 of 13) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | dfu_alt_info.c | 13 static char *get_dfu_alt(char *interface, char *devstr) in get_dfu_alt() 60 void set_dfu_alt_info(char *interface, char *devstr) in set_dfu_alt_info()
|
| /rk3399_rockchip-uboot/board/samsung/common/ |
| H A D | exynos5-dt.c | 175 char *get_dfu_alt_system(char *interface, char *devstr) in get_dfu_alt_system() 185 char *get_dfu_alt_boot(char *interface, char *devstr) in get_dfu_alt_boot()
|
| H A D | misc.c | 40 void set_dfu_alt_info(char *interface, char *devstr) in set_dfu_alt_info()
|
| /rk3399_rockchip-uboot/drivers/dfu/ |
| H A D | dfu_sf.c | 69 static struct spi_flash *parse_dev(char *devstr) in parse_dev() 118 int dfu_fill_entity_sf(struct dfu_entity *dfu, char *devstr, char *s) in dfu_fill_entity_sf()
|
| H A D | dfu.c | 56 int dfu_init_env_entities(char *interface, char *devstr) in dfu_init_env_entities() 387 char *interface, char *devstr) in dfu_fill_entity() 443 int dfu_config_entities(char *env, char *interface, char *devstr) in dfu_config_entities()
|
| H A D | dfu_ram.c | 57 int dfu_fill_entity_ram(struct dfu_entity *dfu, char *devstr, char *s) in dfu_fill_entity_ram()
|
| H A D | dfu_mtd.c | 119 int dfu_fill_entity_mtd(struct dfu_entity *dfu, char *devstr, char *s) in dfu_fill_entity_mtd()
|
| H A D | dfu_nand.c | 192 int dfu_fill_entity_nand(struct dfu_entity *dfu, char *devstr, char *s) in dfu_fill_entity_nand()
|
| H A D | dfu_mmc.c | 299 int dfu_fill_entity_mmc(struct dfu_entity *dfu, char *devstr, char *s) in dfu_fill_entity_mmc()
|
| /rk3399_rockchip-uboot/board/samsung/odroid/ |
| H A D | odroid.c | 67 char *get_dfu_alt_system(char *interface, char *devstr) in get_dfu_alt_system() 72 char *get_dfu_alt_boot(char *interface, char *devstr) in get_dfu_alt_boot()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | dfu.h | 222 static inline int dfu_fill_entity_mmc(struct dfu_entity *dfu, char *devstr, in dfu_fill_entity_mmc() 233 static inline int dfu_fill_entity_mtd(struct dfu_entity *dfu, char *devstr, in dfu_fill_entity_mtd() 244 static inline int dfu_fill_entity_nand(struct dfu_entity *dfu, char *devstr, in dfu_fill_entity_nand() 255 static inline int dfu_fill_entity_ram(struct dfu_entity *dfu, char *devstr, in dfu_fill_entity_ram() 266 static inline int dfu_fill_entity_sf(struct dfu_entity *dfu, char *devstr, in dfu_fill_entity_sf()
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_dfu.c | 36 int spl_dfu_cmd(int usbctrl, char *dfu_alt_info, char *interface, char *devstr) in spl_dfu_cmd()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | fpga.c | 46 char *devstr = env_get("fpga"); in do_fpga() local
|