Home
last modified time | relevance | path

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

/external/u-boot/include/
Ddfu.h206 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() function
/external/u-boot/drivers/dfu/
Ddfu_mmc.c298 int dfu_fill_entity_mmc(struct dfu_entity *dfu, char *devstr, char *s) in dfu_fill_entity_mmc() function
Ddfu.c400 if (dfu_fill_entity_mmc(dfu, devstr, s)) in dfu_fill_entity()