Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Ddfu.h238 extern int dfu_fill_entity_sf(struct dfu_entity *dfu, char *devstr, char *s);
240 static inline int dfu_fill_entity_sf(struct dfu_entity *dfu, char *devstr, in dfu_fill_entity_sf() function
/openbmc/u-boot/drivers/dfu/
H A Ddfu_sf.c117 int dfu_fill_entity_sf(struct dfu_entity *dfu, char *devstr, char *s) in dfu_fill_entity_sf() function
H A Ddfu.c411 if (dfu_fill_entity_sf(dfu, devstr, s)) in dfu_fill_entity()