Home
last modified time | relevance | path

Searched defs:devstr (Results 1 – 16 of 16) sorted by relevance

/third_party/uboot/u-boot-2020.01/board/samsung/common/
Dexynos5-dt.c150 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()
Dmisc.c41 void set_dfu_alt_info(char *interface, char *devstr) in set_dfu_alt_info()
/third_party/uboot/u-boot-2020.01/include/
Ddfu.h251 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/
Ddfu_sf.c92 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()
Ddfu.c120 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()
Ddfu_virt.c34 int dfu_fill_entity_virt(struct dfu_entity *dfu, char *devstr, char *s) in dfu_fill_entity_virt()
Ddfu_ram.c56 int dfu_fill_entity_ram(struct dfu_entity *dfu, char *devstr, char *s) in dfu_fill_entity_ram()
Ddfu_mtd.c236 int dfu_fill_entity_mtd(struct dfu_entity *dfu, char *devstr, char *s) in dfu_fill_entity_mtd()
Ddfu_nand.c191 int dfu_fill_entity_nand(struct dfu_entity *dfu, char *devstr, char *s) in dfu_fill_entity_nand()
Ddfu_mmc.c293 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/
Dodroid.c75 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/
Dspl_dfu.c35 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/
Dfpga.c21 char *devstr = env_get("fpga"); in do_fpga_get_device() local
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsa.c452 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/
Dstm32mp1.c962 void set_dfu_alt_info(char *interface, char *devstr) in set_dfu_alt_info()
/third_party/NuttX/drivers/usbdev/gadget/
Df_dfu.c1054 int usb_dfu_init_env_entities(char *type, char *envstr, char *devstr) in usb_dfu_init_env_entities()