/linux/drivers/gpu/drm/msm/registers/ |
H A D | rules-fd.xsd | 62 <choice minOccurs="0" maxOccurs="unbounded"> 64 </choice> 82 <choice minOccurs="0" maxOccurs="unbounded"> 85 </choice> 99 <choice minOccurs="0" maxOccurs="unbounded"> 104 </choice> 112 <choice minOccurs="0" maxOccurs="unbounded"> 116 </choice> 128 <choice minOccurs="0" maxOccurs="unbounded"> 132 </choice> [all …]
|
/linux/scripts/kconfig/lxdialog/ |
H A D | menubox.c | 81 #define print_item(index, choice, selected) \ argument 84 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \ 168 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local 226 /* Set choice to default item */ in dialog_menu() 229 choice = item_n(); in dialog_menu() 232 if ((scroll <= choice) && (scroll + max_choice > choice) && in dialog_menu() 235 choice = choice - scroll; in dialog_menu() 239 if ((choice >= max_choice)) { in dialog_menu() 240 if (choice >= item_count() - max_choice / 2) in dialog_menu() 243 scroll = first_item = choice - max_choice / 2; in dialog_menu() [all …]
|
H A D | checklist.c | 18 static void print_item(WINDOW * win, int choice, int selected) in print_item() argument 28 wmove(win, choice, 0); in print_item() 32 wmove(win, choice, check_x); in print_item() 39 mvwaddch(win, choice, item_x, list_item[0]); in print_item() 43 wmove(win, choice, check_x + 1); in print_item() 52 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() argument 72 if ((height < item_no) && (scroll + choice < item_no - 1)) { in print_arrows() 108 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local 114 choice = item_n(); in dialog_checklist() 116 choice = item_n(); in dialog_checklist() [all …]
|
/linux/scripts/kconfig/ |
H A D | symbol.c | 74 * sym_get_choice_menu - get the parent choice menu if present 78 * Return: a choice menu if this function is called against a choice member. 86 * Choice members must have a prompt. Find a menu entry with a prompt, in sym_get_choice_menu() 87 * and assume it resides inside a choice block. in sym_get_choice_menu() 246 * Find the default symbol for a choice. 247 * First try the default values for the choice symbol 248 * Next locate the first visible choice value 251 struct symbol *sym_choice_default(struct menu *choice) in sym_choice_default() argument 258 for_all_defaults(choice->sym, prop) { in sym_choice_default() 268 menu_for_each_sub_entry(menu, choice) in sym_choice_default() [all …]
|
H A D | parser.y | 151 fprintf(stderr, "%s:%d: error: choice member must have a prompt\n", 157 fprintf(stderr, "%s:%d: error: choice member must be bool\n", 163 * If the same symbol appears twice in a choice block, the list 244 /* choice entry */ 246 choice: T_CHOICE T_EOL 254 printd(DEBUG_PARSE, "%s:%d:choice\n", cur_filename, cur_lineno); 257 choice_entry: choice choice_option_list 260 fprintf(stderr, "%s:%d: error: choice must have a prompt\n", 274 if (zconf_endtoken($1, "choice")) { 412 current_entry->sym->name ?: "<choice>"); [all...] |
/linux/scripts/kconfig/tests/new_choice_with_dep/ |
H A D | expected_stdout | 2 Choice ? 3 > 1. Choice B (CHOICE_B) 4 2. Choice C (CHOICE_C) (NEW) 5 choice[1-2?]: 7 1. Choice D (CHOICE_D) 8 > 2. Choice E (CHOICE_E) 9 3. Choice F (CHOICE_F) (NEW) 10 choice[1-3?]:
|
H A D | Kconfig | 8 choice 9 prompt "Choice ?" 15 bool "Choice B" 18 bool "Choice C" 24 choice 28 bool "Choice D" 31 bool "Choice E" 34 bool "Choice F"
|
H A D | __init__.py | 3 Ask new choice values when they become visible. 5 If new choice values are added with new dependency, and they become 7 as (NEW), and ask the user for choice.
|
/linux/net/netfilter/ |
H A D | nf_conntrack_h323_types.c | 17 static const struct field_t _TransportAddress_ipSourceRoute_routing[] = { /* CHOICE */ 27 {FNAME("routing") CHOICE, 1, 2, 2, SKIP | EXT, 0, 49 static const struct field_t _NonStandardIdentifier[] = { /* CHOICE */ 56 {FNAME("nonStandardIdentifier") CHOICE, 1, 2, 2, SKIP | EXT, 0, 61 static const struct field_t _TransportAddress[] = { /* CHOICE */ 77 static const struct field_t _AliasAddress[] = { /* CHOICE */ 81 {FNAME("transportID") CHOICE, 3, 7, 7, SKIP | EXT, 0, NULL}, 83 {FNAME("partyNumber") CHOICE, 3, 5, 5, SKIP | EXT, 0, NULL}, 84 {FNAME("mobileUIM") CHOICE, 1, 2, 2, SKIP | EXT, 0, NULL}, 88 {FNAME("item") CHOICE, 1, 2, 7, SKIP | EXT, 0, _AliasAddress}, [all …]
|
H A D | nf_conntrack_h323_main.c | 178 if (taddr->choice != eH245_TransportAddress_unicastAddress) in get_h245_addr() 181 switch (taddr->unicastAddress.choice) { in get_h245_addr() 370 if (olc->forwardLogicalChannelParameters.multiplexParameters.choice == in process_olc() 388 choice == in process_olc() 403 olc->forwardLogicalChannelParameters.dataType.choice == in process_olc() 406 choice == eDataApplicationCapability_application_t120 && in process_olc() 408 t120.choice == eDataProtocolCapability_separateLANStack && in process_olc() 409 olc->separateStack.networkAddress.choice == in process_olc() 436 choice == in process_olca() 451 (olca->forwardMultiplexAckParameters.choice == in process_olca() [all …]
|
/linux/drivers/accessibility/speakup/ |
H A D | Kconfig | 38 the module can be loaded. See the decpc choice below 57 help on the Speakup choice above for more info. 66 help on the Speakup choice above for more info. 74 help on the Speakup choice above for more info. 82 Speakup choice above for more info. 90 help on the Speakup choice above for more info. 99 help on the Speakup choice above for more info. 108 configuration help on the Speakup choice above for more 120 choice above for more info. 142 configuration help on the Speakup choice above for more [all …]
|
/linux/include/linux/netfilter/ |
H A D | nf_conntrack_h323_types.h | 20 typedef struct TransportAddress { /* CHOICE */ 29 } choice; member 36 typedef struct DataProtocolCapability { /* CHOICE */ 52 } choice; member 55 typedef struct DataApplicationCapability_application { /* CHOICE */ 71 } choice; member 82 typedef struct DataType { /* CHOICE */ 93 } choice; member 109 typedef struct UnicastAddress { /* CHOICE */ 118 } choice; member [all …]
|
/linux/crypto/asymmetric_keys/ |
H A D | pkcs7.asn1 | 19 certificates CHOICE { 23 crls CHOICE { 37 DigestAlgorithmIdentifiers ::= CHOICE { 52 ExtendedCertificateOrCertificate ::= CHOICE { 72 SignerInfos ::= CHOICE { 81 authenticatedAttributes CHOICE { 92 unauthenticatedAttributes CHOICE { 98 SignerIdentifier ::= CHOICE {
|
/linux/lib/ |
H A D | win_minmax.c | 37 * choice the new val & 3rd choice the new 2nd choice. in minmax_subwin_update() 38 * we may have to iterate this since our 2nd choice in minmax_subwin_update() 40 * that the third choice was in the window). in minmax_subwin_update() 53 * so take a 2nd choice from the 2nd quarter of the window. in minmax_subwin_update() 59 * so take a 3rd choice from the last half of the window in minmax_subwin_update() 66 /* Check if new measurement updates the 1st, 2nd or 3rd choice max. */ 84 /* Check if new measurement updates the 1st, 2nd or 3rd choice min. */
|
/linux/kernel/ |
H A D | Kconfig.hz | 6 choice 23 100 Hz is a typical choice for servers, SMP and NUMA systems 30 250 Hz is a good compromise choice allowing server performance 38 300 Hz is a good compromise choice allowing server performance 46 1000 Hz is the preferred choice for desktop systems and other
|
/linux/scripts/kconfig/tests/choice/ |
H A D | Kconfig | 3 choice 4 prompt "boolean choice" 8 bool "choice 0" 11 bool "choice 1"
|
H A D | oldask0_expected_stdout | 1 boolean choice 2 1. choice 0 (BOOL_CHOICE0) (NEW) 3 > 2. choice 1 (BOOL_CHOICE1) (NEW) 4 choice[1-2?]:
|
/linux/scripts/kconfig/tests/no_write_if_dep_unmet/ |
H A D | Kconfig | 6 choice 7 prompt "Choice ?" 11 bool "Choice B" 14 bool "Choice C"
|
H A D | __init__.py | 3 Do not write choice values to .config if the dependency is unmet. 8 This was not working correctly for choice values because choice needs
|
/linux/net/ipv4/netfilter/ |
H A D | nf_nat_snmp_basic.asn1 | 26 CHOICE { 35 CHOICE { 47 CHOICE { 94 CHOICE { 167 CHOICE {
|
/linux/tools/perf/ui/browsers/ |
H A D | scripts.c | 89 int i, num, choice; in list_scripts() local 129 choice = ui__popup_menu(num + max_std, (char * const *)names, NULL); in list_scripts() 130 if (choice < 0) { in list_scripts() 134 if (choice == custom_perf) { in list_scripts() 144 } else if (choice < num + max_std) { in list_scripts() 145 strcpy(script_name, paths[choice]); in list_scripts() 147 *custom = choice >= max_std; in list_scripts()
|
H A D | res_sample.c | 36 int choice; in res_sample_browse() local 59 choice = ui__popup_menu(num_res, names, NULL); in res_sample_browse() 64 if (choice < 0 || choice >= num_res) in res_sample_browse() 66 r = &res_samples[choice]; in res_sample_browse()
|
/linux/scripts/kconfig/tests/choice_randomize2/ |
H A D | Kconfig | 1 choice 10 choice 25 choice
|
/linux/scripts/kconfig/tests/auto_submenu/ |
H A D | Kconfig | 28 choice 29 prompt "choice" 32 Choice should become a submenu as well.
|
/linux/net/netfilter/ipvs/ |
H A D | ip_vs_twos.c | 2 /* IPVS: Power of Twos Choice Scheduling module 16 /* Power of Twos Choice scheduling, algorithm originally described by 32 * Return choice2 if choice2 has less connections than choice 1 normalized 140 MODULE_DESCRIPTION("ipvs power of twos choice scheduler");
|