Searched refs:scene_txt_str (Results 1 - 5 of 5) sorted by relevance

/u-boot/boot/
H A Dbootflow_menu.c56 ret |= scene_txt_str(scn, "prompt", OBJ_PROMPT, STR_PROMPT,
61 ret |= scene_txt_str(scn, "title", OBJ_MENU_TITLE, STR_MENU_TITLE,
71 ret |= scene_txt_str(scn, "cur_item", OBJ_POINTER, STR_POINTER, ">",
102 ret |= scene_txt_str(scn, "label", ITEM_LABEL + i,
104 ret |= scene_txt_str(scn, "desc", ITEM_DESC + i, STR_DESC + i,
107 ret |= scene_txt_str(scn, "key", ITEM_KEY + i, STR_KEY + i, key,
H A Dexpo_build.c76 ret = scene_txt_str(scn, find_name, obj_id, str_id, text, NULL);
123 ret = scene_txt_str(scn, find_name, obj_id, str_id, text, NULL);
324 ret = scene_txt_str(scn, "edit", edit_id, 0, abuf_data(&ted->buf),
H A Dscene.c180 int scene_txt_str(struct scene *scn, const char *name, uint id, uint str_id, function
/u-boot/test/boot/
H A Dexpo.c210 id = scene_txt_str(scn, "text", OBJ_TEXT, STR_TEXT, "my string", &txt);
218 id = scene_txt_str(scn, "text2", OBJ_TEXT2, STR_TEXT2, "another string",
261 id = scene_txt_str(scn, "text", OBJ_TEXT, STR_TEXT, "my string", &txt);
349 id = scene_txt_str(scn, "title", OBJ_MENU_TITLE, STR_MENU_TITLE,
355 pointer_id = scene_txt_str(scn, "cur_item", POINTER_TEXT,
362 label_id = scene_txt_str(scn, "label1", ITEM1_LABEL, STR_ITEM1_LABEL,
366 desc_id = scene_txt_str(scn, "desc1", ITEM1_DESC, STR_ITEM1_DESC,
370 key_id = scene_txt_str(scn, "item1-key", ITEM1_KEY, STR_ITEM1_KEY, "1",
374 preview_id = scene_txt_str(scn, "item1-preview", ITEM1_PREVIEW,
461 id = scene_txt_str(sc
[all...]
/u-boot/include/
H A Dexpo.h553 * scene_txt_str() - add a new string to expo and text object to a scene
563 int scene_txt_str(struct scene *scn, const char *name, uint id, uint str_id,

Completed in 57 milliseconds