/linux-4.1.27/drivers/staging/android/ |
D | lowmemorykiller.c | 81 struct task_struct *selected = NULL; in lowmem_scan() local 145 if (selected) { in lowmem_scan() 152 selected = p; in lowmem_scan() 158 if (selected) { in lowmem_scan() 160 selected->pid, selected->comm, in lowmem_scan() 168 mark_tsk_oom_victim(selected); in lowmem_scan() 169 send_sig(SIGKILL, selected, 0); in lowmem_scan()
|
/linux-4.1.27/scripts/kconfig/lxdialog/ |
D | menubox.c | 67 int selected, int hotkey) in do_print_item() argument 88 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in do_print_item() 91 wattrset(win, selected ? dlg.tag_key_selected.atr in do_print_item() 95 if (selected) { in do_print_item() 102 #define print_item(index, choice, selected) \ argument 105 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \ 155 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons() argument 160 print_button(win, gettext("Select"), y, x, selected == 0); in print_buttons() 161 print_button(win, gettext(" Exit "), y, x + 12, selected == 1); in print_buttons() 162 print_button(win, gettext(" Help "), y, x + 24, selected == 2); in print_buttons() [all …]
|
D | checklist.c | 31 static void print_item(WINDOW * win, int choice, int selected) in print_item() argument 46 wattrset(win, selected ? dlg.check_selected.atr in print_item() 51 wattrset(win, selected ? dlg.tag_selected.atr : dlg.tag.atr); in print_item() 53 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in print_item() 55 if (selected) { in print_item() 101 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument 106 print_button(dialog, gettext("Select"), y, x, selected == 0); in print_buttons() 107 print_button(dialog, gettext(" Help "), y, x + 14, selected == 1); in print_buttons() 109 wmove(dialog, y, x + 1 + 14 * selected); in print_buttons()
|
D | yesno.c | 27 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument 32 print_button(dialog, gettext(" Yes "), y, x, selected == 0); in print_buttons() 33 print_button(dialog, gettext(" No "), y, x + 13, selected == 1); in print_buttons() 35 wmove(dialog, y, x + 1 + 13 * selected); in print_buttons()
|
D | dialog.h | 176 int selected; /* Set to 1 by dialog_*() function if selected. */ member 224 void print_button(WINDOW * win, const char *label, int y, int x, int selected); 242 const void *selected, int *s_scroll);
|
D | inputbox.c | 29 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument 34 print_button(dialog, gettext(" Ok "), y, x, selected == 0); in print_buttons() 35 print_button(dialog, gettext(" Help "), y, x + 14, selected == 1); in print_buttons() 37 wmove(dialog, y, x + 1 + 14 * selected); in print_buttons()
|
D | util.c | 447 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button() argument 452 wattrset(win, selected ? dlg.button_active.atr in print_button() 457 wattrset(win, selected ? dlg.button_label_active.atr in print_button() 461 wattrset(win, selected ? dlg.button_key_active.atr in print_button() 464 wattrset(win, selected ? dlg.button_label_active.atr in print_button() 467 wattrset(win, selected ? dlg.button_active.atr in print_button() 648 item_cur->node.selected = val; in item_set_selected() 707 return (item_cur->node.selected != 0); in item_is_selected()
|
/linux-4.1.27/drivers/gpu/drm/ |
D | Kconfig | 89 graphics card. If M is selected, the module will be called tdfx. 97 is selected, the module will be called r128. AGP support for 119 If M is selected, the module will be called radeon. 131 selected, the module will be called i810. AGP support is required 142 card. If M is selected, the module will be called mga. AGP 151 chipset. If M is selected the module will be called sis. AGP 159 chipset. If M is selected the module will be called via. 166 chipset. If M is selected the module will be called savage. 174 If M is selected the module will be called vgem.
|
/linux-4.1.27/net/mac80211/ |
D | Kconfig | 126 selected some functions are marked "noinline" to allow 142 many debugging messages. It should not be selected 154 should not be selected on production systems as some 175 It should not be selected on production systems as some 186 be selected on production systems as those messages 197 be selected on production systems as those messages 209 It should not be selected on production systems as those 222 It should not be selected on production systems as those 235 It should not be selected on production systems as those 248 It should not be selected on production systems as those [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/mips/cavium/ |
D | bootbus.txt | 55 - cavium,wait-mode: Optional. If present, wait mode (WAITM) is selected. 57 - cavium,page-mode: Optional. If present, page mode (PAGEM) is selected. 62 - cavium,ale-mode: Optional. If present, ALE mode is selected. 64 - cavium,sam-mode: Optional. If present, SAM mode is selected. 66 - cavium,or-mode: Optional. If present, OR mode is selected.
|
/linux-4.1.27/fs/exofs/ |
D | Kconfig.ore | 6 # selected here, and we default to "ON". So in effect it is like been 7 # selected by any of the users.
|
/linux-4.1.27/scripts/ |
D | get_maintainer.pl | 1459 my %selected; 1466 $selected{$count} = 1; 1491 $sel = "*" if ($selected{$count}); 1575 $selected{$nr - 1} = !$selected{$nr - 1}; 1580 $selected{$i} = $toggle; 1584 $selected{$i} = !$selected{$i}; 1589 $selected{$i} = !$selected{$i} 1594 $selected{$i} = !$selected{$i} 1599 $selected{$i} = !$selected{$i} 1604 $selected{$i} = !$selected{$i} [all …]
|
/linux-4.1.27/drivers/staging/rtl8723au/ |
D | Kconfig | 20 "Y" should be selected. 28 limited memory, "Y" should be selected.
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ti/ |
D | mux.txt | 7 parents, one of which can be selected as output. This clock does not 17 register value selected parent clock 26 register value selected clock parent
|
D | composite.txt | 9 of which can be selected as output, this behaves exactly as [2]
|
/linux-4.1.27/drivers/vhost/ |
D | Kconfig | 27 This option is selected by any driver which needs to access 33 This option is selected by any driver which needs to access
|
/linux-4.1.27/security/integrity/evm/ |
D | Kconfig | 21 Default value is 'selected', which is former version 2. 22 if 'not selected', it is former version 1
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
D | hostap_info.c | 171 struct hfa384x_hostscan_result *selected, *entry; in prism2_host_roaming() local 200 selected = &local->last_scan_results[0]; in prism2_host_roaming() 214 selected = entry; in prism2_host_roaming() 220 memcpy(req.bssid, selected->bssid, ETH_ALEN); in prism2_host_roaming() 221 req.channel = selected->chid; in prism2_host_roaming()
|
D | hostap_main.c | 208 struct hostap_interface *iface, *selected = NULL; in prism2_wds_del() local 217 selected = iface; in prism2_wds_del() 221 if (selected && !do_not_remove) in prism2_wds_del() 222 list_del(&selected->list); in prism2_wds_del() 225 if (selected) { in prism2_wds_del() 227 eth_zero_addr(selected->u.wds.remote_addr); in prism2_wds_del() 229 hostap_remove_interface(selected->dev, rtnl_locked, 0); in prism2_wds_del() 234 return selected ? 0 : -ENODEV; in prism2_wds_del()
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | max8998.txt | 34 - max8998,pmic-buck1-default-dvs-idx: Default voltage setting selected from 38 - max8998,pmic-buck2-default-dvs-idx: Default voltage setting selected from 47 for buck1 regulator that can be selected using dvs gpio. 51 for buck2 regulator that can be selected using dvs gpio.
|
D | as3711.txt | 36 If "su2-feedback-curr-auto" is selected, one or more of the following properties
|
D | arizona.txt | 60 selected from either MICVDD or one of the MICBIAS's, defines
|
/linux-4.1.27/arch/avr32/mach-at32ap/include/mach/ |
D | chip.h | 16 # error Unknown chip type selected
|
/linux-4.1.27/fs/kernfs/ |
D | Kconfig | 2 # KERNFS should be selected by its users
|
/linux-4.1.27/Documentation/usb/ |
D | gadget_printer.txt | 112 # prn_example -selected 174 fputs("-selected Set the selected status to selected.\n", stderr); 175 fputs("-not_selected Set the selected status to NOT selected.\n", 468 } else if (!strcmp(argv[i], "-selected")) {
|
D | gadget-testing.txt | 74 values: qmult is 5, dev_addr and host_addr are randomly selected. 107 values: qmult is 5, dev_addr and host_addr are randomly selected. 140 values: qmult is 5, dev_addr and host_addr are randomly selected. 398 values: qmult is 5, dev_addr and host_addr are randomly selected. 522 values: qmult is 5, dev_addr and host_addr are randomly selected. 671 selected
|
D | proc_usb_info.txt | 285 script, it can display any selected lines (for example, only T, D, 288 selected lines [selected from TBDPSCIE] or "All" lines from
|
/linux-4.1.27/Documentation/fb/ |
D | vt8623fb.txt | 33 There are two 4 bpp modes. First mode (selected if nonstd == 0) is mode with 34 packed pixels, high nibble first. Second mode (selected if nonstd == 1) is mode
|
D | arkfb.txt | 36 There are two 4 bpp modes. First mode (selected if nonstd == 0) is mode with 37 packed pixels, high nibble first. Second mode (selected if nonstd == 1) is mode
|
D | s3fb.txt | 45 There are two 4 bpp modes. First mode (selected if nonstd == 0) is mode with 46 packed pixels, high nibble first. Second mode (selected if nonstd == 1) is mode
|
D | api.txt | 277 type, visual and line_length fields depending on the selected format. 305 type, visual and line_length fields depending on the selected format. The type
|
/linux-4.1.27/drivers/rpmsg/ |
D | Kconfig | 3 # RPMSG always gets selected by whoever wants it
|
/linux-4.1.27/Documentation/mn10300/ |
D | compartmentalisation.txt | 19 The appropriate processor is selected by a CONFIG_MN10300_PROC_YYYY option 42 The appropriate processor is selected by a CONFIG_MN10300_UNIT_ZZZZ option
|
/linux-4.1.27/Documentation/ia64/ |
D | serial.txt | 95 - Multiple UARTs selected as EFI console devices. EFI and 96 elilo use all selected devices, but Linux uses only one. 97 Make sure only one UART is selected in the EFI console 101 selected as EFI console device. EFI uses the MP as a 102 console device even when it isn't explicitly selected.
|
D | IRQ-redir.txt | 18 first non-zero bit is the selected CPU. This format has been kept for 55 manner. IRQs will be routed only to the selected target CPUs. Check
|
/linux-4.1.27/arch/arm/plat-samsung/include/plat/ |
D | adc.h | 28 unsigned selected),
|
/linux-4.1.27/drivers/of/ |
D | Kconfig | 40 While this option is selected automatically on such platforms, you 97 While this option is selected automatically when needed, you can
|
/linux-4.1.27/drivers/gpu/drm/bochs/ |
D | Kconfig | 12 If M is selected the module will be called bochs-drm.
|
/linux-4.1.27/drivers/parport/ |
D | daisy.c | 242 int selected; in parport_open() local 244 selected = port->daisy; in parport_open() 247 if (selected != daisy) { in parport_open()
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perfconfig.example | 7 selected = lightgray, magenta
|
D | perf-list.txt | 15 This command displays the symbolic event types which can be selected in the
|
/linux-4.1.27/drivers/gpu/drm/shmobile/ |
D | Kconfig | 14 If M is selected the module will be called shmob-drm.
|
/linux-4.1.27/drivers/media/i2c/ |
D | tvaudio.c | 314 int mode, selected; in chip_thread() local 342 selected = V4L2_TUNER_MODE_MONO; in chip_thread() 346 selected = V4L2_TUNER_MODE_LANG1; in chip_thread() 351 selected = V4L2_TUNER_MODE_LANG1; in chip_thread() 353 selected = V4L2_TUNER_MODE_STEREO; in chip_thread() 357 selected = V4L2_TUNER_MODE_LANG2; in chip_thread() 359 selected = V4L2_TUNER_MODE_STEREO; in chip_thread() 363 selected = V4L2_TUNER_MODE_LANG1_LANG2; in chip_thread() 365 selected = V4L2_TUNER_MODE_STEREO; in chip_thread() 367 desc->setaudmode(chip, selected); in chip_thread()
|
/linux-4.1.27/drivers/net/ethernet/wiznet/ |
D | Kconfig | 68 If interface mode is unknown in compile time, it can be selected 71 Performance may decrease compared to explicitly selected bus mode.
|
/linux-4.1.27/drivers/net/team/ |
D | Kconfig | 32 Basic mode where port used for transmitting packets is selected in 44 Basic mode where port used for transmitting packets is selected
|
/linux-4.1.27/Documentation/leds/ |
D | leds-lp55xx.txt | 68 (3) Write pattern data into selected area 108 Full LED strings are selected by 'engine2_leds'. 117 Inside the callback, the selected engine is loaded and memory is updated. 148 run_engine : Control the selected engine
|
D | leds-class.txt | 33 selected.
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | Kconfig | 7 selected to enabled full userptr support.
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | fsl,imx27-pinctrl.txt | 33 have any effect unless GPIO function is selected. A/B/C_IN are output 44 B. GPIO function should be selected if this is configured.
|
D | fsl,imx-pinctrl.txt | 36 Force the selected mux mode input path no matter of MUX_MODE functionality. 37 By default the input path is determined by functionality of the selected
|
D | qcom,pmic-gpio.txt | 116 Definition: Specifies the strength to use for pull up, if selected. 124 pull up is selected
|
D | xlnx,zynq-pinctrl.txt | 69 - io-standard: Configure the pin to use the selected IO standard according to
|
D | pinctrl-palmas.txt | 63 functions is selected then directly pins register will be written with 0, 1, 2
|
D | pinctrl-st.txt | 118 -mode :pin configuration is selected from one of the below values.
|
/linux-4.1.27/security/yama/ |
D | Kconfig | 19 selected primary LSM.
|
/linux-4.1.27/drivers/staging/rtl8188eu/ |
D | Kconfig | 18 "Y" should be selected.
|
/linux-4.1.27/drivers/hwspinlock/ |
D | Kconfig | 5 # HWSPINLOCK always gets selected by whoever wants it.
|
/linux-4.1.27/drivers/md/bcache/ |
D | util.c | 97 size_t selected) in bch_snprint_string_list() argument 104 i == selected ? "[%s] " : "%s ", list[i]); in bch_snprint_string_list()
|
/linux-4.1.27/arch/nios2/kernel/ |
D | early_printk.c | 85 selected
|
/linux-4.1.27/drivers/gpu/drm/rcar-du/ |
D | Kconfig | 12 If M is selected the module will be called rcar-du-drm.
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | eeprom.txt | 7 driver based on <type> is selected. Possible types are:
|
D | graph.txt | 35 endpoint at a port, or a port node needs to be associated with a selected
|
/linux-4.1.27/scripts/kconfig/ |
D | mconf.c | 809 int selected; in conf_choice() local 834 selected = item_activate_selected(); in conf_choice() 837 if (selected) { in conf_choice() 846 if (selected) { in conf_choice()
|
/linux-4.1.27/Documentation/device-mapper/ |
D | dm-service-time.txt | 16 <repeat_count>: The number of I/Os to dispatch using the selected 24 If '0' is given, the path isn't selected while
|
D | dm-crypt.txt | 25 You can only use key sizes that are valid for the selected cipher 26 in combination with the selected iv mode.
|
D | dm-queue-length.txt | 9 <repeat_count>: The number of I/Os to dispatch using the selected
|
D | dm-flakey.txt | 46 selected flags set.
|
D | cache.txt | 77 If writeback, the default, is selected then a write to a block that is 81 If writethrough is selected then a write to a cached block will not 85 If passthrough is selected, useful when the cache contents are not known
|
D | verity.txt | 110 selected cryptographic digest algorithm. The hashes are linearly-ordered in
|
/linux-4.1.27/arch/arm/mm/ |
D | mmu.c | 158 int i, selected = -1; in early_cachepolicy() local 164 selected = i; in early_cachepolicy() 169 if (selected == -1) in early_cachepolicy() 179 if (cpu_architecture() >= CPU_ARCH_ARMv6 && selected != cachepolicy) { in early_cachepolicy() 185 if (selected != cachepolicy) { in early_cachepolicy() 186 unsigned long cr = __clear_cr(cache_policies[selected].cr_mask); in early_cachepolicy() 187 cachepolicy = selected; in early_cachepolicy()
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | THANKS | 20 - Hauppauge for telling how the sound input is selected and what components
|
/linux-4.1.27/Documentation/cpuidle/ |
D | governor.txt | 24 kernel configuration and platform will be selected by cpuidle.
|
/linux-4.1.27/include/scsi/ |
D | fcoe_sysfs.h | 110 u8 selected; member
|
/linux-4.1.27/drivers/tty/hvc/ |
D | Kconfig | 8 It will automatically be selected if one of the back-end console drivers 9 is selected.
|
/linux-4.1.27/drivers/misc/mei/ |
D | Kconfig | 7 if selected /dev/mei misc device will be created.
|
/linux-4.1.27/Documentation/misc-devices/ |
D | ics932s401 | 19 clock, and a reference clock. The driver reports selected and actual
|
D | spear-pcie-gadget.txt | 24 Its main purpose is to configure selected dual mode PCIe controller as device
|
/linux-4.1.27/fs/befs/ |
D | Kconfig | 8 on files and directories, and database-like indices on selected
|
/linux-4.1.27/lib/ |
D | Kconfig | 265 # Generic allocator support is selected if needed 289 # BCH support is selected if needed 305 When this option is selected, the BCH library supports 446 # Generic 64-bit atomic support is selected if needed 503 # libfdt files, only selected if needed.
|
/linux-4.1.27/arch/unicore32/mm/ |
D | Kconfig | 3 # Select CPU types depending on the architecture selected. This selects
|
/linux-4.1.27/Documentation/frv/ |
D | configuring.txt | 40 Write-Through is selected, but Write-Back (Copy-Back) can also be 41 selected. This can be changed dynamically once the kernel is running (see
|
D | gdbstub.txt | 60 "Immediate activation" was selected, then the kernel will wait for GDB to
|
/linux-4.1.27/sound/oss/ |
D | ad1848.c | 803 int i, n, selected = -1; in ad1848_set_speed() local 822 selected = 0; in ad1848_set_speed() 824 selected = n - 1; in ad1848_set_speed() 826 for (i = 1 /*really */ ; selected == -1 && i < n; i++) in ad1848_set_speed() 829 selected = i; in ad1848_set_speed() 838 selected = i - 1; in ad1848_set_speed() 840 selected = i; in ad1848_set_speed() 843 if (selected == -1) in ad1848_set_speed() 846 selected = 3; in ad1848_set_speed() 848 portc->speed = speed_table[selected].speed; in ad1848_set_speed() [all …]
|
/linux-4.1.27/drivers/scsi/fcoe/ |
D | fcoe_sysfs.c | 104 ((x)->selected) 429 fcoe_fcf_rd_attr(selected, "%u\n", 20); 919 fcf->selected = new_fcf->selected; in fcoe_fcf_device_add()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | configfs-spear-pcie-gadget | 7 Interface is used to configure selected dual mode PCIe controller
|
D | sysfs-platform-eeepc-laptop | 43 For example, 0x301 means: mode 1 selected, 3 available modes.
|
D | sysfs-class-led | 27 /sys/class/leds/<led> once a given trigger is selected.
|
D | sysfs-bus-fcoe | 87 selected: 1 indicates that the switch has been selected for use;
|
D | sysfs-driver-hid-roccat-arvo | 7 When written this attribute activates the selected profile
|
D | sysfs-block-zram | 73 available and selected compression algorithms, change
|
/linux-4.1.27/arch/arm/mach-davinci/ |
D | Kconfig | 147 based GPIO expander on that board. This option selected in this 176 based GPIO expander on that card. This option selected in this 192 not be functional if RMII mode is selected.
|
/linux-4.1.27/drivers/block/ |
D | amiflop.c | 161 static volatile int selected = -1; /* currently selected drive */ variable 282 if (drive == selected) in fd_select() 285 selected = drive; in fd_select() 307 if (drive != selected) { in fd_deselect() 308 printk(KERN_WARNING "Deselecting drive %d while %d was selected!\n",drive,selected); in fd_deselect() 315 selected = -1; in fd_deselect() 568 post_write_timer.data = selected; in fd_block_done()
|
/linux-4.1.27/Documentation/security/ |
D | apparmor.txt | 13 If AppArmor should be selected as the default security module then
|
/linux-4.1.27/arch/arm/mach-ux500/ |
D | Kconfig | 65 At least one platform needs to be selected in order to build
|
/linux-4.1.27/Documentation/phy/ |
D | samsung-usb2.txt | 26 specific callbacks. The specific SoC version is selected by choosing 117 include support for selected SoCs in the compiled driver. The Kconfig
|
/linux-4.1.27/Documentation/devicetree/bindings/net/can/ |
D | mpc5xxx-mscan.txt | 29 clock will be selected. If this is not possible,
|
/linux-4.1.27/Documentation/sh/ |
D | register-banks.txt | 8 bank (selected by SR.RB, only r0 ... r7 are banked), whereas other families
|
/linux-4.1.27/arch/powerpc/platforms/44x/ |
D | Kconfig | 288 # 44x specific CPU modules, selected based on the board above. 366 # 44x errata/workaround config symbols, selected by the CPU models above 375 # Xilinx Virtex 5 FXT FPGA architecture, selected by a Xilinx board above
|
/linux-4.1.27/drivers/mtd/nand/ |
D | sunxi_nand.c | 224 int selected; member 343 if (sunxi_nand->selected < 0) in sunxi_nfc_dev_ready() 346 rb = &sunxi_nand->sels[sunxi_nand->selected].rb; in sunxi_nfc_dev_ready() 383 if (chip == sunxi_nand->selected) in sunxi_nfc_select_chip() 412 sunxi_nand->selected = chip; in sunxi_nfc_select_chip() 1162 chip->selected = -1; in sunxi_nand_chip_init()
|
/linux-4.1.27/Documentation/RCU/ |
D | torture.txt | 72 current readers" function of the interface selected by 86 randomly selected CPU-hotplug operation. Defaults to 142 RCU priority-inversion testing only if the selected 146 priority-inversion testing even if the selected RCU 155 the value selected for "stutter".
|
/linux-4.1.27/kernel/ |
D | Kconfig.hz | 32 or multimedia, selected 300Hz instead.
|
D | Kconfig.preempt | 24 preemption points have been selected to reduce the maximum
|
/linux-4.1.27/Documentation/block/ |
D | switching-sched.txt | 31 will be displayed, with the currently selected scheduler in brackets:
|
/linux-4.1.27/drivers/pinctrl/ |
D | Kconfig | 36 future processors. This option is selected automatically when specific 37 machine and arch are selected to build.
|
/linux-4.1.27/Documentation/w1/ |
D | w1.generic | 36 is selected using either W1_SKIP_ROM or W1_MATCH_ROM command. 42 be read, since no device was selected.
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | nfsroot.txt | 25 In order to use nfsroot, NFS client support needs to be selected as 26 built-in during configuration. Once this has been selected, the nfsroot 27 option will become available, which should also be selected. 29 In the networking options, kernel level autoconfiguration can be selected,
|
D | fault_injection.txt | 10 NFSD_FAULT_INJECTION must be selected when configuring the kernel to use this
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/st/ |
D | st,clkgen-vcc.txt | 7 that selected clock.
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | uefi.txt | 23 be selected.
|
D | kernel-stacks | 39 An IST is selected by a non-zero value in the IST field of an
|
/linux-4.1.27/Documentation/kbuild/ |
D | kconfig-language.txt | 102 minimal value <symbol> can be set to. If <symbol> is selected multiple 119 contained there can still be selected by other symbols, though). It is 289 choice only allows a single config entry to be selected, a tristate 295 choice to 'n' and no entry needs to be selected. 356 that is defined in a common Kconfig file and selected by the relevant
|
/linux-4.1.27/Documentation/powerpc/ |
D | bootwrapper.txt | 111 targets build all the default images as selected by the kernel configuration. 112 Default images are selected by the boot wrapper Makefile 137 can be selected by changing the link order.
|
/linux-4.1.27/arch/arm/plat-samsung/ |
D | adc.c | 60 void (*select_cb)(struct s3c_adc_client *c, unsigned selected); 225 unsigned int selected), in s3c_adc_register() argument
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | samsung,s5pv210-clock.txt | 34 board device tree, including the system base clock, as selected by XOM[0]
|
/linux-4.1.27/drivers/remoteproc/ |
D | Kconfig | 3 # REMOTEPROC gets selected by whoever wants it
|
/linux-4.1.27/drivers/staging/iio/Documentation/ |
D | ring.txt | 7 implementation to be selected at compile time via Kconfig options.
|
/linux-4.1.27/Documentation/arm/ |
D | CCN.txt | 48 not work. Also notice that only single cpu is being selected
|
D | README | 168 independent code. The machine is selected by the value of 'r1' on 190 compile-time, support for the machine type must be selected. This allows for
|
D | kernel_mode_neon.txt | 83 instructions of its own at -O3 level if -mfpu=neon is selected, and even if the
|
/linux-4.1.27/security/ |
D | Kconfig | 16 If this option is not selected, no restrictions will be enforced 29 If this option is not selected, the default Linux security
|
/linux-4.1.27/drivers/media/ |
D | Kconfig | 108 # Only enables if one of the V4L2 types (ATV, webcam, radio) is selected 130 # Only enables if one of DTV is selected
|
/linux-4.1.27/Documentation/vm/ |
D | numa | 73 selected zone/node cannot satisfy the allocation request. This situation, 93 nodes' zones in the selected zonelist looking for the first zone in the list 122 kernel selected as the nearest node with memory when it built the zonelists.
|
D | hugetlbpage.txt | 17 (present under "File systems") and CONFIG_HUGETLB_PAGE (selected 18 automatically when CONFIG_HUGETLBFS is selected) configuration 78 page size may be selected with the "default_hugepagesz=<size>" boot parameter. 132 Any free huge pages on the selected nodes will be freed back to the kernel's
|
D | zswap.txt | 63 Zswap allows the compressor to be selected at kernel boot time by setting the
|
/linux-4.1.27/drivers/misc/mic/ |
D | Kconfig | 7 This option is selected by any driver which registers a
|
/linux-4.1.27/drivers/virtio/ |
D | Kconfig | 4 This option is selected by any driver which implements the virtio
|
/linux-4.1.27/Documentation/devicetree/bindings/power/reset/ |
D | keystone-reset.txt | 4 of selected watchdogs.
|
/linux-4.1.27/Documentation/isdn/ |
D | README.hfc-pci | 23 If more than one HFC-PCI cards are installed, a specific card may be selected
|
D | README.audio | 135 AT-command-line (i.e.: "AT+VTX+VRX"), full-duplex-mode is selected.
|
/linux-4.1.27/drivers/iio/ |
D | Kconfig | 26 Should be selected by any drivers that do in-kernel push
|
/linux-4.1.27/drivers/media/platform/marvell-ccic/ |
D | mcam-core.h | 33 #error One of the videobuf buffer modes must be selected in the config
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | user-guide.txt | 132 be set. Then, a "governor" must be selected. Such a "governor" decides 217 If you have selected the "userspace" governor which allows you to
|
D | intel-pstate.txt | 53 will run at is selected by the processor itself.
|
/linux-4.1.27/Documentation/hwmon/ |
D | w83792d | 35 currently selected). If you know the address of the chip, use a 'force' 42 synchronized with selected fan (fan1-fan3). This functionality and manual PWM
|
D | gl518sm | 44 case when you have selected to turn fan1 off, no fan1 alarm is triggered.
|
D | pmbus-core | 186 page, since the selected page is cached in the core driver and the core driver 187 will assume that it is selected. Using pmbus_set_page() to select a new page
|
D | abituguru-datasheet | 219 Alarm behaviour for the selected sensor. A 1 enables the described behaviour. 293 Alarm behaviour for the selected sensor. A 1 enables the described behaviour.
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | s390-diag.txt | 5 native hypercalls and for selected hypercalls found on other s390
|
/linux-4.1.27/drivers/block/drbd/ |
D | Kconfig | 5 comment "DRBD disabled because PROC_FS or INET not selected"
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | Kconfig | 12 If M is selected the module will be called exynosdrm.
|
/linux-4.1.27/Documentation/blockdev/ |
D | zram.txt | 48 currently selected (shown in square brackets) compression algortithms, 49 change selected compression algorithm (once the device is initialised
|
/linux-4.1.27/arch/ |
D | Kconfig | 111 This symbol should be selected by an architecture if 64 bit 127 This symbol should be selected by an architecture if it can 129 code paths to be selected for these cases. Some network 227 This symbol should be selected by an architecure if it supports
|
/linux-4.1.27/Documentation/i2c/ |
D | i2c-stub | 28 return the number of bytes selected with the largest write so far.
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | Kconfig | 29 If M is selected, the module will be called i915. AGP support
|
/linux-4.1.27/Documentation/devicetree/bindings/power/ |
D | power_domain.txt | 4 used for power gating of selected IP blocks for power saving by reduced leakage
|
/linux-4.1.27/Documentation/video4linux/ |
D | README.ivtv | 111 An mpeg2 stream sent to this device will appear on the selected video 122 The raw audio PCM stereo stream from the currently selected
|
D | vivid.txt | 280 The initially selected colorspace when you switch to the webcam input will be 310 The initially selected colorspace when you switch to the TV or S-Video input 314 can be selected through the 'Standard Aspect Ratio' Vivid control. 349 The initially selected colorspace when you switch to the HDMI input or 358 The video aspect ratio can be selected through the 'DV Timings Aspect Ratio' 390 The initially selected colorspace when you switch to the TV or S-Video input 401 The initially selected colorspace when you switch to the HDMI output or 633 This only applies if the CSC Colorbar test pattern is selected, 645 selected, and if the format is set to a Y'CbCr format as opposed to an 653 Colorbar test pattern is selected. [all …]
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | iskeleton.S | 161 | Entry point for the selected cas emulation code implementation. 172 | Entry point for the selected cas2 emulation code implementation.
|
D | ilsp.doc | 71 function. A branch instruction located at the selected entry point
|
/linux-4.1.27/arch/powerpc/platforms/40x/ |
D | Kconfig | 144 # 40x errata/workaround config symbols, selected by the CPU models above
|
/linux-4.1.27/Documentation/devicetree/bindings/bus/ |
D | imx-weim.txt | 52 on the selected chip.
|
/linux-4.1.27/drivers/power/ |
D | ab8500_fg.c | 1932 int selected; in ab8500_fg_battok_init_hw_register() local 1946 selected = BATT_OK_MIN + cbp_sel0 * BATT_OK_INCREMENT; in ab8500_fg_battok_init_hw_register() 1948 if (selected != sel0) in ab8500_fg_battok_init_hw_register() 1950 sel0, selected, cbp_sel0); in ab8500_fg_battok_init_hw_register() 1952 selected = BATT_OK_MIN + cbp_sel1 * BATT_OK_INCREMENT; in ab8500_fg_battok_init_hw_register() 1954 if (selected != sel1) in ab8500_fg_battok_init_hw_register() 1956 sel1, selected, cbp_sel1); in ab8500_fg_battok_init_hw_register()
|
/linux-4.1.27/drivers/usb/usbip/ |
D | usbip_protocol.txt | 256 0x1C | 4 | | start_frame: specify the selected frame to 305 | | | selected frame for transmit.
|
/linux-4.1.27/arch/arm/mach-ixp4xx/ |
D | Kconfig | 229 and is automatically selected by Ethernet and HSS drivers. 236 and is automatically selected by Ethernet and HSS drivers.
|
/linux-4.1.27/arch/arm/mach-s3c24xx/ |
D | Kconfig | 124 This also means that the PLL tables for the selected CPU(s) will 285 Can be selected by another SoCs such as S3C2416 with similar 326 selected
|
/linux-4.1.27/tools/perf/util/ |
D | evlist.h | 53 struct perf_evsel *selected; member
|
/linux-4.1.27/Documentation/ |
D | SM501.txt | 23 be specified by the platform data) and then exports the selected
|
D | module-signing.txt | 35 SHA-512 (the algorithm is selected by data in the signature). 87 The algorithm selected here will also be built into the kernel (rather
|
D | cputopology.txt | 40 related sysfs files will only be created if CONFIG_SCHED_BOOK is selected.
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | fw-cfg.txt | 16 the selected entry is writable, the guest can rewrite it through the data
|
D | coresight.txt | 7 through the intermediate links connecting the source to the currently selected
|
/linux-4.1.27/Documentation/devicetree/bindings/iio/adc/ |
D | qcom,spmi-vadc.txt | 91 selected is 2^(value).
|
/linux-4.1.27/Documentation/networking/ |
D | ixgbe.txt | 251 Once this is selected, DCB support must be selected for ixgbe. This can 260 After these options are selected, you must rebuild your kernel and your
|
D | nfc.txt | 63 * deactivate_target - deselect and deinitialize the selected target
|
D | ipvlan.txt | 33 operate in the same (selected) mode. The RX mode is almost identical except
|
/linux-4.1.27/Documentation/m68k/ |
D | README.buddha | 118 selected in the speed register (see further down). With 176 what you have selected in the speed register:
|
D | kernel-options.txt | 171 This option causes certain kernel messages be printed to the selected 214 passed by bootstrap! In this case, the size is selected automatically 269 "Probe all LUNs on each SCSI device" was selected during the kernel 558 can be selected. If you have two disk drives, select the "better" 731 Specify the number of bit-planes for the selected video-mode.
|
/linux-4.1.27/arch/arm64/ |
D | Kconfig.debug | 47 of the kernel to be randomized at build-time. When selected,
|
/linux-4.1.27/arch/mn10300/mm/ |
D | Kconfig.cache | 39 and invalidation by automatic purge register is not selected.
|
/linux-4.1.27/Documentation/power/ |
D | interface.txt | 38 selected one in brackets, for example
|
/linux-4.1.27/drivers/ssb/ |
D | Kconfig | 17 It will be auto-selected if needed in other
|
/linux-4.1.27/drivers/iommu/ |
D | Kconfig | 1 # IOMMU_API always gets selected by whoever wants it. 143 one is found. If this option is not selected, DMAR support can
|
/linux-4.1.27/arch/m68k/kernel/ |
D | setup_mm.c | 49 #warning No CPU/platform type selected, your kernel will not work!
|
/linux-4.1.27/Documentation/fmc/ |
D | FMC-and-SDB.txt | 25 archives for selected revisions are placed to the Files section of the
|
/linux-4.1.27/drivers/video/console/ |
D | Kconfig | 112 If this option is selected, the framebuffer console will
|
/linux-4.1.27/fs/nfsd/ |
D | Kconfig | 28 CONFIG_NFSD is selected.
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | sint.S | 218 movel L_SCR1(%a6),%d1 |use selected rounding mode
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | CMIPCI.txt | 94 be selected. The last item is available only with model 039 100 selected.
|
D | HD-Audio-Controls.txt | 26 selected, plugging to a headphone jack mutes both speakers and
|
/linux-4.1.27/arch/powerpc/ |
D | Kconfig.debug | 139 Use the selected console for early debugging. Careful, if you 327 platform probing is done, all platforms selected must
|
/linux-4.1.27/Documentation/x86/ |
D | exception-tables.txt | 57 the code generated by the preprocessor and the compiler. I selected 286 return -EFAULT. GCC selected EAX to return this value.
|
/linux-4.1.27/Documentation/scsi/ |
D | ufs.txt | 54 protocol agnostic, however SCSI has been selected as a baseline
|
D | BusLogic.txt | 150 queue depth of 1 is selected. Tagged queuing is also disabled for individual 164 the bus device reset error recovery strategy is selected and sending a bus 365 selected host adapter. 446 associated Target Device will have its Queue Depth selected automatically.
|
D | arcmsr_spec.txt | 466 ** (0:flash selected, 1:flash not selected)
|
/linux-4.1.27/drivers/mtd/ubi/ |
D | Kconfig | 102 When selected, this feature will be built in the UBI driver.
|
/linux-4.1.27/include/linux/mtd/ |
D | cfi.h | 76 #warning No CONFIG_MTD_CFI_Ix selected. No NOR chip support can work.
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | max8997-regulator.txt | 50 - max8997,pmic-buck125-default-dvs-idx: Default voltage setting selected from
|
D | ti-abb-regulator.txt | 41 voltage, allowing for various modes to be selected indexed off
|
D | s5m8767-regulator.txt | 49 - s5m8767,pmic-buck234-default-dvs-idx: Default voltage setting selected from
|
/linux-4.1.27/security/selinux/ |
D | Kconfig | 17 to be disabled at boot. If this option is selected, SELinux
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | fsl-tsec-phy.txt | 102 TimerOsc = selected reference clock MHz
|
/linux-4.1.27/arch/avr32/ |
D | Kconfig | 3 # With EXPERT=n, we get lots of stuff automatically selected
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 318 bool "Allow multiple platforms to be selected" 1299 This option should be selected by machines which have an SMP- 1478 # selected platforms. 1601 (selected with CONFIG_OABI_COMPAT). 1617 selected, since there is no way yet to sensibly distinguish 1621 can say N here. If this option is not selected and you attempt 1656 Depending on the selected kernel/user memory split, minimum 1989 image will be placed. If AUTO_ZRELADDR is selected, the address 2006 comment "At least one emulation must be selected"
|
/linux-4.1.27/drivers/base/ |
D | Kconfig | 274 Memory Allocator. If the size of 0 is selected, CMA is disabled by 286 If 0 percent is selected, CMA is disabled by default, but it can be
|
/linux-4.1.27/Documentation/locking/ |
D | locktorture.txt | 71 randomly selected CPU-hotplug operation. Defaults
|
/linux-4.1.27/tools/perf/ |
D | builtin-top.c | 543 if (t->evlist->selected != NULL) in perf_top__sort_new_samples() 544 t->sym_evsel = t->evlist->selected; in perf_top__sort_new_samples()
|
/linux-4.1.27/drivers/s390/char/ |
D | Kconfig | 139 called tape390 and include all selected interfaces and
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
D | Kconfig | 15 on the types of drivers being selected, these libraries will be
|
/linux-4.1.27/Documentation/console/ |
D | console.txt | 77 NOTE1: Binding and unbinding must be selected in Kconfig. It's under:
|
/linux-4.1.27/sound/soc/codecs/ |
D | Kconfig | 180 be selected separately. 374 # if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will
|