Home
last modified time | relevance | path

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

/external/u-boot/include/
Ddfu.h217 extern int dfu_fill_entity_nand(struct dfu_entity *dfu, char *devstr, char *s);
219 static inline int dfu_fill_entity_nand(struct dfu_entity *dfu, char *devstr, in dfu_fill_entity_nand() function
/external/u-boot/drivers/dfu/
Ddfu_nand.c191 int dfu_fill_entity_nand(struct dfu_entity *dfu, char *devstr, char *s) in dfu_fill_entity_nand() function
Ddfu.c403 if (dfu_fill_entity_nand(dfu, devstr, s)) in dfu_fill_entity()