Lines Matching refs:devstr
143 void set_dfu_alt_info(char *interface, char *devstr);
145 int dfu_config_entities(char *s, char *interface, char *devstr);
155 int dfu_init_env_entities(char *interface, char *devstr);
206 extern int dfu_fill_entity_mmc(struct dfu_entity *dfu, char *devstr, char *s);
208 static inline int dfu_fill_entity_mmc(struct dfu_entity *dfu, char *devstr, in dfu_fill_entity_mmc() argument
217 extern int dfu_fill_entity_nand(struct dfu_entity *dfu, char *devstr, char *s);
219 static inline int dfu_fill_entity_nand(struct dfu_entity *dfu, char *devstr, in dfu_fill_entity_nand() argument
228 extern int dfu_fill_entity_ram(struct dfu_entity *dfu, char *devstr, char *s);
230 static inline int dfu_fill_entity_ram(struct dfu_entity *dfu, char *devstr, in dfu_fill_entity_ram() argument
239 extern int dfu_fill_entity_sf(struct dfu_entity *dfu, char *devstr, char *s);
241 static inline int dfu_fill_entity_sf(struct dfu_entity *dfu, char *devstr, in dfu_fill_entity_sf() argument