/Linux-v4.19/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, "Select", y, x, selected == 0); in print_buttons() 161 print_button(win, " Exit ", y, x + 12, selected == 1); in print_buttons() 162 print_button(win, " 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, "Select", y, x, selected == 0); in print_buttons() 107 print_button(dialog, " 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, " Yes ", y, x, selected == 0); in print_buttons() 33 print_button(dialog, " No ", y, x + 13, selected == 1); in print_buttons() 35 wmove(dialog, y, x + 1 + 13 * selected); in print_buttons()
|
D | inputbox.c | 29 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument 34 print_button(dialog, " Ok ", y, x, selected == 0); in print_buttons() 35 print_button(dialog, " Help ", y, x + 14, selected == 1); in print_buttons() 37 wmove(dialog, y, x + 1 + 14 * selected); in print_buttons()
|
D | dialog.h | 170 int selected; /* Set to 1 by dialog_*() function if selected. */ member 218 void print_button(WINDOW * win, const char *label, int y, int x, int selected); 236 const void *selected, int *s_scroll);
|
/Linux-v4.19/drivers/gpu/drm/tinydrm/ |
D | Kconfig | 8 If M is selected the module will be called tinydrm. 21 If M is selected the module will be called ili9225. 32 If M is selected the module will be called ili9341. 41 If M is selected the module will be called mi0283qt. 54 If M is selected the module will be called repaper. 64 If M is selected the module will be called st7586. 75 If M is selected the module will be called st7735r.
|
/Linux-v4.19/drivers/gpu/drm/sun4i/ |
D | Kconfig | 13 Display Engine. If M is selected the module will be called 41 selected the module will be called sun4i-backend. 50 MIPI-DSI support. If M is selected the module will be called 60 selected the module will be called sun8i_dw_hdmi. 69 selected the module will be called sun8i-mixer.
|
/Linux-v4.19/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-v4.19/drivers/iio/buffer/ |
D | Kconfig | 9 Should be selected by any drivers that do in-kernel push 18 Should be selected by drivers that want to use the generic DMA buffer 30 Should be selected by drivers that want to use this functionality. 39 Should be selected by drivers that want to use the generic Hw consumer
|
/Linux-v4.19/drivers/pci/controller/dwc/ |
D | Kconfig | 34 host-specific features PCI_DRA7XX_HOST must be selected and in order 35 to enable device-specific features PCI_DRA7XX_EP must be selected. 49 host-specific features PCI_DRA7XX_HOST must be selected and in order 50 to enable device-specific features PCI_DRA7XX_EP must be selected. 66 host-specific features PCIE_DW_PLAT_HOST must be selected and in 68 selected. 81 host-specific features PCIE_DW_PLAT_HOST must be selected and in 83 selected.
|
/Linux-v4.19/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-v4.19/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-v4.19/drivers/mtd/nand/raw/ |
D | jz4780_nand.c | 50 int selected; member 81 if (chipnr == -1 && nfc->selected >= 0) { in jz4780_nand_select_chip() 82 cs = &nfc->cs[nfc->selected]; in jz4780_nand_select_chip() 86 nfc->selected = chipnr; in jz4780_nand_select_chip() 96 if (WARN_ON(nfc->selected < 0)) in jz4780_nand_cmd_ctrl() 99 cs = &nfc->cs[nfc->selected]; in jz4780_nand_cmd_ctrl()
|
/Linux-v4.19/drivers/gpu/drm/ |
D | Kconfig | 188 If M is selected, the module will be called radeon. 208 If M is selected, the module will be called amdgpu. 224 If M is selected the module will be called vgem. 236 If M is selected the module will be called vkms. 343 graphics card. If M is selected, the module will be called tdfx. 351 is selected, the module will be called r128. AGP support for 360 selected, the module will be called i810. AGP support is required 369 card. If M is selected, the module will be called mga. AGP 378 chipset. If M is selected the module will be called sis. AGP 386 chipset. If M is selected the module will be called via. [all …]
|
/Linux-v4.19/security/loadpin/ |
D | Kconfig | 17 If selected, LoadPin will enforce pinning at boot. If not 18 selected, it can be enabled at boot with the kernel parameter
|
/Linux-v4.19/scripts/ |
D | get_maintainer.pl | 1733 my %selected; 1740 $selected{$count} = 1; 1765 $sel = "*" if ($selected{$count}); 1849 $selected{$nr - 1} = !$selected{$nr - 1}; 1854 $selected{$i} = $toggle; 1858 $selected{$i} = !$selected{$i}; 1863 $selected{$i} = !$selected{$i} 1868 $selected{$i} = !$selected{$i} 1873 $selected{$i} = !$selected{$i} 1878 $selected{$i} = !$selected{$i} [all …]
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | video-fast-forward.rst | 55 selected. 76 - Mode VIDEO_SOURCE_MEMORY not selected.
|
D | video-slowmotion.rst | 55 selected. 76 - Mode VIDEO_SOURCE_MEMORY not selected.
|
D | audio-fwrite.rst | 53 This system call can only be used if AUDIO_SOURCE_MEMORY is selected 72 - Mode AUDIO_SOURCE_MEMORY not selected.
|
D | video-fwrite.rst | 52 This system call can only be used if VIDEO_SOURCE_MEMORY is selected 71 - Mode VIDEO_SOURCE_MEMORY not selected.
|
/Linux-v4.19/drivers/of/ |
D | Kconfig | 9 It is automatically selected by platforms that need it or can 61 While this option is selected automatically on such platforms, you 100 While this option is selected automatically when needed, you can
|
/Linux-v4.19/Documentation/userspace-api/ |
D | spec_ctrl.rst | 28 which is selected with arg2 of prctl(2). The return value uses bits 0-3 with 54 is selected by arg2 of :manpage:`prctl(2)` per task. arg3 is used to hand 79 ENXIO Control of the selected speculation misfeature is not possible.
|
/Linux-v4.19/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
|
/Linux-v4.19/Documentation/devicetree/bindings/mfd/ |
D | max8998.txt | 32 - max8998,pmic-buck1-default-dvs-idx: Default voltage setting selected from 36 - max8998,pmic-buck2-default-dvs-idx: Default voltage setting selected from 45 for buck1 regulator that can be selected using dvs gpio. 49 for buck2 regulator that can be selected using dvs gpio.
|
/Linux-v4.19/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-max77620.txt | 69 selected as FPS0, FPS1 or FPS2. 76 selected as FPS0, FPS1 or FPS2. 89 FPS source is selected as FPS0, FPS1 or 97 FPS source is selected as FPS0, FPS1 or
|