| /Linux-v5.4/scripts/kconfig/lxdialog/ |
| D | menubox.c | 54 int selected, int hotkey) in do_print_item() argument 75 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in do_print_item() 78 wattrset(win, selected ? dlg.tag_key_selected.atr in do_print_item() 82 if (selected) { in do_print_item() 89 #define print_item(index, choice, selected) \ argument 92 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \ 142 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons() argument 147 print_button(win, "Select", y, x, selected == 0); in print_buttons() 148 print_button(win, " Exit ", y, x + 12, selected == 1); in print_buttons() 149 print_button(win, " Help ", y, x + 24, selected == 2); in print_buttons() [all …]
|
| D | checklist.c | 18 static void print_item(WINDOW * win, int choice, int selected) in print_item() argument 33 wattrset(win, selected ? dlg.check_selected.atr in print_item() 38 wattrset(win, selected ? dlg.tag_selected.atr : dlg.tag.atr); in print_item() 40 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in print_item() 42 if (selected) { in print_item() 88 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument 93 print_button(dialog, "Select", y, x, selected == 0); in print_buttons() 94 print_button(dialog, " Help ", y, x + 14, selected == 1); in print_buttons() 96 wmove(dialog, y, x + 1 + 14 * selected); in print_buttons()
|
| D | yesno.c | 14 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument 19 print_button(dialog, " Yes ", y, x, selected == 0); in print_buttons() 20 print_button(dialog, " No ", y, x + 13, selected == 1); in print_buttons() 22 wmove(dialog, y, x + 1 + 13 * selected); in print_buttons()
|
| D | inputbox.c | 16 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() argument 21 print_button(dialog, " Ok ", y, x, selected == 0); in print_buttons() 22 print_button(dialog, " Help ", y, x + 14, selected == 1); in print_buttons() 24 wmove(dialog, y, x + 1 + 14 * selected); in print_buttons()
|
| D | dialog.h | 157 int selected; /* Set to 1 by dialog_*() function if selected. */ member 205 void print_button(WINDOW * win, const char *label, int y, int x, int selected); 223 const void *selected, int *s_scroll);
|
| D | util.c | 434 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button() argument 439 wattrset(win, selected ? dlg.button_active.atr in print_button() 444 wattrset(win, selected ? dlg.button_label_active.atr in print_button() 448 wattrset(win, selected ? dlg.button_key_active.atr in print_button() 451 wattrset(win, selected ? dlg.button_label_active.atr in print_button() 454 wattrset(win, selected ? dlg.button_active.atr in print_button() 635 item_cur->node.selected = val; in item_set_selected() 694 return (item_cur->node.selected != 0); in item_is_selected()
|
| /Linux-v5.4/drivers/gpu/drm/tiny/ |
| D | Kconfig | 23 If M is selected the module will be called hx8357d. 35 If M is selected the module will be called ili9225. 48 If M is selected the module will be called ili9341. 59 If M is selected the module will be called mi0283qt. 73 If M is selected the module will be called repaper. 85 If M is selected the module will be called st7586. 98 If M is selected the module will be called st7735r.
|
| /Linux-v5.4/drivers/gpu/drm/sun4i/ |
| D | Kconfig | 14 Display Engine. If M is selected the module will be called 42 selected the module will be called sun4i-backend. 52 MIPI-DSI support. If M is selected the module will be called 62 selected the module will be called sun8i_dw_hdmi. 71 selected the module will be called sun8i-mixer.
|
| /Linux-v5.4/net/mac80211/ |
| D | Kconfig | 111 selected some functions are marked "noinline" to allow 127 many debugging messages. It should not be selected 139 should not be selected on production systems as some 160 It should not be selected on production systems as some 171 be selected on production systems as those messages 182 be selected on production systems as those messages 194 It should not be selected on production systems as those 207 It should not be selected on production systems as those 220 It should not be selected on production systems as those 233 It should not be selected on production systems as those [all …]
|
| /Linux-v5.4/drivers/iio/buffer/ |
| D | Kconfig | 10 Should be selected by any drivers that do in-kernel push 19 Should be selected by drivers that want to use the generic DMA buffer 31 Should be selected by drivers that want to use this functionality. 40 Should be selected by drivers that want to use the generic Hw consumer
|
| /Linux-v5.4/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-v5.4/drivers/soc/ixp4xx/ |
| D | Kconfig | 10 and is automatically selected by Ethernet and HSS drivers. 17 and is automatically selected by Ethernet and HSS drivers.
|
| /Linux-v5.4/scripts/ |
| D | get_maintainer.pl | 1739 my %selected; 1746 $selected{$count} = 1; 1771 $sel = "*" if ($selected{$count}); 1855 $selected{$nr - 1} = !$selected{$nr - 1}; 1860 $selected{$i} = $toggle; 1864 $selected{$i} = !$selected{$i}; 1869 $selected{$i} = !$selected{$i} 1874 $selected{$i} = !$selected{$i} 1879 $selected{$i} = !$selected{$i} 1884 $selected{$i} = !$selected{$i} [all …]
|
| /Linux-v5.4/security/loadpin/ |
| D | Kconfig | 18 If selected, LoadPin will enforce pinning at boot. If not 19 selected, it can be enabled at boot with the kernel parameter
|
| /Linux-v5.4/drivers/gpu/drm/ |
| D | Kconfig | 221 If M is selected, the module will be called radeon. 240 If M is selected, the module will be called amdgpu. 254 If M is selected the module will be called vgem. 266 If M is selected the module will be called vkms. 387 graphics card. If M is selected, the module will be called tdfx. 395 is selected, the module will be called r128. AGP support for 404 selected, the module will be called i810. AGP support is required 413 card. If M is selected, the module will be called mga. AGP 422 chipset. If M is selected the module will be called sis. AGP 430 chipset. If M is selected the module will be called via. [all …]
|
| /Linux-v5.4/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-v5.4/drivers/of/ |
| D | Kconfig | 9 It is automatically selected by platforms that need it or can 62 While this option is selected automatically on such platforms, you 100 While this option is selected automatically when needed, you can
|
| /Linux-v5.4/drivers/mtd/nand/raw/ingenic/ |
| D | ingenic_nand_drv.c | 52 int selected; member 152 if (chipnr == -1 && nfc->selected >= 0) { in ingenic_nand_select_chip() 153 cs = &nfc->cs[nfc->selected]; in ingenic_nand_select_chip() 157 nfc->selected = chipnr; in ingenic_nand_select_chip() 167 if (WARN_ON(nfc->selected < 0)) in ingenic_nand_cmd_ctrl() 170 cs = &nfc->cs[nfc->selected]; in ingenic_nand_cmd_ctrl()
|
| /Linux-v5.4/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-v5.4/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-v5.4/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
|
| /Linux-v5.4/drivers/net/wireless/intersil/hostap/ |
| D | hostap_info.c | 172 struct hfa384x_hostscan_result *selected, *entry; in prism2_host_roaming() local 201 selected = &local->last_scan_results[0]; in prism2_host_roaming() 215 selected = entry; in prism2_host_roaming() 221 memcpy(req.bssid, selected->bssid, ETH_ALEN); in prism2_host_roaming() 222 req.channel = selected->chid; in prism2_host_roaming()
|
| /Linux-v5.4/Documentation/userspace-api/ |
| D | spec_ctrl.rst | 28 which is selected with arg2 of prctl(2). The return value uses bits 0-3 with 58 is selected by arg2 of :manpage:`prctl(2)` per task. arg3 is used to hand 83 ENXIO Control of the selected speculation misfeature is not possible.
|
| /Linux-v5.4/Documentation/media/uapi/dvb/ |
| D | video-slowmotion.rst | 62 selected. 83 - Mode VIDEO_SOURCE_MEMORY not selected.
|
| D | video-fast-forward.rst | 62 selected. 83 - Mode VIDEO_SOURCE_MEMORY not selected.
|