Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Ddfu.h227 extern int dfu_fill_entity_ram(struct dfu_entity *dfu, char *devstr, char *s);
229 static inline int dfu_fill_entity_ram(struct dfu_entity *dfu, char *devstr, in dfu_fill_entity_ram() function
/openbmc/u-boot/drivers/dfu/
H A Ddfu_ram.c56 int dfu_fill_entity_ram(struct dfu_entity *dfu, char *devstr, char *s) in dfu_fill_entity_ram() function
H A Ddfu.c408 if (dfu_fill_entity_ram(dfu, devstr, s)) in dfu_fill_entity()