Home
last modified time | relevance | path

Searched refs:dfu_fill_entity_ram (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/include/
Ddfu.h228 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() function
/external/u-boot/drivers/dfu/
Ddfu_ram.c56 int dfu_fill_entity_ram(struct dfu_entity *dfu, char *devstr, char *s) in dfu_fill_entity_ram() function
Ddfu.c406 if (dfu_fill_entity_ram(dfu, devstr, s)) in dfu_fill_entity()