Searched refs:scene_obj_find_by_name (Results 1 - 3 of 3) sorted by relevance

/u-boot/boot/
H A Dscene_internal.h48 * scene_obj_find_by_name() - Find an object in a scene by name
53 void *scene_obj_find_by_name(struct scene *scn, const char *name);
H A Dcedit.c64 txt = scene_obj_find_by_name(scn, "prompt");
68 txt = scene_obj_find_by_name(scn, "title");
H A Dscene.c105 void *scene_obj_find_by_name(struct scene *scn, const char *name) function

Completed in 92 milliseconds