Home
last modified time | relevance | path

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

/external/u-boot/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()
/external/u-boot/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()
/external/u-boot/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()
/external/u-boot/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()
/external/u-boot/common/spl/
Dspl_dfu.c35 int spl_dfu_cmd(int usbctrl, char *dfu_alt_info, char *interface, char *devstr) in spl_dfu_cmd()
/external/u-boot/cmd/
Dfpga.c21 char *devstr = env_get("fpga"); in do_fpga_get_device() local
/external/u-boot/board/st/stm32mp1/
Dstm32mp1.c962 void set_dfu_alt_info(char *interface, char *devstr) in set_dfu_alt_info()
/external/adhd/cras/src/tests/
Ddev_stream_unittest.cc243 struct dev_stream devstr; member in __anon2fd81f2a0111::CreateSuite