Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Ddfu.h220 extern int dfu_fill_entity_mmc(struct dfu_entity *dfu, char *devstr, char *s);
222 static inline int dfu_fill_entity_mmc(struct dfu_entity *dfu, char *devstr, in dfu_fill_entity_mmc() function
/OK3568_Linux_fs/u-boot/drivers/dfu/
H A Ddfu_mmc.c299 int dfu_fill_entity_mmc(struct dfu_entity *dfu, char *devstr, char *s) in dfu_fill_entity_mmc() function
H A Ddfu.c401 if (dfu_fill_entity_mmc(dfu, devstr, s)) in dfu_fill_entity()