Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Ddfu.h231 extern int dfu_fill_entity_mtd(struct dfu_entity *dfu, char *devstr, char *s);
233 static inline int dfu_fill_entity_mtd(struct dfu_entity *dfu, char *devstr, in dfu_fill_entity_mtd() function
/OK3568_Linux_fs/u-boot/drivers/dfu/
H A Ddfu_mtd.c119 int dfu_fill_entity_mtd(struct dfu_entity *dfu, char *devstr, char *s) in dfu_fill_entity_mtd() function
H A Ddfu.c404 if (dfu_fill_entity_mtd(dfu, devstr, s)) in dfu_fill_entity()