Home
last modified time | relevance | path

Searched refs:devstr (Results 1 – 8 of 8) sorted by relevance

/drivers/dfu/
A Ddfu.c173 set_dfu_alt_info(interface, devstr); in dfu_init_env_entities()
182 if (!interface && !devstr) in dfu_init_env_entities()
518 char *interface, char *devstr) in dfu_fill_entity() argument
550 if (dfu_fill_entity_mmc(dfu, devstr, argv, argc)) in dfu_fill_entity()
553 if (dfu_fill_entity_mtd(dfu, devstr, argv, argc)) in dfu_fill_entity()
556 if (dfu_fill_entity_nand(dfu, devstr, argv, argc)) in dfu_fill_entity()
559 if (dfu_fill_entity_ram(dfu, devstr, argv, argc)) in dfu_fill_entity()
562 if (dfu_fill_entity_sf(dfu, devstr, argv, argc)) in dfu_fill_entity()
565 if (dfu_fill_entity_virt(dfu, devstr, argv, argc)) in dfu_fill_entity()
568 if (dfu_fill_entity_scsi(dfu, devstr, argv, argc)) in dfu_fill_entity()
[all …]
A Ddfu_virt.c34 int dfu_fill_entity_virt(struct dfu_entity *dfu, char *devstr, char **argv, int argc) in dfu_fill_entity_virt() argument
36 debug("%s: devstr = %s\n", __func__, devstr); in dfu_fill_entity_virt()
43 dfu->data.virt.dev_num = dectoul(devstr, NULL); in dfu_fill_entity_virt()
A Ddfu_sf.c118 static struct spi_flash *parse_dev(char *devstr) in parse_dev() argument
128 s = strsep(&devstr, ":"); in parse_dev()
134 s = strsep(&devstr, ":"); in parse_dev()
140 s = strsep(&devstr, ":"); in parse_dev()
151 s = strsep(&devstr, ":"); in parse_dev()
181 int dfu_fill_entity_sf(struct dfu_entity *dfu, char *devstr, char **argv, int argc) in dfu_fill_entity_sf() argument
184 char *devstr_bkup = strdup(devstr); in dfu_fill_entity_sf()
A Ddfu_ram.c57 int dfu_fill_entity_ram(struct dfu_entity *dfu, char *devstr, char **argv, int argc) in dfu_fill_entity_ram() argument
A Ddfu_mtd.c286 int dfu_fill_entity_mtd(struct dfu_entity *dfu, char *devstr, char **argv, int argc) in dfu_fill_entity_mtd() argument
292 mtd = get_mtd_device_nm(devstr); in dfu_fill_entity_mtd()
A Ddfu_scsi.c312 int dfu_fill_entity_scsi(struct dfu_entity *dfu, char *devstr, char **argv, int argc) in dfu_fill_entity_scsi() argument
327 dfu->data.scsi.lun = dectoul(devstr, &s); in dfu_fill_entity_scsi()
A Ddfu_mmc.c340 int dfu_fill_entity_mmc(struct dfu_entity *dfu, char *devstr, char **argv, int argc) in dfu_fill_entity_mmc() argument
353 dfu->data.mmc.dev_num = dectoul(devstr, &s); in dfu_fill_entity_mmc()
A Ddfu_nand.c196 int dfu_fill_entity_nand(struct dfu_entity *dfu, char *devstr, char **argv, int argc) in dfu_fill_entity_nand() argument

Completed in 17 milliseconds