Home
last modified time | relevance | path

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

/external/u-boot/include/
Ddfu.h239 extern int dfu_fill_entity_sf(struct dfu_entity *dfu, char *devstr, char *s);
241 static inline int dfu_fill_entity_sf(struct dfu_entity *dfu, char *devstr, in dfu_fill_entity_sf() function
/external/u-boot/drivers/dfu/
Ddfu_sf.c117 int dfu_fill_entity_sf(struct dfu_entity *dfu, char *devstr, char *s) in dfu_fill_entity_sf() function
Ddfu.c409 if (dfu_fill_entity_sf(dfu, devstr, s)) in dfu_fill_entity()