Lines Matching refs:devstr
142 void set_dfu_alt_info(char *interface, char *devstr);
144 int dfu_config_entities(char *s, char *interface, char *devstr);
154 int dfu_init_env_entities(char *interface, char *devstr);
205 extern int dfu_fill_entity_mmc(struct dfu_entity *dfu, char *devstr, char *s);
207 static inline int dfu_fill_entity_mmc(struct dfu_entity *dfu, char *devstr, in dfu_fill_entity_mmc() argument
216 extern int dfu_fill_entity_nand(struct dfu_entity *dfu, char *devstr, char *s);
218 static inline int dfu_fill_entity_nand(struct dfu_entity *dfu, char *devstr, in dfu_fill_entity_nand() argument
227 extern int dfu_fill_entity_ram(struct dfu_entity *dfu, char *devstr, char *s);
229 static inline int dfu_fill_entity_ram(struct dfu_entity *dfu, char *devstr, in dfu_fill_entity_ram() argument
238 extern int dfu_fill_entity_sf(struct dfu_entity *dfu, char *devstr, char *s);
240 static inline int dfu_fill_entity_sf(struct dfu_entity *dfu, char *devstr, in dfu_fill_entity_sf() argument