Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Ddfu.h205 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() function
/openbmc/u-boot/drivers/dfu/
H A Ddfu_mmc.c293 int dfu_fill_entity_mmc(struct dfu_entity *dfu, char *devstr, char *s) in dfu_fill_entity_mmc() function
H A Ddfu.c402 if (dfu_fill_entity_mmc(dfu, devstr, s)) in dfu_fill_entity()