| /linux/tools/perf/pmu-events/arch/powerpc/power10/ |
| H A D | pmc.json | 10 …"BriefDescription": "The speculative event selected for PMC3 rewinds and the counter for PMC3 is n… 15 "BriefDescription": "The event selected for PMC4 caused the event counter to overflow." 30 …"BriefDescription": "The speculative event selected for PMC4 rewinds and the counter for PMC4 is n… 35 …"BriefDescription": "The conditions for the speculative event selected for PMC2 are met and PMC2 i… 40 "BriefDescription": "The event selected for PMC5 caused the event counter to overflow." 85 "BriefDescription": "The event selected for PMC1 caused the event counter to overflow." 115 "BriefDescription": "The event selected for PMC2 caused the event counter to overflow." 120 …"BriefDescription": "The speculative event selected for PMC2 rewinds and the counter for PMC2 is n… 125 …"BriefDescription": "The conditions for the speculative event selected for PMC4 are met and PMC4 i… 130 "BriefDescription": "The event selected for PMC6 caused the event counter to overflow." [all …]
|
| /linux/drivers/gpu/drm/tiny/ |
| H A D | Kconfig | 25 If M is selected the module will be called arcpgu. 37 If M is selected the module will be called bochs. 99 If M is selected, the module will be built as pixpaper.ko. 113 If M is selected the module will be called hx8357d. 127 If M is selected the module will be called ili9163. 140 If M is selected the module will be called ili9225. 154 If M is selected the module will be called ili9341. 169 If M is selected the module will be called ili9486. 181 If M is selected the module will be called mi0283qt. 196 If M is selected the module will be called repaper. [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/pantherlake/ |
| H A D | memory.json | 96 "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 1024 cycles.", 103 "PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 1024 cycles. Reported latency may be longer than just the memory latency. Available PDIST counters: 0,1", 109 "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 128 cycles.", 116 "PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 128 cycles. Reported latency may be longer than just the memory latency. Available PDIST counters: 0,1", 122 "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 16 cycles.", 129 "PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 16 cycles. Reported latency may be longer than just the memory latency. Available PDIST counters: 0,1", 135 "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 2048 cycles.", 142 "PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 2048 cycles. Reported latency may be longer than just the memory latency. Available PDIST counters: 0,1", 148 "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 256 cycles.", 155 "PublicDescription": "Counts randomly selected load [all...] |
| /linux/tools/perf/pmu-events/arch/x86/tigerlake/ |
| H A D | memory.json | 21 "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 128 cycles.", 28 "PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 128 cycles. Reported latency may be longer than just the memory latency.", 33 "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 16 cycles.", 40 "PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 16 cycles. Reported latency may be longer than just the memory latency.", 45 "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 256 cycles.", 52 "PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 256 cycles. Reported latency may be longer than just the memory latency.", 57 "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 32 cycles.", 64 "PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 32 cycles. Reported latency may be longer than just the memory latency.", 69 "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 4 cycles.", 76 "PublicDescription": "Counts randomly selected load [all...] |
| /linux/scripts/kconfig/lxdialog/ |
| H A D | menubox.c | 21 * *) Formerly if I selected something my scrolling would be broken because 36 * lxdialog, it sets the scrolling so that the selected item is in the 54 int selected, int hotkey) in do_print_item() argument 67 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in do_print_item() 70 wattrset(win, selected ? dlg.tag_key_selected.atr in do_print_item() 74 if (selected) { in do_print_item() 81 #define print_item(index, choice, selected) \ argument 84 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \ 134 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons() argument 139 print_button(win, "Select", y, x, selected == 0); in print_buttons() [all …]
|
| H A 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() 111 if (button == -1) { /* Input box selected */ in dialog_inputbox() 236 button = 1; /* Indicates "Help" button is selected */ in dialog_inputbox() 240 button = -1; /* Indicates input box is selected */ in dialog_inputbox() 246 button = 0; /* Indicates "OK" button is selected */ in dialog_inputbox() 256 button = 0; /* Indicates "OK" button is selected */ in dialog_inputbox() 260 button = 1; /* Indicates "Help" button is selected */ in dialog_inputbox() [all …]
|
| H A 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()
|
| /linux/tools/perf/pmu-events/arch/x86/broadwellde/ |
| H A D | memory.json | 85 "BriefDescription": "Randomly selected loads with latency value being above 128", 94 "PublicDescription": "Counts randomly selected loads with latency value being above 128.", 99 "BriefDescription": "Randomly selected loads with latency value being above 16", 108 "PublicDescription": "Counts randomly selected loads with latency value being above 16.", 113 "BriefDescription": "Randomly selected loads with latency value being above 256", 122 "PublicDescription": "Counts randomly selected loads with latency value being above 256.", 127 "BriefDescription": "Randomly selected loads with latency value being above 32", 136 "PublicDescription": "Counts randomly selected loads with latency value being above 32.", 141 "BriefDescription": "Randomly selected loads with latency value being above 4", 150 "PublicDescription": "Counts randomly selected load [all...] |
| /linux/include/uapi/linux/ |
| H A D | virtio_mmio.h | 80 /* Maximum size of the currently selected queue - Read Only */ 83 /* Queue size for the currently selected queue - Write Only */ 89 /* Used Ring alignment for the currently selected queue - Write Only */ 92 /* Guest's PFN for the currently selected queue - Read Write */ 98 /* Ready bit for the currently selected queue - Read Write */ 113 /* Selected queue's Descriptor Table address, 64 bits in two halves */ 117 /* Selected queue's Available Ring address, 64 bits in two halves */ 121 /* Selected queue's Used Ring address, 64 bits in two halves */
|
| /linux/tools/perf/pmu-events/arch/x86/meteorlake/ |
| H A D | memory.json | 203 "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 1024 cycles.", 210 "PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 1024 cycles. Reported latency may be longer than just the memory latency. Available PDIST counters: 0", 216 "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 128 cycles.", 223 "PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 128 cycles. Reported latency may be longer than just the memory latency. Available PDIST counters: 0", 229 "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 16 cycles.", 236 "PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 16 cycles. Reported latency may be longer than just the memory latency. Available PDIST counters: 0", 242 "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 2048 cycles.", 249 "PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 2048 cycles. Reported latency may be longer than just the memory latency. Available PDIST counters: 0", 255 "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 256 cycles.", 262 "PublicDescription": "Counts randomly selected load [all...] |
| /linux/tools/perf/pmu-events/arch/x86/lunarlake/ |
| H A D | memory.json | 159 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 166 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 172 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 179 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 185 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 192 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 198 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 205 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 211 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 218 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/arrowlake/ |
| H A D | memory.json | 223 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 230 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 236 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 243 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 249 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 256 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 262 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 269 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 275 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 282 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/amdzen3/ |
| H A D | other.json | 22 …patched due to a Token Stall. Also counts cycles when the thread is not selected to dispatch but w… 28 …patched due to a Token Stall. Also counts cycles when the thread is not selected to dispatch but w… 34 …patched due to a Token Stall. Also counts cycles when the thread is not selected to dispatch but w… 40 …patched due to a Token Stall. Also counts cycles when the thread is not selected to dispatch but w… 52 …patched due to a Token Stall. Also counts cycles when the thread is not selected to dispatch but w… 58 …patched due to a Token Stall. Also counts cycles when the thread is not selected to dispatch but w… 64 …patched due to a Token Stall. Also counts cycles when the thread is not selected to dispatch but w…
|
| /linux/tools/perf/pmu-events/arch/x86/alderlake/ |
| H A D | memory.json | 193 "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 1024 cycles.", 200 "PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 1024 cycles. Reported latency may be longer than just the memory latency.", 206 "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 128 cycles.", 213 "PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 128 cycles. Reported latency may be longer than just the memory latency.", 219 "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 16 cycles.", 226 "PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 16 cycles. Reported latency may be longer than just the memory latency.", 232 "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 256 cycles.", 239 "PublicDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 256 cycles. Reported latency may be longer than just the memory latency.", 245 "BriefDescription": "Counts randomly selected loads when the latency from first dispatch to completion is greater than 32 cycles.", 252 "PublicDescription": "Counts randomly selected load [all...] |
| /linux/drivers/phy/starfive/ |
| H A D | Kconfig | 15 system. If M is selected, the module will be called 25 system. If M is selected, the module will be called 35 If M is selected, the module will be called 45 If M is selected, the module will be called
|
| /linux/drivers/iio/buffer/ |
| H A 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/scripts/kconfig/tests/conditional_dep/ |
| H A D | test_config3 | 1 # If FOO is not selected, but BAR is also not selected, then TEST_BASIC 3 # TEST_COMPLEX should be also set since neither FOO nor BAR are selected
|
| /linux/tools/perf/pmu-events/arch/x86/broadwellx/ |
| H A D | memory.json | 85 "BriefDescription": "Randomly selected loads with latency value being above 128", 94 "PublicDescription": "Counts randomly selected loads with latency value being above 128.", 99 "BriefDescription": "Randomly selected loads with latency value being above 16", 108 "PublicDescription": "Counts randomly selected loads with latency value being above 16.", 113 "BriefDescription": "Randomly selected loads with latency value being above 256", 122 "PublicDescription": "Counts randomly selected loads with latency value being above 256.", 127 "BriefDescription": "Randomly selected loads with latency value being above 32", 136 "PublicDescription": "Counts randomly selected loads with latency value being above 32.", 141 "BriefDescription": "Randomly selected loads with latency value being above 4", 150 "PublicDescription": "Counts randomly selected load [all...] |
| /linux/tools/perf/pmu-events/arch/x86/graniterapids/ |
| H A D | memory.json | 68 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 75 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 80 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 87 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 92 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 99 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 104 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 111 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 116 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 123 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… [all …]
|
| /linux/Documentation/bpf/ |
| H A D | prog_sk_lookup.rst | 68 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/usb/ |
| H A D | gadget_printer.rst | 116 Printer is NOT Selected 121 To set printer to Selected/On-line:: 123 # prn_example -selected 126 To set printer to Not Selected/Off-line:: 187 fputs("-selected Set the selected status to selected.\n", stderr); 188 fputs("-not_selected Set the selected status to NOT selected.\n", 429 printf(" Printer is Selected\n"); 431 printf(" Printer is NOT Selected\n"); 481 } else if (!strcmp(argv[i], "-selected")) {
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | Kconfig | 25 # ACPI_VIDEO's dependencies must also be selected. 36 If M is selected, the module will be called radeon. 44 selected to enabled full userptr support.
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-dac-ad5766 | 11 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/tools/perf/pmu-events/arch/x86/rocketlake/ |
| H A D | memory.json | 84 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 91 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 96 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 103 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 108 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 115 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 120 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 127 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 132 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 139 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/icelake/ |
| H A D | memory.json | 84 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 91 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 96 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 103 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 108 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 115 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 120 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 127 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… 132 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple… 139 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl… [all …]
|