/linux-4.1.27/scripts/kconfig/lxdialog/ |
D | checklist.c | 31 static void print_item(WINDOW * win, int choice, int selected) in print_item() argument 41 wmove(win, choice, 0); in print_item() 45 wmove(win, choice, check_x); in print_item() 52 mvwaddch(win, choice, item_x, list_item[0]); in print_item() 56 wmove(win, choice, check_x + 1); in print_item() 65 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() argument 85 if ((height < item_no) && (scroll + choice < item_no - 1)) { in print_arrows() 121 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local 127 choice = item_n(); in dialog_checklist() 129 choice = item_n(); in dialog_checklist() [all …]
|
D | menubox.c | 102 #define print_item(index, choice, selected) \ argument 105 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \ 189 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local 250 choice = item_n(); in dialog_menu() 253 if ((scroll <= choice) && (scroll + max_choice > choice) && in dialog_menu() 256 choice = choice - scroll; in dialog_menu() 260 if ((choice >= max_choice)) { in dialog_menu() 261 if (choice >= item_count() - max_choice / 2) in dialog_menu() 264 scroll = first_item = choice - max_choice / 2; in dialog_menu() 265 choice = choice - scroll; in dialog_menu() [all …]
|
/linux-4.1.27/include/linux/netfilter/ |
D | nf_conntrack_h323_types.h | 27 } choice; member 50 } choice; member 69 } choice; member 91 } choice; member 116 } choice; member 127 } choice; member 166 } choice; member 191 } choice; member 215 } choice; member 380 } choice; member [all …]
|
/linux-4.1.27/drivers/staging/speakup/ |
D | Kconfig | 37 the module can be loaded. See the decpc choice below 50 help on the Speakup choice above for more info. 59 help on the Speakup choice above for more info. 67 help on the Speakup choice above for more info. 75 Speakup choice above for more info. 83 help on the Speakup choice above for more info. 92 help on the Speakup choice above for more info. 101 configuration help on the Speakup choice above for more 113 choice above for more info. 135 configuration help on the Speakup choice above for more [all …]
|
/linux-4.1.27/tools/perf/ui/browsers/ |
D | scripts.c | 50 int i, num, choice, ret = -1; in list_scripts() local 64 choice = ui__popup_menu(num, names); in list_scripts() 65 if (choice < num && choice >= 0) { in list_scripts() 66 strcpy(script_name, paths[choice]); in list_scripts()
|
D | hists.c | 1320 int nr_options = 0, choice = -1, ret = -1; in switch_data_file() local 1379 choice = ui__popup_menu(nr_options, options); in switch_data_file() 1380 if (choice < nr_options && choice >= 0) { in switch_data_file() 1381 tmp = strdup(abs_path[choice]); in switch_data_file() 1493 int choice = 0, in perf_evsel__hists_browse() local 1696 choice = ui__popup_menu(nr_options, options); in perf_evsel__hists_browse() 1698 if (choice == nr_options - 1) in perf_evsel__hists_browse() 1701 if (choice == -1) { in perf_evsel__hists_browse() 1706 if (choice == annotate || choice == annotate_t || choice == annotate_f) { in perf_evsel__hists_browse() 1719 if (choice == annotate_f) { in perf_evsel__hists_browse() [all …]
|
/linux-4.1.27/kernel/ |
D | Kconfig.hz | 5 choice 22 100 Hz is a typical choice for servers, SMP and NUMA systems 29 250 Hz is a good compromise choice allowing server performance 37 300 Hz is a good compromise choice allowing server performance 45 1000 Hz is the preferred choice for desktop systems and other
|
D | Kconfig.preempt | 2 choice
|
/linux-4.1.27/arch/avr32/boards/atngw100/ |
D | Kconfig_mrmt | 3 choice 20 choice 32 choice 68 choice
|
D | Kconfig | 13 This choice enables the LCDC and disables the MACB1 interface marked 16 choice 38 This choice disables the detect pin and the write-protect pin for the 45 choice
|
/linux-4.1.27/arch/x86/boot/compressed/ |
D | aslr.c | 304 unsigned long choice = (unsigned long)output; in choose_kernel_location() local 326 random = find_random_addr(choice, output_size); in choose_kernel_location() 333 if (random < choice) in choose_kernel_location() 336 choice = random; in choose_kernel_location() 338 return (unsigned char *)choice; in choose_kernel_location()
|
/linux-4.1.27/arch/mips/lantiq/ |
D | Kconfig | 8 choice 27 choice
|
/linux-4.1.27/net/netfilter/ |
D | nf_conntrack_h323_main.c | 230 if (taddr->choice != eH245_TransportAddress_unicastAddress) in get_h245_addr() 233 switch (taddr->unicastAddress.choice) { in get_h245_addr() 424 if (olc->forwardLogicalChannelParameters.multiplexParameters.choice == in process_olc() 442 choice == in process_olc() 457 olc->forwardLogicalChannelParameters.dataType.choice == in process_olc() 460 choice == eDataApplicationCapability_application_t120 && in process_olc() 462 t120.choice == eDataProtocolCapability_separateLANStack && in process_olc() 463 olc->separateStack.networkAddress.choice == in process_olc() 491 choice == in process_olca() 506 (olca->forwardMultiplexAckParameters.choice == in process_olca() [all …]
|
/linux-4.1.27/arch/cris/ |
D | Kconfig | 123 choice 185 choice 217 choice 303 choice 334 choice 367 choice 402 choice 432 choice 461 choice 494 choice [all …]
|
/linux-4.1.27/arch/mips/ralink/ |
D | Kconfig | 15 choice 39 choice
|
/linux-4.1.27/Documentation/kbuild/ |
D | kconfig-language.txt | 257 - choice/endchoice 282 "choice" [symbol] 283 <choice options> 284 <choice block> 287 This defines a choice group and accepts any of the above attributes as 288 options. A choice can only be of type bool or tristate, while a boolean 289 choice only allows a single config entry to be selected, a tristate 290 choice also allows any number of config entries to be set to 'm'. This 294 A choice accepts another option "optional", which allows to set the 295 choice to 'n' and no entry needs to be selected. [all …]
|
/linux-4.1.27/arch/mips/loongson1/ |
D | Kconfig | 3 choice 34 choice
|
/linux-4.1.27/arch/cris/arch-v32/ |
D | Kconfig | 13 choice 19 interface is a good choice. 37 best choice if you have more than one Ethernet interface and 102 choice 132 Waitstates for SRAM. 0 is a good choice for most Axis products. 139 Waitstates for CSP0-3. 0 is a good choice for most Axis products. 148 Waitstates for CSP4-6. 0 is a good choice for most Axis products.
|
/linux-4.1.27/arch/mips/jz4740/ |
D | Kconfig | 1 choice
|
/linux-4.1.27/arch/blackfin/mach-bf518/ |
D | Kconfig | 13 choice 35 choice 49 choice 63 choice
|
/linux-4.1.27/arch/blackfin/mach-bf527/ |
D | Kconfig | 13 choice 30 choice 48 choice 65 choice
|
/linux-4.1.27/arch/mips/bcm63xx/boards/ |
D | Kconfig | 1 choice
|
/linux-4.1.27/arch/blackfin/mach-bf609/boards/ |
D | Kconfig | 1 choice
|
/linux-4.1.27/arch/blackfin/mach-bf538/boards/ |
D | Kconfig | 1 choice
|
/linux-4.1.27/arch/sh/boards/mach-migor/ |
D | Kconfig | 3 choice
|
/linux-4.1.27/Documentation/mn10300/ |
D | compartmentalisation.txt | 20 from the "Processor support" choice menu in the arch/mn10300/Kconfig file. 43 from the "Unit type" choice menu in the arch/mn10300/Kconfig file.
|
/linux-4.1.27/arch/blackfin/mach-bf518/boards/ |
D | Kconfig | 1 choice
|
/linux-4.1.27/arch/blackfin/mach-bf548/boards/ |
D | Kconfig | 1 choice
|
/linux-4.1.27/arch/sh/boards/mach-sdk7780/ |
D | Kconfig | 3 choice
|
/linux-4.1.27/arch/mips/vr41xx/ |
D | Kconfig | 1 choice 66 choice
|
/linux-4.1.27/arch/sh/boards/mach-rsk/ |
D | Kconfig | 3 choice
|
/linux-4.1.27/arch/sh/boards/mach-highlander/ |
D | Kconfig | 3 choice
|
/linux-4.1.27/arch/powerpc/platforms/8xx/ |
D | Kconfig | 5 choice 67 choice 147 choice
|
/linux-4.1.27/arch/blackfin/mach-bf561/boards/ |
D | Kconfig | 1 choice
|
/linux-4.1.27/arch/avr32/boards/atstk1000/ |
D | Kconfig | 5 choice 82 choice
|
/linux-4.1.27/arch/frv/ |
D | Kconfig | 104 choice 156 choice 248 choice 261 choice 286 choice
|
D | Kconfig.debug | 17 choice
|
/linux-4.1.27/arch/blackfin/mach-bf527/boards/ |
D | Kconfig | 1 choice
|
/linux-4.1.27/scripts/kconfig/ |
D | symbol.c | 1218 static struct symbol *sym_check_choice_deps(struct symbol *choice) in sym_check_choice_deps() argument 1225 dep_stack_insert(&stack, choice); in sym_check_choice_deps() 1227 prop = sym_get_choice_prop(choice); in sym_check_choice_deps() 1231 choice->flags |= (SYMBOL_CHECK | SYMBOL_CHECKED); in sym_check_choice_deps() 1232 sym2 = sym_check_sym_deps(choice); in sym_check_choice_deps() 1233 choice->flags &= ~SYMBOL_CHECK; in sym_check_choice_deps() 1247 prop_get_symbol(sym_get_choice_prop(sym2)) == choice) in sym_check_choice_deps() 1248 sym2 = choice; in sym_check_choice_deps()
|
D | zconf.gperf | 19 choice, T_CHOICE, TF_COMMAND
|
D | zconf.hash.c_shipped | 115 char kconf_id_strings_str36[sizeof("choice")]; 151 "choice",
|
D | zconf.y | 242 choice: T_CHOICE word_opt T_EOL 251 choice_entry: choice choice_option_list
|
D | zconf.tab.c_shipped | 22 under terms of your choice, so long as that work isn't itself a 565 "symbol_option_arg", "choice", "choice_entry", "choice_end", 1807 printd(DEBUG_PARSE, "%s:%d:choice\n", zconf_curname(), zconf_lineno()); 2328 case T_CHOICE: return "choice"; 2455 fputs(" #choice value\n", out);
|
/linux-4.1.27/Documentation/hwmon/ |
D | adm1025 | 41 it is not a choice you have to make as the user. The choice was already
|
D | f71805f | 139 above the audible range, such as 25 kHz, may be a good choice; if this
|
/linux-4.1.27/arch/avr32/mach-at32ap/ |
D | Kconfig | 5 choice
|
/linux-4.1.27/arch/mips/pmcs-msp71xx/ |
D | Kconfig | 1 choice
|
/linux-4.1.27/arch/blackfin/mach-bf533/boards/ |
D | Kconfig | 1 choice
|
/linux-4.1.27/arch/hexagon/ |
D | Kconfig | 89 choice 132 choice
|
/linux-4.1.27/arch/blackfin/mach-bf537/boards/ |
D | Kconfig | 1 choice
|
/linux-4.1.27/arch/metag/mm/ |
D | Kconfig | 18 choice 103 choice
|
/linux-4.1.27/arch/mips/bmips/ |
D | Kconfig | 3 choice
|
/linux-4.1.27/arch/powerpc/platforms/ |
D | Kconfig.cputype | 11 choice 59 choice 81 select PPC_FPU # Make it a choice ? 87 choice 408 choice
|
/linux-4.1.27/arch/mn10300/ |
D | Kconfig | 72 choice 91 choice 307 choice 329 choice 360 choice
|
D | Kconfig.debug | 109 choice
|
/linux-4.1.27/arch/sh/cchips/ |
D | Kconfig | 6 choice
|
/linux-4.1.27/arch/score/ |
D | Kconfig | 18 choice
|
/linux-4.1.27/arch/mips/alchemy/ |
D | Kconfig | 16 choice
|
/linux-4.1.27/arch/mn10300/mm/ |
D | Kconfig.cache | 5 choice 52 choice
|
/linux-4.1.27/security/integrity/ima/ |
D | Kconfig | 47 choice 75 choice
|
/linux-4.1.27/arch/sh/mm/ |
D | Kconfig | 166 choice 196 choice 247 choice
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | cpu-hotplug-spec | 18 In the worst case the user can overwrite this choice using a command line
|
D | boot-options.txt | 262 4GB. Normally the kernel will make the right choice by itself.
|
/linux-4.1.27/drivers/staging/gdm72xx/ |
D | Kconfig | 33 choice
|
/linux-4.1.27/arch/cris/arch-v32/mach-fs/ |
D | Kconfig | 28 Waitstates for SRAM. 0 is a good choice for most Axis products. 35 Waitstates for CSP0-3. 0 is a good choice for most Axis products. 44 Waitstates for CSP4-6. 0 is a good choice for most Axis products.
|
/linux-4.1.27/arch/metag/ |
D | Kconfig.soc | 1 choice
|
D | Kconfig | 142 choice
|
/linux-4.1.27/drivers/usb/musb/ |
D | Kconfig | 30 choice 116 choice
|
/linux-4.1.27/arch/blackfin/ |
D | Kconfig | 80 choice 272 choice 478 choice 542 choice 555 choice 696 choice 966 choice 1001 choice 1053 choice 1100 choice [all …]
|
D | Kconfig.debug | 76 choice 115 choice
|
/linux-4.1.27/drivers/usb/isp1760/ |
D | Kconfig | 25 choice
|
/linux-4.1.27/arch/mips/sgi-ip27/ |
D | Kconfig | 1 choice
|
/linux-4.1.27/tools/power/cpupower/ |
D | README | 33 needs, you need to open "Makefile" with an editor of your choice and
|
/linux-4.1.27/block/ |
D | Kconfig.iosched | 42 choice
|
/linux-4.1.27/arch/cris/arch-v10/ |
D | Kconfig | 17 choice 234 choice 268 good choice for most Axis products... 276 a good choice for most Axis products...
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig.cpu | 3 choice 128 choice 449 choice 472 choice
|
D | Kconfig.machine | 431 choice
|
/linux-4.1.27/lib/ |
D | Kconfig.kasan | 25 choice
|
D | Kconfig | 118 choice 123 This option allows a kernel builder to override the default choice 135 This is the default implementation choice. Choose this one unless
|
D | Kconfig.kmemcheck | 27 choice
|
/linux-4.1.27/arch/cris/arch-v10/drivers/ |
D | Kconfig | 54 choice 142 choice 233 choice 321 choice 476 choice
|
/linux-4.1.27/Documentation/ |
D | iostats.txt | 35 a choice of "cat /sys/block/hda/stat" or "grep 'hda ' /proc/diskstats". 36 The advantage of one over the other is that the sysfs choice works well 38 be a better choice if you are watching a large number of disks because
|
D | IRQ-domain.txt | 78 The Linear map is a good choice when the maximum number of hwirqs is 93 The tree map is a good choice if the hwirq number can be very large
|
D | lzo.txt | 74 an implementation design choice independant on the algorithm or encoding.
|
D | module-signing.txt | 78 This presents a choice of which hash algorithm the installation phase will
|
D | printk-formats.txt | 116 ESCAPE_ANY_NP is the sane choice for many cases, in particularly for
|
D | Changes | 99 DocBook format to a format of your choice, you'll need to install Jade as
|
D | intel_txt.txt | 113 approach seemed like a better choice than having to insert
|
D | robust-futexes.txt | 132 to do a hard choice between performance and robustness - robust
|
D | kernel-doc-nano-HOWTO.txt | 163 Documentation/DocBook/*.xml to a format of your choice (for example,
|
/linux-4.1.27/arch/m32r/ |
D | Kconfig | 48 choice 112 choice 342 choice
|
/linux-4.1.27/arch/ia64/ |
D | Kconfig.debug | 5 choice
|
D | Kconfig | 163 choice 244 choice 252 This choice is safe for all IA-64 systems, but may not perform 262 choice
|
/linux-4.1.27/fs/romfs/ |
D | Kconfig | 21 choice
|
/linux-4.1.27/arch/mips/txx9/ |
D | Kconfig | 109 choice
|
/linux-4.1.27/arch/avr32/ |
D | Kconfig | 104 choice 165 choice
|
/linux-4.1.27/arch/blackfin/mach-bf548/ |
D | Kconfig | 45 choice 74 choice
|
/linux-4.1.27/drivers/pci/pcie/ |
D | Kconfig | 55 choice
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | powersave.txt | 21 reopen the device frequently. 10 would be a good choice for normal
|
/linux-4.1.27/kernel/gcov/ |
D | Kconfig | 52 choice
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio.txt | 89 The static choice of polarity may be either: 104 b) Pick a single option for device signal polarity, and document this choice 107 particular signal polarity choice. If software chooses to program the device
|
/linux-4.1.27/arch/arc/ |
D | Kconfig | 92 choice 228 choice 255 choice
|
/linux-4.1.27/drivers/rapidio/ |
D | Kconfig | 50 choice
|
/linux-4.1.27/drivers/net/ethernet/wiznet/ |
D | Kconfig | 47 choice
|
/linux-4.1.27/Documentation/power/regulator/ |
D | machine.txt | 58 used for the supply rail in the schematic is a good choice. If no
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.h_shipped | 22 under terms of your choice, so long as that work isn't itself a
|
/linux-4.1.27/arch/sh/ |
D | Kconfig.cpu | 3 choice
|
D | Kconfig | 239 choice 534 choice 793 choice
|
/linux-4.1.27/arch/x86/crypto/ |
D | crct10dif-pcl-asm_64.S | 12 # This software is available to you under a choice of one of two
|
D | sha512-avx-asm.S | 12 # This software is available to you under a choice of one of two
|
D | sha512-ssse3-asm.S | 12 # This software is available to you under a choice of one of two
|
D | sha256-avx-asm.S | 11 # This software is available to you under a choice of one of two
|
D | sha256-ssse3-asm.S | 11 # This software is available to you under a choice of one of two
|
/linux-4.1.27/arch/powerpc/perf/ |
D | core-book3s.c | 834 int n_alt[MAX_HWEVENTS], choice[MAX_HWEVENTS]; in power_check_constraints() local 872 choice[i] = 0; in power_check_constraints() 890 j = choice[i]; in power_check_constraints() 919 choice[i] = j; in power_check_constraints() 931 event_id[i] = cpuhw->alternatives[i][choice[i]]; in power_check_constraints()
|
/linux-4.1.27/drivers/atm/ |
D | Kconfig | 224 Somewhat useful debugging messages are available. The choice of 259 Somewhat useful debugging messages are available. The choice of 283 Somewhat useful debugging messages are available. The choice of 315 Somewhat useful debugging messages are available. The choice of
|
/linux-4.1.27/Documentation/usb/ |
D | mtouchusb.txt | 41 logical choice is to use Linux Input.
|
/linux-4.1.27/arch/mips/netlogic/ |
D | Kconfig | 61 choice
|
/linux-4.1.27/arch/mips/sibyte/ |
D | Kconfig | 80 choice
|
/linux-4.1.27/sound/soc/davinci/ |
D | Kconfig | 57 choice
|
/linux-4.1.27/arch/arm/mach-davinci/ |
D | Kconfig | 141 choice 170 choice
|
/linux-4.1.27/net/sctp/ |
D | Kconfig | 62 choice
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.h_shipped | 22 under terms of your choice, so long as that work isn't itself a
|
/linux-4.1.27/drivers/usb/dwc3/ |
D | Kconfig | 14 choice
|
/linux-4.1.27/drivers/net/wireless/b43legacy/ |
D | Kconfig | 68 choice
|
/linux-4.1.27/arch/mips/loongson/ |
D | Kconfig | 3 choice
|
/linux-4.1.27/fs/squashfs/ |
D | Kconfig | 28 choice 56 choice
|
/linux-4.1.27/arch/parisc/ |
D | Kconfig | 118 choice 205 choice
|
/linux-4.1.27/arch/openrisc/ |
D | Kconfig | 61 choice
|
/linux-4.1.27/drivers/usb/dwc2/ |
D | Kconfig | 18 choice
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | Kconfig | 145 choice 194 choice 232 choice
|
/linux-4.1.27/tools/build/Documentation/ |
D | Build.txt | 135 It's possible to build single object file by choice, like:
|
/linux-4.1.27/Documentation/frv/ |
D | configuring.txt | 29 This option allows a choice of basic system. This governs the peripherals
|
/linux-4.1.27/arch/unicore32/ |
D | Kconfig | 92 choice
|
/linux-4.1.27/fs/ext3/ |
D | Kconfig | 48 data=ordered mode will be a safe choice and you should
|
/linux-4.1.27/Documentation/arm/nwfpe/ |
D | README | 17 Another choice I made was in the file structure. I have attempted to
|
/linux-4.1.27/Documentation/s390/ |
D | DASD | 60 Then you can mk??fs the filesystem of your choice on that volume or
|
D | 3270.txt | 133 3279, or use the 3270 emulator of your choice. You would be
|
/linux-4.1.27/Documentation/networking/ |
D | dccp.txt | 111 be enabled at the receiver, too with suitable choice of CsCov. 162 choice of CCID, the Send Ack Vector feature is enabled automatically.
|
D | ray_cs.txt | 96 Used to restrict choice of IRQ's to use.
|
D | scaling.txt | 372 these queues are processed on a CPU within this set. This choice 393 prevent out of order (ooo) packets. The choice also amortizes the cost 415 has no effect, since there is no choice in this case. In a multi-queue
|
D | PLIP.txt | 20 over a parallel port. In the case of a PC, the obvious choice is the
|
D | decnet.txt | 69 obvious choice :-)
|
/linux-4.1.27/Documentation/security/ |
D | IMA-templates.txt | 84 configuration ('ima-ng' is the default choice);
|
/linux-4.1.27/fs/nfsd/ |
D | Kconfig | 64 related CONFIG options for your local file systems of choice.
|
/linux-4.1.27/Documentation/firmware_class/ |
D | README | 119 on the setup, so I think that the choice on what firmware to make
|
/linux-4.1.27/drivers/pinctrl/nomadik/ |
D | pinctrl-nomadik.c | 1397 #define NMK_CONFIG_PIN_ARRAY(x, y) { .property = x, .choice = y, \ 1448 const unsigned long *choice; member 1467 if (nmk_cfg_params[index].choice == NULL) in nmk_dt_pin_config() 1473 nmk_cfg_params[index].choice[val]; in nmk_dt_pin_config()
|
/linux-4.1.27/drivers/staging/i2o/ |
D | Kconfig | 16 If you say Y here, you will get a choice of interface adapter
|
/linux-4.1.27/arch/arm/mach-ep93xx/ |
D | Kconfig | 18 choice
|
/linux-4.1.27/arch/arm/plat-omap/ |
D | Kconfig | 149 choice
|
/linux-4.1.27/arch/arm/mach-sa1100/ |
D | Kconfig | 32 choice
|
/linux-4.1.27/arch/tile/ |
D | Kconfig | 174 choice 276 choice
|
/linux-4.1.27/lib/xz/ |
D | xz_dec_lzma2.c | 117 uint16_t choice; member 625 if (!rc_bit(&s->rc, &l->choice)) { in lzma_len()
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | Kconfig | 463 choice 596 choice
|
/linux-4.1.27/init/ |
D | Kconfig | 118 choice 335 choice 468 choice 743 choice 1681 On non-ancient distros (post-2000 ones) N is usually a safe choice. 1683 choice 1703 and has enhanced diagnostics. SLUB is the default choice for 1906 choice 1955 choice made in "Compression algorithm". 1972 choice
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | Kconfig | 36 choice
|
/linux-4.1.27/Documentation/sound/oss/ |
D | README.modules | 43 pieces autoload on demand, assuming you use kerneld (a sound choice) and
|
D | PAS16 | 117 Answering Y is usually a safe and recommended choice, however some
|
D | Opti | 61 the options of your choice. This file is normally installed as
|
/linux-4.1.27/fs/jffs2/ |
D | Kconfig | 156 choice
|
/linux-4.1.27/security/ |
D | Kconfig | 129 choice
|
/linux-4.1.27/arch/xtensa/ |
D | Kconfig | 79 choice 288 choice
|
/linux-4.1.27/arch/mips/ |
D | Kconfig | 64 choice 1103 # choice statement should be more obvious to the user. 1105 choice 1279 choice 1947 choice 1984 choice 2275 choice 2516 choice
|
/linux-4.1.27/kernel/time/ |
D | Kconfig | 68 choice
|
/linux-4.1.27/Documentation/input/ |
D | gameport-programming.txt | 24 0x218 would be the address of first choice.
|
D | input.txt | 128 other use when the big usbhid wouldn't be a good choice, there is the
|
D | alps.txt | 16 choice was made. The new touchpad signatures are named: "Rushmore",
|
/linux-4.1.27/arch/arm/mach-s3c64xx/ |
D | Kconfig | 165 choice
|
/linux-4.1.27/Documentation/locking/ |
D | lglock.txt | 145 her first choice. There are also efforts to resolve the RCU issues that
|
/linux-4.1.27/arch/x86/ |
D | Kconfig.cpu | 2 choice 54 the Cyrix 5x86, 6x86 and 6x86MX. This choice does not
|
D | Kconfig.debug | 219 choice
|
/linux-4.1.27/arch/microblaze/ |
D | Kconfig | 229 choice
|
/linux-4.1.27/sound/drivers/ |
D | Kconfig | 209 good choice for normal operations.
|
/linux-4.1.27/drivers/cpufreq/ |
D | Kconfig | 49 choice
|
/linux-4.1.27/Documentation/fmc/ |
D | identifiers.txt | 131 choice; the name filename is mandatory, because this is the preferred
|
/linux-4.1.27/drivers/mtd/chips/ |
D | Kconfig | 42 choice
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | pcc-cpufreq.txt | 121 platforms PCC is the "default" choice.
|
/linux-4.1.27/net/mac80211/ |
D | Kconfig | 44 choice
|
/linux-4.1.27/arch/s390/ |
D | Kconfig | 199 choice 282 choice
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 309 # The "ARM system type" choice list is ordered alphabetically by option 312 choice 1428 choice 1505 choice 1866 choice 1895 choice
|
/linux-4.1.27/drivers/iommu/ |
D | Kconfig | 273 choice
|
/linux-4.1.27/drivers/thermal/ |
D | Kconfig | 45 choice
|
/linux-4.1.27/arch/um/ |
D | Kconfig.net | 10 hardware devices, this choice and the following transport options
|
/linux-4.1.27/Documentation/arm/SA1100/ |
D | Assabet | 47 RedBoot is currently the recommended choice since it's the only one to have
|
/linux-4.1.27/arch/arm64/ |
D | Kconfig | 435 choice 456 choice
|
/linux-4.1.27/arch/alpha/ |
D | Kconfig | 91 choice 663 choice
|
/linux-4.1.27/mm/ |
D | Kconfig | 5 choice 424 choice
|
/linux-4.1.27/Documentation/scsi/ |
D | osst.txt | 58 depending on your choice during kernel config. You may still need to create
|
D | libsas.txt | 274 - at least one event from group C (choice),
|
/linux-4.1.27/arch/powerpc/ |
D | Kconfig.debug | 135 choice
|
D | Kconfig | 341 choice 532 choice
|
/linux-4.1.27/Documentation/development-process/ |
D | 7.AdvancedTopics | 17 as its tool of choice.
|
/linux-4.1.27/Documentation/ia64/ |
D | mca.txt | 16 if we have a choice here.
|
/linux-4.1.27/Documentation/block/ |
D | data-integrity.txt | 73 the choice in checksums is referred to as the Data Integrity
|
/linux-4.1.27/drivers/base/ |
D | Kconfig | 289 choice
|
/linux-4.1.27/drivers/video/fbdev/ |
D | Kconfig | 146 choice 633 choice 658 choice 1719 choice 2280 choice
|
/linux-4.1.27/drivers/mtd/maps/ |
D | Kconfig | 85 choice
|
/linux-4.1.27/drivers/usb/gadget/ |
D | Kconfig | 202 choice
|
/linux-4.1.27/drivers/net/wan/ |
D | Kconfig | 287 Due to Etinc's design choice for its PCISYNC cards, some operations
|
/linux-4.1.27/drivers/net/irda/ |
D | Kconfig | 52 choice
|
/linux-4.1.27/arch/ |
D | Kconfig | 360 choice
|