Searched refs:devstr (Results 1 – 8 of 8) sorted by relevance
| /drivers/dfu/ |
| A D | dfu.c | 173 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 D | dfu_virt.c | 34 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 D | dfu_sf.c | 118 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 D | dfu_ram.c | 57 int dfu_fill_entity_ram(struct dfu_entity *dfu, char *devstr, char **argv, int argc) in dfu_fill_entity_ram() argument
|
| A D | dfu_mtd.c | 286 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 D | dfu_scsi.c | 312 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 D | dfu_mmc.c | 340 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 D | dfu_nand.c | 196 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