Searched defs:devstr (Results 1 – 16 of 16) sorted by relevance
/third_party/uboot/u-boot-2020.01/board/samsung/common/ |
D | exynos5-dt.c | 150 char *get_dfu_alt_system(char *interface, char *devstr) in get_dfu_alt_system() 160 char *get_dfu_alt_boot(char *interface, char *devstr) in get_dfu_alt_boot()
|
D | misc.c | 41 void set_dfu_alt_info(char *interface, char *devstr) in set_dfu_alt_info()
|
/third_party/uboot/u-boot-2020.01/include/ |
D | dfu.h | 251 static inline int dfu_fill_entity_mmc(struct dfu_entity *dfu, char *devstr, in dfu_fill_entity_mmc() 262 static inline int dfu_fill_entity_nand(struct dfu_entity *dfu, char *devstr, in dfu_fill_entity_nand() 273 static inline int dfu_fill_entity_ram(struct dfu_entity *dfu, char *devstr, in dfu_fill_entity_ram() 284 static inline int dfu_fill_entity_sf(struct dfu_entity *dfu, char *devstr, in dfu_fill_entity_sf() 295 static inline int dfu_fill_entity_mtd(struct dfu_entity *dfu, char *devstr, in dfu_fill_entity_mtd() 311 static inline int dfu_fill_entity_virt(struct dfu_entity *dfu, char *devstr, in dfu_fill_entity_virt()
|
/third_party/uboot/u-boot-2020.01/drivers/dfu/ |
D | dfu_sf.c | 92 static struct spi_flash *parse_dev(char *devstr) in parse_dev() 141 int dfu_fill_entity_sf(struct dfu_entity *dfu, char *devstr, char *s) in dfu_fill_entity_sf()
|
D | dfu.c | 120 int dfu_init_env_entities(char *interface, char *devstr) in dfu_init_env_entities() 468 char *interface, char *devstr) in dfu_fill_entity() 550 int dfu_alt_add(struct dfu_entity *dfu, char *interface, char *devstr, char *s) in dfu_alt_add() 569 int dfu_config_entities(char *env, char *interface, char *devstr) in dfu_config_entities()
|
D | dfu_virt.c | 34 int dfu_fill_entity_virt(struct dfu_entity *dfu, char *devstr, char *s) in dfu_fill_entity_virt()
|
D | dfu_ram.c | 56 int dfu_fill_entity_ram(struct dfu_entity *dfu, char *devstr, char *s) in dfu_fill_entity_ram()
|
D | dfu_mtd.c | 236 int dfu_fill_entity_mtd(struct dfu_entity *dfu, char *devstr, char *s) in dfu_fill_entity_mtd()
|
D | dfu_nand.c | 191 int dfu_fill_entity_nand(struct dfu_entity *dfu, char *devstr, char *s) in dfu_fill_entity_nand()
|
D | dfu_mmc.c | 293 int dfu_fill_entity_mmc(struct dfu_entity *dfu, char *devstr, char *s) in dfu_fill_entity_mmc()
|
/third_party/uboot/u-boot-2020.01/board/samsung/odroid/ |
D | odroid.c | 75 char *get_dfu_alt_system(char *interface, char *devstr) in get_dfu_alt_system() 80 char *get_dfu_alt_boot(char *interface, char *devstr) in get_dfu_alt_boot()
|
/third_party/uboot/u-boot-2020.01/common/spl/ |
D | spl_dfu.c | 35 int spl_dfu_cmd(int usbctrl, char *dfu_alt_info, char *interface, char *devstr) in spl_dfu_cmd()
|
/third_party/uboot/u-boot-2020.01/cmd/ |
D | fpga.c | 21 char *devstr = env_get("fpga"); in do_fpga_get_device() local
|
/third_party/gstreamer/gstplugins_base/ext/alsa/ |
D | gstalsa.c | 452 char devstr[256]; /* Storage for local 'default' device string */ in gst_alsa_open_iec958_pcm() local
|
/third_party/uboot/u-boot-2020.01/board/st/stm32mp1/ |
D | stm32mp1.c | 962 void set_dfu_alt_info(char *interface, char *devstr) in set_dfu_alt_info()
|
/third_party/NuttX/drivers/usbdev/gadget/ |
D | f_dfu.c | 1054 int usb_dfu_init_env_entities(char *type, char *envstr, char *devstr) in usb_dfu_init_env_entities()
|