Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Ddfu.h253 extern int dfu_fill_entity_ram(struct dfu_entity *dfu, char *devstr, char *s);
255 static inline int dfu_fill_entity_ram(struct dfu_entity *dfu, char *devstr, in dfu_fill_entity_ram() function
/OK3568_Linux_fs/u-boot/drivers/dfu/
H A Ddfu_ram.c57 int dfu_fill_entity_ram(struct dfu_entity *dfu, char *devstr, char *s) in dfu_fill_entity_ram() function
H A Ddfu.c410 if (dfu_fill_entity_ram(dfu, devstr, s)) in dfu_fill_entity()