| /u-boot/arch/powerpc/cpu/mpc83xx/sysio/ |
| A D | Kconfig.mpc8308 | 2 prompt "SPI group" 16 prompt "UART group" 30 prompt "IRQ group" 44 prompt "I2C2 group" 55 prompt "ETSEC1 A group" 66 prompt "eSDHC A group" 80 prompt "eSDHC B group" 108 prompt "GPIO A group" 119 prompt "GPIO B group" 144 prompt "USB group" [all …]
|
| /u-boot/doc/usage/cmd/ |
| A D | pause.rst | 11 pause [prompt] 19 It can accept a single parameter to change the prompt message. 24 Using with the default prompt: 32 Using with a custom prompt: 47 … pause [prompt] - Wait until users presses any key. [prompt] can be used to customize the message.
|
| /u-boot/test/ |
| A D | run | 33 prompt="Building and..." 44 echo "${prompt}" 50 echo "${prompt}" 55 echo "${prompt}" 60 echo "${prompt}" 69 echo "${prompt}"
|
| /u-boot/scripts/kconfig/ |
| A D | menu.c | 135 if (prompt) { in menu_add_prop() 139 prompt++; in menu_add_prop() 172 prop->text = prompt; in menu_add_prop() 445 basedep = parent->prompt ? parent->prompt->visible.expr : NULL; in menu_finalize() 452 dep = menu->prompt ? menu->prompt->visible.expr : menu->dep; in menu_finalize() 500 if (!menu->prompt) in menu_finalize() 564 if (menu->list && (!menu->prompt || !menu->prompt->text)) { in menu_finalize() 606 if (!menu->prompt) in menu_has_prompt() 633 if (!menu->prompt) in menu_is_visible() 667 if (menu->prompt) in menu_get_prompt() [all …]
|
| A D | mconf.c | 486 prop = menu->prompt; in build_conf() 496 indent + 1, ' ', prompt); in build_conf() 499 indent + 1, ' ', prompt, in build_conf() 507 if (prompt) { in build_conf() 515 if (prompt) { in build_conf() 630 if (menu->prompt->type == P_MENU) { in build_conf() 646 const char *prompt = menu_get_prompt(menu); in conf() local 666 res = dialog_menu(prompt ? prompt : "Main Menu", in conf() 797 const char *prompt = menu_get_prompt(menu); in conf_choice() local 824 res = dialog_checklist(prompt ? prompt : "Main Menu", in conf_choice() [all …]
|
| A D | nconf.c | 748 prop = menu->prompt; in build_conf() 753 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in build_conf() 757 prompt = prompt; in build_conf() 773 if (prompt) { in build_conf() 778 prompt); in build_conf() 782 if (prompt) { in build_conf() 786 prompt); in build_conf() 908 if (menu->prompt && menu->prompt->type == P_MENU) { in build_conf() 1089 show_menu(prompt ? prompt : "Main Menu", in conf() 1270 show_menu(prompt ? prompt : "Choice Menu", in conf_choice() [all …]
|
| A D | zconf.y | 91 %type <string> prompt 120 mainmenu_stmt: T_MAINMENU prompt T_EOL 182 if (current_entry->prompt) 260 | T_EQUAL prompt { $$ = $2; } 368 menu: T_MENU prompt T_EOL 398 source_stmt: T_SOURCE prompt T_EOL 407 comment: T_COMMENT prompt T_EOL 473 | prompt if_expr 478 prompt: T_WORD 747 else if ((prop = menu->prompt)) { in zconfdump() [all …]
|
| A D | qconf.cc | 108 QString prompt; in updateMenu() local 115 prompt = ".."; in updateMenu() 204 prompt = QString("%1: %2").arg(prompt).arg(data); in updateMenu() 206 prompt = QString("(%2) %1").arg(prompt).arg(data); in updateMenu() 413 type = menu->prompt ? menu->prompt->type : P_UNKNOWN; in updateSelection() 599 type = child->prompt ? child->prompt->type : P_UNKNOWN; in updateMenuList() 664 type = child->prompt ? child->prompt->type : P_UNKNOWN; in updateMenuList() 736 type = menu->prompt ? menu->prompt->type : P_UNKNOWN; in keyPressEvent() 794 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in mouseReleaseEvent() 845 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in mouseDoubleClickEvent() [all …]
|
| /u-boot/scripts/kconfig/tests/choice/ |
| A D | Kconfig | 7 prompt "boolean choice" 19 prompt "optional boolean choice" 32 prompt "tristate choice" 44 prompt "optional tristate choice"
|
| /u-boot/common/ |
| A D | cli_readline.c | 402 col = strlen(prompt) + eol_num; in cread_line() 404 if (cmd_auto_complete(prompt, buf, &num2, &col)) { in cread_line() 432 int cli_readline(const char *const prompt) in cli_readline() argument 440 return cli_readline_into_buffer(prompt, console_buffer, 0); in cli_readline() 465 if (prompt) in cli_readline_into_buffer() 466 puts(prompt); in cli_readline_into_buffer() 468 rc = cread_line(prompt, p, &len, timeout); in cli_readline_into_buffer() 480 if (prompt) { in cli_readline_into_buffer() 481 plen = strlen(prompt); in cli_readline_into_buffer() 482 puts(prompt); in cli_readline_into_buffer() [all …]
|
| /u-boot/scripts/kconfig/tests/rand_nested_choice/ |
| A D | Kconfig | 2 prompt "choice" 12 prompt "sub choice" 22 prompt "subsub choice"
|
| /u-boot/arch/powerpc/cpu/mpc83xx/hrcw/ |
| A D | Kconfig | 30 prompt "System PLL VCO division" 117 prompt "Core PLL Ratio" 299 prompt "PCI host mode" 338 prompt "Core disable mode" 349 prompt "Boot Memory Space" 374 prompt "Software Watchdog" 421 prompt "TSEC1 mode" 448 prompt "TSEC2 mode" 486 prompt "Secondary DDR IO" 501 prompt "LALE timing" [all …]
|
| /u-boot/board/eets/pdu001/ |
| A D | Kconfig | 21 prompt "State of Run LED" 32 prompt "Red" 38 prompt "Green" 44 prompt "Off"
|
| /u-boot/scripts/kconfig/lxdialog/ |
| A D | dialog.h | 204 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x); 212 int dialog_yesno(const char *title, const char *prompt, int height, int width); 213 int dialog_msgbox(const char *title, const char *prompt, int height, 222 int dialog_menu(const char *title, const char *prompt, 224 int dialog_checklist(const char *title, const char *prompt, int height, 226 int dialog_inputbox(const char *title, const char *prompt, int height,
|
| /u-boot/arch/powerpc/cpu/mpc83xx/initreg/ |
| A D | Kconfig.lcrr | 6 prompt "DLL bypass" 24 prompt "Additional delay cycles for SDRAM control signals" 44 prompt "Extended CAS latency" 68 prompt "External address delay cycles" 90 prompt "System clock divider"
|
| /u-boot/scripts/kconfig/tests/inter_choice/ |
| A D | Kconfig | 6 prompt "Choice" 17 prompt "Another choice"
|
| /u-boot/cmd/ |
| A D | sysboot.c | 58 int prompt = 0; in do_sysboot() local 62 prompt = 1; in do_sysboot() 115 ret = pxe_process(&ctx, pxefile_addr_r, prompt); in do_sysboot()
|
| /u-boot/include/ |
| A D | cli.h | 82 int cli_readline(const char *const prompt); 107 int cli_readline_into_buffer(const char *const prompt, char *buffer,
|
| /u-boot/arch/powerpc/cpu/mpc83xx/arbiter/ |
| A D | Kconfig | 4 prompt "Pipeline depth" 24 prompt "Repeat count" 56 prompt "Address parking" 73 prompt "Parking master"
|
| /u-boot/scripts/kconfig/tests/new_choice_with_dep/ |
| A D | Kconfig | 7 prompt "Choice ?" 23 prompt "Choice2 ?"
|
| /u-boot/arch/mips/mach-pic32/ |
| A D | Kconfig | 8 prompt "PIC32 SoC select" 24 prompt "Board select"
|
| /u-boot/board/hpe/gxp/ |
| A D | Kconfig | 2 prompt "SoC select" 20 prompt "GXP VROM size"
|
| /u-boot/arch/mips/mach-mtmips/mt7621/ |
| A D | Kconfig | 12 prompt "DRAM Frequency" 30 prompt "DDR2 timing parameters" 51 prompt "DDR3 timing parameters" 80 prompt "Board select"
|
| /u-boot/arch/arm/mach-rmobile/ |
| A D | Kconfig | 21 prompt "Target Renesas SoC select" 48 prompt "Renesas ARM SoCs RZ/A1 (32bit)" 52 prompt "Renesas ARM SoCs RZ/N1 (32bit)"
|
| /u-boot/arch/arm/mach-imx/mxs/ |
| A D | Kconfig | 8 prompt "MX23 board select" 39 prompt "MX28 board select"
|