Lines Matching refs:devstr
157 void set_dfu_alt_info(char *interface, char *devstr);
159 int dfu_config_entities(char *s, char *interface, char *devstr);
169 int dfu_init_env_entities(char *interface, char *devstr);
220 extern int dfu_fill_entity_mmc(struct dfu_entity *dfu, char *devstr, char *s);
222 static inline int dfu_fill_entity_mmc(struct dfu_entity *dfu, char *devstr, in dfu_fill_entity_mmc() argument
231 extern int dfu_fill_entity_mtd(struct dfu_entity *dfu, char *devstr, char *s);
233 static inline int dfu_fill_entity_mtd(struct dfu_entity *dfu, char *devstr, in dfu_fill_entity_mtd() argument
242 extern int dfu_fill_entity_nand(struct dfu_entity *dfu, char *devstr, char *s);
244 static inline int dfu_fill_entity_nand(struct dfu_entity *dfu, char *devstr, in dfu_fill_entity_nand() argument
253 extern int dfu_fill_entity_ram(struct dfu_entity *dfu, char *devstr, char *s);
255 static inline int dfu_fill_entity_ram(struct dfu_entity *dfu, char *devstr, in dfu_fill_entity_ram() argument
264 extern int dfu_fill_entity_sf(struct dfu_entity *dfu, char *devstr, char *s);
266 static inline int dfu_fill_entity_sf(struct dfu_entity *dfu, char *devstr, in dfu_fill_entity_sf() argument