Home
last modified time | relevance | path

Searched refs:menu_get_choice (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dmenu.h17 int menu_get_choice(struct menu *m, void **choice);
/rk3399_rockchip-uboot/doc/
H A DREADME.menu63 * menu_get_choice() - Returns the user's selected menu entry, or the
66 int menu_get_choice(struct menu *m, void **choice);
109 if (menu_get_choice(m, (void **)&tool) != 1)
/rk3399_rockchip-uboot/common/
H A Dmenu.c271 int menu_get_choice(struct menu *m, void **choice) in menu_get_choice() function
/rk3399_rockchip-uboot/cmd/
H A Dbootmenu.c409 if (menu_get_choice(menu, &choice)) { in bootmenu_show()
H A Dpxe.c1534 err = menu_get_choice(m, &choice); in handle_pxe_menu()