Home
last modified time | relevance | path

Searched refs:selected (Results 1 – 25 of 577) sorted by relevance

12345678910>>...24

/linux/scripts/kconfig/lxdialog/
A Dmenubox.c54 int selected, int hotkey) in do_print_item() argument
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
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()
150 print_button(win, " Save ", y, x + 36, selected == 3); in print_buttons()
153 wmove(win, y, x + 1 + 12 * selected); in print_buttons()
172 const void *selected, int *s_scroll) in dialog_menu() argument
[all …]
A Dchecklist.c18 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()
A Dyesno.c14 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()
A Dinputbox.c16 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()
A Ddialog.h157 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);
A Dutil.c434 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/drivers/gpu/drm/tiny/
A DKconfig11 If M is selected the module will be called arcpgu.
24 If M is selected the module will be called bochs.
81 If M is selected the module will be called hx8357d.
93 If M is selected the module will be called ili9225.
106 If M is selected the module will be called ili9341.
120 If M is selected the module will be called ili9486.
131 If M is selected the module will be called mi0283qt.
145 If M is selected the module will be called repaper.
157 If M is selected the module will be called st7586.
172 If M is selected the module will be called st7735r.
/linux/net/mac80211/
A DKconfig111 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
290 as well as a few selected dot11 counters. These will be
[all …]
/linux/drivers/gpu/drm/sun4i/
A DKconfig14 Display Engine. If M is selected the module will be called
42 selected the module will be called sun4i-backend.
53 MIPI-DSI support. If M is selected the module will be called
63 selected the module will be called sun8i_dw_hdmi.
72 selected the module will be called sun8i-mixer.
/linux/drivers/iio/buffer/
A DKconfig10 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/Documentation/ABI/testing/
A Dsysfs-bus-iio-dac-ad576611 Inverts the dither applied to the selected DAC channel. Dither is not
24 Scales the dither before it is applied to the selected channel.
30 Selects dither source applied to the selected channel. Write "0" to
/linux/Documentation/devicetree/bindings/mips/cavium/
A 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/drivers/pci/controller/dwc/
A DKconfig32 host-specific features PCI_DRA7XX_HOST must be selected and in order
33 to enable device-specific features PCI_DRA7XX_EP must be selected.
47 host-specific features PCI_DRA7XX_HOST must be selected and in order
48 to enable device-specific features PCI_DRA7XX_EP must be selected.
64 host-specific features PCIE_DW_PLAT_HOST must be selected and in
66 selected.
79 host-specific features PCIE_DW_PLAT_HOST must be selected and in
81 selected.
317 enable host-specific features PCIE_TEGRA194_HOST must be selected and
319 selected. This uses the DesignWare core.
[all …]
/linux/Documentation/bpf/
A Dprog_sk_lookup.rst68 1. If any program returned ``SK_PASS`` and selected a valid socket, the socket
70 2. If more than one program returned ``SK_PASS`` and selected a socket, the last
73 selected a socket, socket lookup fails.
74 4. If all programs returned ``SK_PASS`` and none of them selected a socket,
87 * the socket that has been selected with ``bpf_sk_assign()``.
/linux/Documentation/trace/coresight/
A Dcoresight-config.rst77 session where the configuration is selected. For any trace session only one
78 configuration may be selected.
103 If no preset is selected, then the parameter values defined in the feature
211 be selected when running trace under perf::
235 The 'autofdo' configuration may be selected on the perf command line::
239 A preset to override the current parameter values can also be selected::
243 When configurations are selected in this way, then the trace sink used is
244 automatically selected.
/linux/scripts/
A Dget_maintainer.pl1772 my %selected;
1779 $selected{$count} = 1;
1804 $sel = "*" if ($selected{$count});
1888 $selected{$nr - 1} = !$selected{$nr - 1};
1893 $selected{$i} = $toggle;
1897 $selected{$i} = !$selected{$i};
1902 $selected{$i} = !$selected{$i}
1907 $selected{$i} = !$selected{$i}
1912 $selected{$i} = !$selected{$i}
1917 $selected{$i} = !$selected{$i}
[all …]
/linux/drivers/soc/ixp4xx/
A DKconfig10 and is automatically selected by Ethernet and HSS drivers.
17 and is automatically selected by Ethernet and HSS drivers.
/linux/drivers/gpu/drm/
A DKconfig257 If M is selected, the module will be called radeon.
276 If M is selected, the module will be called amdgpu.
293 If M is selected the module will be called vgem.
307 If M is selected the module will be called vkms.
408 If M is selected the module will be called hyperv_drm.
434 graphics card. If M is selected, the module will be called tdfx.
442 is selected, the module will be called r128. AGP support for
460 card. If M is selected, the module will be called mga. AGP
469 chipset. If M is selected the module will be called sis. AGP
477 chipset. If M is selected the module will be called via.
[all …]
/linux/drivers/of/
A DKconfig9 It is automatically selected by platforms that need it or can
62 While this option is selected automatically on such platforms, you
87 While this option is selected automatically when needed, you can
/linux/drivers/staging/media/av7110/
A Dvideo_types.rst69 VIDEO_SOURCE_MEMORY /* If this source is selected, the stream
76 VIDEO_SOURCE_MEMORY is selected the stream comes from the application
191 video_displayformat_t display_format;/* selected cropping mode */
198 selected source for the video stream. It can come either from the
201 Finally, display_format corresponds to the selected cropping mode in
/linux/drivers/net/wireless/intersil/hostap/
A Dhostap_info.c172 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/security/loadpin/
A DKconfig18 If selected, LoadPin will enforce pinning at boot. If not
19 selected, it can be enabled at boot with the kernel parameter
/linux/Documentation/devicetree/bindings/pinctrl/
A Dpinctrl-max77620.txt69 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/drivers/vhost/
A DKconfig6 This option is selected by any driver which needs to support
13 This option is selected by any driver which needs to access
20 This option is selected by any driver which needs to access
/linux/Documentation/devicetree/bindings/clock/ti/
A 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

Completed in 344 milliseconds

12345678910>>...24