Home
last modified time | relevance | path

Searched refs:selected (Results 1 – 200 of 365) sorted by relevance

12

/linux-4.4.14/drivers/staging/android/
Dlowmemorykiller.c82 struct task_struct *selected = NULL; in lowmem_scan() local
146 if (selected) { in lowmem_scan()
153 selected = p; in lowmem_scan()
159 if (selected) { in lowmem_scan()
160 task_lock(selected); in lowmem_scan()
161 send_sig(SIGKILL, selected, 0); in lowmem_scan()
167 if (selected->mm) in lowmem_scan()
168 mark_oom_victim(selected); in lowmem_scan()
169 task_unlock(selected); in lowmem_scan()
171 selected->pid, selected->comm, in lowmem_scan()
/linux-4.4.14/scripts/kconfig/lxdialog/
Dmenubox.c67 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 …]
Dchecklist.c31 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()
Dyesno.c27 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()
Ddialog.h176 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);
Dinputbox.c29 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()
Dutil.c447 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.4.14/net/mac80211/
DKconfig125 selected some functions are marked "noinline" to allow
141 many debugging messages. It should not be selected
153 should not be selected on production systems as some
174 It should not be selected on production systems as some
185 be selected on production systems as those messages
196 be selected on production systems as those messages
208 It should not be selected on production systems as those
221 It should not be selected on production systems as those
234 It should not be selected on production systems as those
247 It should not be selected on production systems as those
[all …]
/linux-4.4.14/drivers/gpu/drm/
DKconfig107 graphics card. If M is selected, the module will be called tdfx.
115 is selected, the module will be called r128. AGP support for
138 If M is selected, the module will be called radeon.
160 If M is selected, the module will be called amdgpu.
172 selected, the module will be called i810. AGP support is required
183 card. If M is selected, the module will be called mga. AGP
192 chipset. If M is selected the module will be called sis. AGP
200 chipset. If M is selected the module will be called via.
207 chipset. If M is selected the module will be called savage.
215 If M is selected the module will be called vgem.
/linux-4.4.14/Documentation/devicetree/bindings/mips/cavium/
Dbootbus.txt55 - 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.4.14/fs/exofs/
DKconfig.ore6 # selected here, and we default to "ON". So in effect it is like been
7 # selected by any of the users.
/linux-4.4.14/scripts/
Dget_maintainer.pl1496 my %selected;
1503 $selected{$count} = 1;
1528 $sel = "*" if ($selected{$count});
1612 $selected{$nr - 1} = !$selected{$nr - 1};
1617 $selected{$i} = $toggle;
1621 $selected{$i} = !$selected{$i};
1626 $selected{$i} = !$selected{$i}
1631 $selected{$i} = !$selected{$i}
1636 $selected{$i} = !$selected{$i}
1641 $selected{$i} = !$selected{$i}
[all …]
/linux-4.4.14/drivers/staging/rtl8723au/
DKconfig20 "Y" should be selected.
28 limited memory, "Y" should be selected.
/linux-4.4.14/Documentation/devicetree/bindings/clock/ti/
Dmux.txt7 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
Dcomposite.txt9 of which can be selected as output, this behaves exactly as [2]
/linux-4.4.14/drivers/of/
DKconfig8 It is automatically selected by platforms that need it or can
55 While this option is selected automatically on such platforms, you
112 While this option is selected automatically when needed, you can
/linux-4.4.14/security/integrity/evm/
DKconfig21 Default value is 'selected', which is former version 2.
22 if 'not selected', it is former version 1
/linux-4.4.14/drivers/net/wireless/hostap/
Dhostap_info.c171 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()
Dhostap_main.c208 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.4.14/drivers/vhost/
DKconfig27 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.4.14/Documentation/devicetree/bindings/mfd/
Dmax8998.txt34 - 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.
Das3711.txt36 If "su2-feedback-curr-auto" is selected, one or more of the following properties
Darizona.txt64 selected from either MICVDD or one of the MICBIAS's, defines
/linux-4.4.14/arch/avr32/mach-at32ap/include/mach/
Dchip.h16 # error Unknown chip type selected
/linux-4.4.14/fs/kernfs/
DKconfig2 # KERNFS should be selected by its users
/linux-4.4.14/Documentation/usb/
Dgadget_printer.txt112 # 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")) {
Dgadget-testing.txt74 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.
669 selected
Dproc_usb_info.txt285 script, it can display any selected lines (for example, only T, D,
288 selected lines [selected from TBDPSCIE] or "All" lines from
/linux-4.4.14/Documentation/fb/
Dvt8623fb.txt33 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
Darkfb.txt36 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
Ds3fb.txt45 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
Dapi.txt277 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.4.14/drivers/rpmsg/
DKconfig3 # RPMSG always gets selected by whoever wants it
/linux-4.4.14/Documentation/mn10300/
Dcompartmentalisation.txt19 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.4.14/Documentation/ia64/
Dserial.txt95 - 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.
DIRQ-redir.txt18 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.4.14/arch/arm/plat-samsung/include/plat/
Dadc.h28 unsigned selected),
/linux-4.4.14/drivers/gpu/drm/bochs/
DKconfig12 If M is selected the module will be called bochs-drm.
/linux-4.4.14/drivers/parport/
Ddaisy.c242 int selected; in parport_open() local
244 selected = port->daisy; in parport_open()
247 if (selected != daisy) { in parport_open()
/linux-4.4.14/drivers/gpu/drm/shmobile/
DKconfig14 If M is selected the module will be called shmob-drm.
/linux-4.4.14/tools/perf/Documentation/
Dperfconfig.example7 selected = lightgray, magenta
Dintel-pt.txt76 selected for reporting. e.g. sample every microsecond
132 selected by providing the PMU name followed by the "config" separated by slashes.
267 If MTC packets are selected, the default config selects a value
528 "per thread" mode is selected by -t or by --per-thread (with -p or -u or just a
530 "per cpu" is selected by -C or -a.
531 "workload only" mode is selected by not using the other options but providing a
537 In per-cpu mode all processes (or processes from the selected cgroup i.e. -G
538 option, or processes selected with -p or -u) are traced. Each cpu has its own
Dperf-list.txt15 This command displays the symbolic event types which can be selected in the
/linux-4.4.14/drivers/media/i2c/
Dtvaudio.c314 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.4.14/drivers/net/ethernet/wiznet/
DKconfig66 If interface mode is unknown in compile time, it can be selected
69 Performance may decrease compared to explicitly selected bus mode.
/linux-4.4.14/drivers/net/team/
DKconfig32 Basic mode where port used for transmitting packets is selected in
44 Basic mode where port used for transmitting packets is selected
/linux-4.4.14/drivers/gpu/drm/fsl-dcu/
DKconfig18 If M is selected the module will be called fsl-dcu-drm.
/linux-4.4.14/Documentation/leds/
Dleds-lp55xx.txt68 (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
Dleds-class.txt30 selected.
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
DKconfig17 selected to enabled full userptr support.
/linux-4.4.14/drivers/gpu/drm/radeon/
DKconfig7 selected to enabled full userptr support.
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dfsl,imx27-pinctrl.txt33 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.
Dfsl,imx-pinctrl.txt36 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
Dqcom,pmic-gpio.txt116 Definition: Specifies the strength to use for pull up, if selected.
124 pull up is selected
Dpinctrl-palmas.txt63 functions is selected then directly pins register will be written with 0, 1, 2
Dxlnx,zynq-pinctrl.txt70 - io-standard: Configure the pin to use the selected IO standard according to
Dpinctrl-st.txt118 -mode :pin configuration is selected from one of the below values.
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-driver-hid-corsair15 Description: Get/set the current selected profile. Values are from 1 to 3.
Dconfigfs-spear-pcie-gadget7 Interface is used to configure selected dual mode PCIe controller
Dsysfs-platform-eeepc-laptop43 For example, 0x301 means: mode 1 selected, 3 available modes.
Dsysfs-class-led27 /sys/class/leds/<led> once a given trigger is selected.
Dsysfs-bus-fcoe87 selected: 1 indicates that the switch has been selected for use;
/linux-4.4.14/drivers/staging/unisys/visornic/
DKconfig13 s-Par switches will not work if this driver is not selected.
/linux-4.4.14/drivers/staging/rtl8188eu/
DKconfig18 "Y" should be selected.
/linux-4.4.14/drivers/md/bcache/
Dutil.c97 size_t selected) in bch_snprint_string_list() argument
104 i == selected ? "[%s] " : "%s ", list[i]); in bch_snprint_string_list()
/linux-4.4.14/arch/nios2/kernel/
Dearly_printk.c85 selected
/linux-4.4.14/Documentation/devicetree/bindings/rtc/
Drtc-st-lpc.txt20 One (and only one) mode must be selected.
/linux-4.4.14/Documentation/devicetree/bindings/eeprom/
Deeprom.txt7 driver based on <type> is selected. Possible types are:
/linux-4.4.14/Documentation/devicetree/bindings/timer/
Dst,stih407-lpc20 One (and only one) mode must be selected.
/linux-4.4.14/drivers/gpu/drm/rcar-du/
DKconfig12 If M is selected the module will be called rcar-du-drm.
/linux-4.4.14/drivers/iio/buffer/
DKconfig9 Should be selected by any drivers that do in-kernel push
/linux-4.4.14/scripts/kconfig/
Dmconf.c809 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.4.14/lib/
DKconfig271 # Generic allocator support is selected if needed
295 # BCH support is selected if needed
311 When this option is selected, the BCH library supports
452 # Generic 64-bit atomic support is selected if needed
499 # libfdt files, only selected if needed.
518 scatterlist. This should be selected by a driver or an API which
/linux-4.4.14/Documentation/device-mapper/
Ddm-service-time.txt16 <repeat_count>: The number of I/Os to dispatch using the selected
24 If '0' is given, the path isn't selected while
Ddm-crypt.txt25 You can only use key sizes that are valid for the selected cipher
26 in combination with the selected iv mode.
Ddm-queue-length.txt9 <repeat_count>: The number of I/Os to dispatch using the selected
Ddm-flakey.txt46 selected flags set.
Dcache.txt77 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
/linux-4.4.14/arch/arm/mm/
Dmmu.c159 int i, selected = -1; in early_cachepolicy() local
165 selected = i; in early_cachepolicy()
170 if (selected == -1) in early_cachepolicy()
180 if (cpu_architecture() >= CPU_ARCH_ARMv6 && selected != cachepolicy) { in early_cachepolicy()
186 if (selected != cachepolicy) { in early_cachepolicy()
187 unsigned long cr = __clear_cr(cache_policies[selected].cr_mask); in early_cachepolicy()
188 cachepolicy = selected; in early_cachepolicy()
/linux-4.4.14/Documentation/video4linux/bttv/
DTHANKS20 - Hauppauge for telling how the sound input is selected and what components
/linux-4.4.14/include/scsi/
Dfcoe_sysfs.h110 u8 selected; member
/linux-4.4.14/Documentation/cpuidle/
Dgovernor.txt24 kernel configuration and platform will be selected by cpuidle.
/linux-4.4.14/drivers/tty/hvc/
DKconfig8 It will automatically be selected if one of the back-end console drivers
9 is selected.
/linux-4.4.14/drivers/misc/mei/
DKconfig7 if selected /dev/mei misc device will be created.
/linux-4.4.14/Documentation/misc-devices/
Dics932s40119 clock, and a reference clock. The driver reports selected and actual
Dspear-pcie-gadget.txt24 Its main purpose is to configure selected dual mode PCIe controller as device
/linux-4.4.14/fs/befs/
DKconfig8 on files and directories, and database-like indices on selected
/linux-4.4.14/arch/unicore32/mm/
DKconfig3 # Select CPU types depending on the architecture selected. This selects
/linux-4.4.14/Documentation/devicetree/bindings/watchdog/
Dst_lpc_wdt.txt21 One (and only one) mode must be selected.
/linux-4.4.14/Documentation/frv/
Dconfiguring.txt40 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
Dgdbstub.txt60 "Immediate activation" was selected, then the kernel will wait for GDB to
/linux-4.4.14/sound/oss/
Dad1848.c803 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.4.14/drivers/scsi/fcoe/
Dfcoe_sysfs.c104 ((x)->selected)
429 fcoe_fcf_rd_attr(selected, "%u\n", 20);
919 fcf->selected = new_fcf->selected; in fcoe_fcf_device_add()
/linux-4.4.14/drivers/hwspinlock/
DKconfig5 # HWSPINLOCK always gets selected by whoever wants it.
/linux-4.4.14/arch/arm/mach-davinci/
DKconfig147 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.4.14/drivers/block/
Damiflop.c161 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.4.14/Documentation/security/
Dapparmor.txt13 If AppArmor should be selected as the default security module then
/linux-4.4.14/arch/arm/mach-ux500/
DKconfig65 At least one platform needs to be selected in order to build
/linux-4.4.14/drivers/crypto/nx/
DKconfig23 drivers must be selected also. If you choose 'M' here, this
/linux-4.4.14/drivers/misc/mic/
DKconfig7 This option is selected by any driver which registers a
24 This option is selected by any driver which registers a
/linux-4.4.14/Documentation/phy/
Dsamsung-usb2.txt26 specific callbacks. The specific SoC version is selected by choosing
117 include support for selected SoCs in the compiled driver. The Kconfig
/linux-4.4.14/Documentation/sh/
Dregister-banks.txt8 bank (selected by SR.RB, only r0 ... r7 are banked), whereas other families
/linux-4.4.14/Documentation/devicetree/bindings/net/can/
Dmpc5xxx-mscan.txt29 clock will be selected. If this is not possible,
/linux-4.4.14/arch/powerpc/platforms/44x/
DKconfig288 # 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.4.14/drivers/mtd/nand/
Dsunxi_nand.c241 int selected; member
360 if (sunxi_nand->selected < 0) in sunxi_nfc_dev_ready()
363 rb = &sunxi_nand->sels[sunxi_nand->selected].rb; in sunxi_nfc_dev_ready()
400 if (chip == sunxi_nand->selected) in sunxi_nfc_select_chip()
431 sunxi_nand->selected = chip; in sunxi_nfc_select_chip()
1262 chip->selected = -1; in sunxi_nand_chip_init()
/linux-4.4.14/Documentation/RCU/
Dtorture.txt72 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.4.14/Documentation/block/
Dswitching-sched.txt31 will be displayed, with the currently selected scheduler in brackets:
/linux-4.4.14/kernel/
DKconfig.hz32 or multimedia, selected 300Hz instead.
DKconfig.preempt24 preemption points have been selected to reduce the maximum
/linux-4.4.14/fs/ubifs/
DKconfig49 so be careful. How often atime is updated depends on the selected strategy:
/linux-4.4.14/Documentation/devicetree/bindings/clock/st/
Dst,clkgen-vcc.txt7 that selected clock.
/linux-4.4.14/Documentation/x86/x86_64/
Duefi.txt23 be selected.
/linux-4.4.14/Documentation/powerpc/
Dbootwrapper.txt111 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.4.14/arch/arm/plat-samsung/
Dadc.c60 void (*select_cb)(struct s3c_adc_client *c, unsigned selected);
225 unsigned int selected), in s3c_adc_register() argument
/linux-4.4.14/security/
DKconfig16 If this option is not selected, no restrictions will be enforced
29 If this option is not selected, the default Linux security
/linux-4.4.14/Documentation/w1/
Dw1.generic36 is selected using either W1_SKIP_ROM or W1_MATCH_ROM command.
42 be read, since no device was selected.
/linux-4.4.14/drivers/pinctrl/
DKconfig34 future processors. This option is selected automatically when specific
35 machine and arch are selected to build.
/linux-4.4.14/Documentation/filesystems/nfs/
Dnfsroot.txt25 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,
Dfault_injection.txt10 NFSD_FAULT_INJECTION must be selected when configuring the kernel to use this
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dsamsung,s5pv210-clock.txt34 board device tree, including the system base clock, as selected by XOM[0]
/linux-4.4.14/Documentation/devicetree/bindings/media/i2c/
Dadv7604.txt50 - default-input: Select which input is selected after reset.
/linux-4.4.14/drivers/gpu/drm/i915/
DKconfig29 If M is selected, the module will be called i915. AGP support
/linux-4.4.14/Documentation/networking/
Dvxlan.txt32 and uses the Linux-selected value by default to maintain backwards
Dixgbe.txt251 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
Dipvlan.txt33 operate in the same (selected) mode. The RX mode is almost identical except
Dnfc.txt63 * deactivate_target - deselect and deinitialize the selected target
/linux-4.4.14/drivers/staging/iio/Documentation/
Dring.txt7 implementation to be selected at compile time via Kconfig options.
/linux-4.4.14/drivers/media/
DKconfig108 # Only enables if one of the V4L2 types (ATV, webcam, radio) is selected
130 # Only enables if one of DTV is selected
/linux-4.4.14/Documentation/vm/
Dnuma73 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.
Dzswap.txt57 zbud is created, but it can be selected at boot time by setting the "zpool"
89 The default compressor is lzo, but it can be selected at boot time by setting
Dhugetlbpage.txt17 (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
/linux-4.4.14/drivers/media/platform/marvell-ccic/
Dmcam-core.h33 #error One of the videobuf buffer modes must be selected in the config
/linux-4.4.14/Documentation/isdn/
DREADME.hfc-pci23 If more than one HFC-PCI cards are installed, a specific card may be selected
DREADME.audio135 AT-command-line (i.e.: "AT+VTX+VRX"), full-duplex-mode is selected.
/linux-4.4.14/Documentation/devicetree/bindings/power/reset/
Dkeystone-reset.txt4 of selected watchdogs.
/linux-4.4.14/drivers/virtio/
DKconfig4 This option is selected by any driver which implements the virtio
/linux-4.4.14/Documentation/cpu-freq/
Duser-guide.txt132 be set. Then, a "governor" must be selected. Such a "governor" decides
215 If you have selected the "userspace" governor which allows you to
Dintel-pstate.txt54 will run at is selected by the processor itself.
/linux-4.4.14/Documentation/virtual/kvm/
Ds390-diag.txt5 native hypercalls and for selected hypercalls found on other s390
/linux-4.4.14/Documentation/w1/masters/
Domap-hdq49 to the bus using SEARCH_ROM procedure. 1-wire mode can be selected by
/linux-4.4.14/drivers/remoteproc/
DKconfig3 # REMOTEPROC gets selected by whoever wants it
/linux-4.4.14/drivers/block/drbd/
DKconfig5 comment "DRBD disabled because PROC_FS or INET not selected"
/linux-4.4.14/arch/
DKconfig119 This symbol should be selected by an architecture if 64 bit
135 This symbol should be selected by an architecture if it can
137 code paths to be selected for these cases. Some network
239 This symbol should be selected by an architecure if it supports
/linux-4.4.14/drivers/gpu/drm/exynos/
DKconfig12 If M is selected the module will be called exynosdrm.
/linux-4.4.14/Documentation/devicetree/bindings/power/
Dpower_domain.txt4 used for power gating of selected IP blocks for power saving by reduced leakage
/linux-4.4.14/Documentation/i2c/
Di2c-stub28 return the number of bytes selected with the largest write so far.
/linux-4.4.14/arch/m68k/ifpsp060/
Diskeleton.S161 | Entry point for the selected cas emulation code implementation.
172 | Entry point for the selected cas2 emulation code implementation.
/linux-4.4.14/Documentation/video4linux/
DREADME.ivtv111 An mpeg2 stream sent to this device will appear on the selected video
122 The raw audio PCM stereo stream from the currently selected
Dvivid.txt280 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,
644 selected, otherwise the test pattern will go through unconverted.
810 is selected.
[all …]
/linux-4.4.14/Documentation/ABI/obsolete/
Dsysfs-driver-hid-roccat-arvo7 When written this attribute activates the selected profile
/linux-4.4.14/Documentation/kbuild/
DKconfig.recursion-issue-0234 # under 'select' for a symbol, when such symbols are selected kconfig them
Dkconfig-language.txt102 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.4.14/Documentation/devicetree/bindings/bus/
Dimx-weim.txt52 on the selected chip.
/linux-4.4.14/arch/powerpc/platforms/40x/
DKconfig144 # 40x errata/workaround config symbols, selected by the CPU models above
/linux-4.4.14/drivers/power/
Dab8500_fg.c1932 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.4.14/drivers/usb/usbip/
Dusbip_protocol.txt256 0x1C | 4 | | start_frame: specify the selected frame to
305 | | | selected frame for transmit.
/linux-4.4.14/arch/arm/mach-ixp4xx/
DKconfig229 and is automatically selected by Ethernet and HSS drivers.
236 and is automatically selected by Ethernet and HSS drivers.
/linux-4.4.14/arch/arm/mach-s3c24xx/
DKconfig124 This also means that the PLL tables for the selected CPU(s) will
290 Can be selected by another SoCs such as S3C2416 with similar
331 selected
/linux-4.4.14/Documentation/
DSM501.txt23 be specified by the platform data) and then exports the selected
Dcputopology.txt55 related sysfs files will only be created if CONFIG_SCHED_BOOK is selected.
Dmodule-signing.txt35 SHA-512 (the algorithm is selected by data in the signature).
87 The algorithm selected here will also be built into the kernel (rather
/linux-4.4.14/tools/perf/util/
Devlist.h58 struct perf_evsel *selected; member
/linux-4.4.14/Documentation/hwmon/
Dgl518sm44 case when you have selected to turn fan1 off, no fan1 alarm is triggered.
Dpmbus-core186 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
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dfw-cfg.txt16 the selected entry is writable, the guest can rewrite it through the data
Dcoresight.txt7 through the intermediate links connecting the source to the currently selected
/linux-4.4.14/Documentation/devicetree/bindings/iio/adc/
Dqcom,spmi-vadc.txt91 selected is 2^(value).
/linux-4.4.14/Documentation/m68k/
DREADME.buddha118 selected in the speed register (see further down). With
176 what you have selected in the speed register:
/linux-4.4.14/Documentation/arm/
DREADME168 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
/linux-4.4.14/Documentation/blockdev/
Dzram.txt85 currently selected (shown in square brackets) compression algorithms,
86 change selected compression algorithm (once the device is initialised
/linux-4.4.14/arch/arm64/
DKconfig.debug43 of the kernel to be randomized at build-time. When selected,
/linux-4.4.14/Documentation/devicetree/bindings/
Dgraph.txt35 endpoint at a port, or a port node needs to be associated with a selected
/linux-4.4.14/include/linux/mtd/
Dcfi.h76 #warning No CONFIG_MTD_CFI_Ix selected. No NOR chip support can work.
/linux-4.4.14/Documentation/power/
Dinterface.txt38 selected one in brackets, for example
/linux-4.4.14/drivers/ssb/
DKconfig17 It will be auto-selected if needed in other
/linux-4.4.14/arch/mn10300/mm/
DKconfig.cache39 and invalidation by automatic purge register is not selected.
/linux-4.4.14/arch/m68k/fpsp040/
Dsint.S218 movel L_SCR1(%a6),%d1 |use selected rounding mode
/linux-4.4.14/drivers/video/console/
DKconfig112 If this option is selected, the framebuffer console will
/linux-4.4.14/Documentation/fmc/
DFMC-and-SDB.txt25 archives for selected revisions are placed to the Files section of the
/linux-4.4.14/fs/nfsd/
DKconfig28 CONFIG_NFSD is selected.
/linux-4.4.14/arch/m68k/kernel/
Dsetup_mm.c49 #warning No CPU/platform type selected, your kernel will not work!
/linux-4.4.14/Documentation/sound/alsa/
DCMIPCI.txt94 be selected. The last item is available only with model 039
100 selected.
DHD-Audio-Controls.txt26 selected, plugging to a headphone jack mutes both speakers and
/linux-4.4.14/Documentation/x86/
Dexception-tables.txt57 the code generated by the preprocessor and the compiler. I selected
286 return -EFAULT. GCC selected EAX to return this value.
/linux-4.4.14/drivers/iommu/
DKconfig1 # IOMMU_API always gets selected by whoever wants it.
160 one is found. If this option is not selected, DMAR support can
/linux-4.4.14/drivers/mtd/ubi/
DKconfig102 When selected, this feature will be built in the UBI driver.
/linux-4.4.14/Documentation/devicetree/bindings/regulator/
Dmax8997-regulator.txt50 - max8997,pmic-buck125-default-dvs-idx: Default voltage setting selected from
Ds5m8767-regulator.txt49 - s5m8767,pmic-buck234-default-dvs-idx: Default voltage setting selected from
Dti-abb-regulator.txt41 voltage, allowing for various modes to be selected indexed off
/linux-4.4.14/Documentation/scsi/
Dufs.txt54 protocol agnostic, however SCSI has been selected as a baseline
DBusLogic.txt150 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.
/linux-4.4.14/arch/powerpc/
DKconfig.debug147 Use the selected console for early debugging. Careful, if you
335 platform probing is done, all platforms selected must
/linux-4.4.14/security/selinux/
DKconfig17 to be disabled at boot. If this option is selected, SELinux
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dfsl-tsec-phy.txt106 TimerOsc = selected reference clock MHz
/linux-4.4.14/arch/avr32/
DKconfig3 # With EXPERT=n, we get lots of stuff automatically selected
/linux-4.4.14/arch/arm/
DKconfig321 bool "Allow multiple platforms to be selected"
1312 This option should be selected by machines which have an SMP-
1495 # selected platforms.
1618 (selected with CONFIG_OABI_COMPAT).
1634 selected, since there is no way yet to sensibly distinguish
1638 can say N here. If this option is not selected and you attempt
1673 Depending on the selected kernel/user memory split, minimum
2038 image will be placed. If AUTO_ZRELADDR is selected, the address
2055 comment "At least one emulation must be selected"
/linux-4.4.14/drivers/base/
DKconfig274 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.4.14/Documentation/locking/
Dlocktorture.txt74 randomly selected CPU-hotplug operation. Defaults
/linux-4.4.14/tools/perf/
Dbuiltin-top.c549 if (t->evlist->selected != NULL) in perf_top__sort_new_samples()
550 t->sym_evsel = t->evlist->selected; in perf_top__sort_new_samples()
/linux-4.4.14/drivers/net/wireless/rt2x00/
DKconfig15 on the types of drivers being selected, these libraries will be

12