| /rk3399_rockchip-uboot/scripts/kconfig/lxdialog/ |
| H A D | checklist.c | 19 static void print_item(WINDOW * win, int choice, int selected) in print_item() argument 29 wmove(win, choice, 0); in print_item() 33 wmove(win, choice, check_x); in print_item() 40 mvwaddch(win, choice, item_x, list_item[0]); in print_item() 44 wmove(win, choice, check_x + 1); in print_item() 53 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() argument 73 if ((height < item_no) && (scroll + choice < item_no - 1)) { in print_arrows() 109 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local 115 choice = item_n(); in dialog_checklist() 117 choice = item_n(); in dialog_checklist() [all …]
|
| H A D | menubox.c | 90 #define print_item(index, choice, selected) \ argument 93 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \ 177 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local 238 choice = item_n(); in dialog_menu() 241 if ((scroll <= choice) && (scroll + max_choice > choice) && in dialog_menu() 244 choice = choice - scroll; in dialog_menu() 248 if ((choice >= max_choice)) { in dialog_menu() 249 if (choice >= item_count() - max_choice / 2) in dialog_menu() 252 scroll = first_item = choice - max_choice / 2; in dialog_menu() 253 choice = choice - scroll; in dialog_menu() [all …]
|
| /rk3399_rockchip-uboot/common/ |
| H A D | menu.c | 166 int menu_default_choice(struct menu *m, void **choice) in menu_default_choice() argument 169 *choice = m->default_item->data; in menu_default_choice() 185 static inline int menu_interactive_choice(struct menu *m, void **choice) in menu_interactive_choice() argument 209 return menu_default_choice(m, choice); in menu_interactive_choice() 222 *choice = choice_item->data; in menu_interactive_choice() 271 int menu_get_choice(struct menu *m, void **choice) in menu_get_choice() argument 273 if (!m || !choice) in menu_get_choice() 277 return menu_default_choice(m, choice); in menu_get_choice() 279 return menu_interactive_choice(m, choice); in menu_get_choice()
|
| /rk3399_rockchip-uboot/board/seco/ |
| H A D | Kconfig | 3 choice 18 choice 36 choice
|
| /rk3399_rockchip-uboot/include/ |
| H A D | menu.h | 17 int menu_get_choice(struct menu *m, void **choice); 21 int menu_default_choice(struct menu *m, void **choice);
|
| /rk3399_rockchip-uboot/arch/arm/mach-rmobile/ |
| H A D | Kconfig.64 | 3 choice 14 choice
|
| H A D | Kconfig.32 | 3 choice 63 choice
|
| H A D | Kconfig | 3 choice
|
| /rk3399_rockchip-uboot/arch/mips/mach-pic32/ |
| H A D | Kconfig | 7 choice 23 choice
|
| /rk3399_rockchip-uboot/board/tqc/tqma6/ |
| H A D | Kconfig | 12 choice 39 choice 58 choice
|
| /rk3399_rockchip-uboot/arch/arm/mach-integrator/ |
| H A D | Kconfig | 4 choice 20 choice
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/omap5/ |
| H A D | Kconfig | 8 choice 62 choice 77 choice 101 choice 125 choice
|
| /rk3399_rockchip-uboot/arch/arc/ |
| H A D | Kconfig | 11 choice 27 choice 69 choice 119 choice
|
| /rk3399_rockchip-uboot/arch/arm/mach-exynos/ |
| H A D | Kconfig | 3 choice 45 choice 83 choice 135 choice
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | kconfiglib.py | 761 choice = Choice() 762 self.choices.append(choice) 765 choice = self.named_choices.get(name) 766 if choice is None: 767 choice = Choice() 768 choice.name = name 769 self.named_choices[name] = choice 770 self.choices.append(choice) 772 choice.config = self 773 choice.parent = parent [all …]
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.menu | 53 * menu_default_set() - Sets the default choice for the menu 58 * menu_default_choice() - Set *choice to point to the default item's data 60 int menu_default_choice(struct menu *m, void **choice); 66 int menu_get_choice(struct menu *m, void **choice);
|
| /rk3399_rockchip-uboot/arch/arm/mach-imx/mx7ulp/ |
| H A D | Kconfig | 6 choice
|
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra114/ |
| H A D | Kconfig | 3 choice
|
| /rk3399_rockchip-uboot/arch/xtensa/ |
| H A D | Kconfig | 11 choice
|
| /rk3399_rockchip-uboot/arch/nds32/ |
| H A D | Kconfig | 7 choice
|
| /rk3399_rockchip-uboot/arch/arm/mach-s5pc1xx/ |
| H A D | Kconfig | 3 choice
|
| /rk3399_rockchip-uboot/arch/arm/mach-orion5x/ |
| H A D | Kconfig | 3 choice
|
| /rk3399_rockchip-uboot/arch/microblaze/ |
| H A D | Kconfig | 7 choice
|
| /rk3399_rockchip-uboot/board/gdsys/a38x/ |
| H A D | Kconfig | 17 choice
|
| /rk3399_rockchip-uboot/board/Arcturus/ucp1020/ |
| H A D | Kconfig | 15 choice
|