Home
last modified time | relevance | path

Searched refs:menu_default_choice (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Dmenu.c166 int menu_default_choice(struct menu *m, void **choice) in menu_default_choice() function
209 return menu_default_choice(m, choice); in menu_interactive_choice()
277 return menu_default_choice(m, choice); in menu_get_choice()
H A Dmenu.su
/OK3568_Linux_fs/u-boot/include/
H A Dmenu.h21 int menu_default_choice(struct menu *m, void **choice);
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.menu58 * menu_default_choice() - Set *choice to point to the default item's data
60 int menu_default_choice(struct menu *m, void **choice);
/OK3568_Linux_fs/u-boot/cmd/
H A Dbootmenu.c442 if (menu_default_choice(m, (void *)&entry) < 0) in menu_display_statusline()
/OK3568_Linux_fs/u-boot/
H A Du-boot.map