/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel_uncore.h | 81 struct intel_uncore_box ** __percpu box; member 140 static inline unsigned uncore_pci_box_ctl(struct intel_uncore_box *box) in uncore_pci_box_ctl() argument 142 return box->pmu->type->box_ctl; in uncore_pci_box_ctl() 145 static inline unsigned uncore_pci_fixed_ctl(struct intel_uncore_box *box) in uncore_pci_fixed_ctl() argument 147 return box->pmu->type->fixed_ctl; in uncore_pci_fixed_ctl() 150 static inline unsigned uncore_pci_fixed_ctr(struct intel_uncore_box *box) in uncore_pci_fixed_ctr() argument 152 return box->pmu->type->fixed_ctr; in uncore_pci_fixed_ctr() 156 unsigned uncore_pci_event_ctl(struct intel_uncore_box *box, int idx) in uncore_pci_event_ctl() argument 158 return idx * 4 + box->pmu->type->event_ctl; in uncore_pci_event_ctl() 162 unsigned uncore_pci_perf_ctr(struct intel_uncore_box *box, int idx) in uncore_pci_perf_ctr() argument [all …]
|
D | perf_event_intel_uncore.c | 38 struct intel_uncore_box *box; in uncore_pmu_to_box() local 40 box = *per_cpu_ptr(pmu->box, cpu); in uncore_pmu_to_box() 41 if (box) in uncore_pmu_to_box() 42 return box; in uncore_pmu_to_box() 46 if (*per_cpu_ptr(pmu->box, cpu)) in uncore_pmu_to_box() 48 list_for_each_entry(box, &pmu->box_list, list) { in uncore_pmu_to_box() 49 if (box->phys_id == topology_physical_package_id(cpu)) { in uncore_pmu_to_box() 50 atomic_inc(&box->refcnt); in uncore_pmu_to_box() 51 *per_cpu_ptr(pmu->box, cpu) = box; in uncore_pmu_to_box() 58 return *per_cpu_ptr(pmu->box, cpu); in uncore_pmu_to_box() [all …]
|
D | perf_event_intel_uncore_snb.c | 68 static void snb_uncore_msr_enable_event(struct intel_uncore_box *box, struct perf_event *event) in snb_uncore_msr_enable_event() argument 78 static void snb_uncore_msr_disable_event(struct intel_uncore_box *box, struct perf_event *event) in snb_uncore_msr_disable_event() argument 83 static void snb_uncore_msr_init_box(struct intel_uncore_box *box) in snb_uncore_msr_init_box() argument 85 if (box->pmu->pmu_idx == 0) { in snb_uncore_msr_init_box() 192 static void snb_uncore_imc_init_box(struct intel_uncore_box *box) in snb_uncore_imc_init_box() argument 194 struct pci_dev *pdev = box->pci_dev; in snb_uncore_imc_init_box() 209 box->io_addr = ioremap(addr, SNB_UNCORE_PCI_IMC_MAP_SIZE); in snb_uncore_imc_init_box() 210 box->hrtimer_duration = UNCORE_SNB_IMC_HRTIMER_INTERVAL; in snb_uncore_imc_init_box() 213 static void snb_uncore_imc_enable_box(struct intel_uncore_box *box) in snb_uncore_imc_enable_box() argument 216 static void snb_uncore_imc_disable_box(struct intel_uncore_box *box) in snb_uncore_imc_disable_box() argument [all …]
|
D | perf_event_intel_uncore_nhmex.c | 199 static void nhmex_uncore_msr_init_box(struct intel_uncore_box *box) in nhmex_uncore_msr_init_box() argument 204 static void nhmex_uncore_msr_disable_box(struct intel_uncore_box *box) in nhmex_uncore_msr_disable_box() argument 206 unsigned msr = uncore_msr_box_ctl(box); in nhmex_uncore_msr_disable_box() 211 config &= ~((1ULL << uncore_num_counters(box)) - 1); in nhmex_uncore_msr_disable_box() 213 if (uncore_msr_fixed_ctl(box)) in nhmex_uncore_msr_disable_box() 219 static void nhmex_uncore_msr_enable_box(struct intel_uncore_box *box) in nhmex_uncore_msr_enable_box() argument 221 unsigned msr = uncore_msr_box_ctl(box); in nhmex_uncore_msr_enable_box() 226 config |= (1ULL << uncore_num_counters(box)) - 1; in nhmex_uncore_msr_enable_box() 228 if (uncore_msr_fixed_ctl(box)) in nhmex_uncore_msr_enable_box() 234 static void nhmex_uncore_msr_disable_event(struct intel_uncore_box *box, struct perf_event *event) in nhmex_uncore_msr_disable_event() argument [all …]
|
D | perf_event_intel_uncore_snbep.c | 263 static void snbep_uncore_pci_disable_box(struct intel_uncore_box *box) in snbep_uncore_pci_disable_box() argument 265 struct pci_dev *pdev = box->pci_dev; in snbep_uncore_pci_disable_box() 266 int box_ctl = uncore_pci_box_ctl(box); in snbep_uncore_pci_disable_box() 275 static void snbep_uncore_pci_enable_box(struct intel_uncore_box *box) in snbep_uncore_pci_enable_box() argument 277 struct pci_dev *pdev = box->pci_dev; in snbep_uncore_pci_enable_box() 278 int box_ctl = uncore_pci_box_ctl(box); in snbep_uncore_pci_enable_box() 287 static void snbep_uncore_pci_enable_event(struct intel_uncore_box *box, struct perf_event *event) in snbep_uncore_pci_enable_event() argument 289 struct pci_dev *pdev = box->pci_dev; in snbep_uncore_pci_enable_event() 295 static void snbep_uncore_pci_disable_event(struct intel_uncore_box *box, struct perf_event *event) in snbep_uncore_pci_disable_event() argument 297 struct pci_dev *pdev = box->pci_dev; in snbep_uncore_pci_disable_event() [all …]
|
/linux-4.1.27/scripts/kconfig/lxdialog/ |
D | textbox.c | 39 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, in refresh_text_box() argument 43 print_page(box, boxh, boxw, update_text, data); in refresh_text_box() 62 WINDOW *dialog, *box; in dialog_textbox() local 112 box = subwin(dialog, boxh, boxw, y + 1, x + 1); in dialog_textbox() 113 wattrset(box, dlg.dialog.atr); in dialog_textbox() 114 wbkgdset(box, dlg.dialog.atr & A_COLOR); in dialog_textbox() 116 keypad(box, TRUE); in dialog_textbox() 137 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox() 138 refresh_text_box(dialog, box, boxh, boxw, cur_y, cur_x, update_text, in dialog_textbox() 157 refresh_text_box(dialog, box, boxh, boxw, in dialog_textbox() [all …]
|
D | util.c | 478 chtype box, chtype border) in draw_box() argument 491 waddch(win, box | ACS_URCORNER); in draw_box() 493 waddch(win, box | ACS_LRCORNER); in draw_box() 497 waddch(win, box | ACS_HLINE); in draw_box() 501 waddch(win, box | ACS_VLINE); in draw_box() 503 waddch(win, box | ' '); in draw_box()
|
D | dialog.h | 226 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box,
|
/linux-4.1.27/sound/pci/ice1712/ |
D | hoontech.c | 82 static void snd_ice1712_stdsp24_box_channel(struct snd_ice1712 *ice, int box, int chn, int activate) in snd_ice1712_stdsp24_box_channel() argument 89 ICE1712_STDSP24_0_BOX(spec->boxbits, box); in snd_ice1712_stdsp24_box_channel() 132 static void snd_ice1712_stdsp24_box_midi(struct snd_ice1712 *ice, int box, int master) in snd_ice1712_stdsp24_box_midi() argument 139 ICE1712_STDSP24_0_BOX(spec->boxbits, box); in snd_ice1712_stdsp24_box_midi() 172 int box, chn; in snd_ice1712_hoontech_init() local 238 for (box = 0; box < 4; box++) { in snd_ice1712_hoontech_init() 239 if (spec->boxconfig[box] & ICE1712_STDSP24_BOX_MIDI2) in snd_ice1712_hoontech_init() 242 snd_ice1712_stdsp24_box_channel(ice, box, chn, in snd_ice1712_hoontech_init() 243 (spec->boxconfig[box] & (1 << chn)) ? 1 : 0); in snd_ice1712_hoontech_init() 244 if (spec->boxconfig[box] & ICE1712_STDSP24_BOX_MIDI1) in snd_ice1712_hoontech_init() [all …]
|
/linux-4.1.27/drivers/gpu/drm/mga/ |
D | mga_state.c | 44 struct drm_clip_rect *box) in mga_emit_clip_rect() argument 62 MGA_CXBNDRY, ((box->x2 - 1) << 16) | box->x1, in mga_emit_clip_rect() 63 MGA_YTOP, box->y1 * pitch, MGA_YBOT, (box->y2 - 1) * pitch); in mga_emit_clip_rect() 502 struct drm_clip_rect *box = &pbox[i]; in mga_dma_dispatch_clear() local 503 u32 height = box->y2 - box->y1; in mga_dma_dispatch_clear() 506 box->x1, box->y1, box->x2, box->y2); in mga_dma_dispatch_clear() 513 MGA_YDSTLEN, (box->y1 << 16) | height, in mga_dma_dispatch_clear() 514 MGA_FXBNDRY, (box->x2 << 16) | box->x1); in mga_dma_dispatch_clear() 529 MGA_YDSTLEN, (box->y1 << 16) | height, in mga_dma_dispatch_clear() 530 MGA_FXBNDRY, (box->x2 << 16) | box->x1); in mga_dma_dispatch_clear() [all …]
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | r300_cmdbuf.c | 62 struct drm_clip_rect box; in r300_emit_cliprects() local 79 (&box, &cmdbuf->boxes[n + i], sizeof(box))) { in r300_emit_cliprects() 84 box.x2--; /* Hardware expects inclusive bottom-right corner */ in r300_emit_cliprects() 85 box.y2--; in r300_emit_cliprects() 88 box.x1 = (box.x1) & in r300_emit_cliprects() 90 box.y1 = (box.y1) & in r300_emit_cliprects() 92 box.x2 = (box.x2) & in r300_emit_cliprects() 94 box.y2 = (box.y2) & in r300_emit_cliprects() 97 box.x1 = (box.x1 + R300_CLIPRECT_OFFSET) & in r300_emit_cliprects() 99 box.y1 = (box.y1 + R300_CLIPRECT_OFFSET) & in r300_emit_cliprects() [all …]
|
D | radeon_state.c | 450 struct drm_clip_rect * box) in radeon_emit_clip_rect() argument 455 box->x1, box->y1, box->x2, box->y2); in radeon_emit_clip_rect() 459 OUT_RING((box->y1 << 16) | box->x1); in radeon_emit_clip_rect() 461 OUT_RING(((box->y2 - 1) << 16) | (box->x2 - 1)); in radeon_emit_clip_rect() 2782 struct drm_clip_rect box; in radeon_emit_packet3_cliprect() local 2802 if (copy_from_user(&box, &boxes[i], sizeof(box))) in radeon_emit_packet3_cliprect() 2821 radeon_emit_clip_rect(dev_priv, &box); in radeon_emit_packet3_cliprect()
|
/linux-4.1.27/arch/arm/mach-sti/ |
D | Kconfig | 32 Electronics family StiH415 parts, primarily targeted at set-top-box 42 Electronics family StiH416 parts, primarily targeted at set-top-box 52 Electronics family StiH407 parts, targetted at set-top-box
|
/linux-4.1.27/net/ipx/ |
D | Kconfig | 21 To turn your Linux box into a fully featured NetWare file server and 30 Unless you want to integrate your Linux box with a local Novell 38 useful to give an IPX "network" address to your Linux box as well 39 (for example if your box is acting as a file server for different 42 "network" inside your box and to assign an IPX address to this
|
/linux-4.1.27/drivers/net/appletalk/ |
D | Kconfig | 9 on a network. If your Linux box is connected to such a network and you 11 so that your Linux box can act as a print and file server for Macs as 36 on a network. If your Linux box is connected to such a network, and wish 85 box is stuck on an AppleTalk only network) or decapsulate (e.g. if 86 you want your Linux box to act as an Internet gateway for a zoo of 106 IP packets inside AppleTalk frames; this is useful if your Linux box
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_gem_execbuffer.c | 1098 struct drm_clip_rect *box, in i915_emit_box() argument 1103 if (box->y2 <= box->y1 || box->x2 <= box->x1 || in i915_emit_box() 1104 box->y2 <= 0 || box->x2 <= 0) { in i915_emit_box() 1106 box->x1, box->y1, box->x2, box->y2); in i915_emit_box() 1116 intel_ring_emit(ring, (box->x1 & 0xffff) | box->y1 << 16); in i915_emit_box() 1117 intel_ring_emit(ring, ((box->x2 - 1) & 0xffff) | (box->y2 - 1) << 16); in i915_emit_box() 1126 intel_ring_emit(ring, (box->x1 & 0xffff) | box->y1 << 16); in i915_emit_box() 1127 intel_ring_emit(ring, ((box->x2 - 1) & 0xffff) | (box->y2 - 1) << 16); in i915_emit_box()
|
/linux-4.1.27/Documentation/scsi/ |
D | bfa.txt | 64 Troubleshooting Guide, and Release Notes for the corresponding out-of-box 69 and use the following inbox and out-of-box driver version mapping to find 72 Inbox Version Out-of-box Version
|
D | aha152x.txt | 14 least on my ancient test box; a i486/33Mhz/20MB).
|
D | scsi-changer.txt | 76 changer command set should work out-of-the-box with this driver. If it
|
D | aic7xxx.txt | 321 included inside the box with your product. The TSID helps us
|
D | aic79xx.txt | 424 included inside the box with your product. The TSID helps us
|
D | tmscsim.txt | 410 having your box spending most of its time doing the logging.
|
D | ChangeLog.lpfc | 255 the sli layer which checks the mbox_cmpl == 0 to free mail box 551 register for programming config_port mail box command. 1731 link event and the memory allocation for read_la mail box
|
/linux-4.1.27/net/hsr/ |
D | Kconfig | 8 If you say Y here, then your Linux box will be able to act as a 10 your Linux box needs (at least) two physical Ethernet interfaces,
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.c | 297 SVGA3dCopyBox *box; in vmw_kms_cursor_snoop() local 323 box = (SVGA3dCopyBox *)&cmd[1]; in vmw_kms_cursor_snoop() 328 box->x != 0 || box->y != 0 || box->z != 0 || in vmw_kms_cursor_snoop() 329 box->srcx != 0 || box->srcy != 0 || box->srcz != 0 || in vmw_kms_cursor_snoop() 330 box->d != 1 || box_count != 1) { in vmw_kms_cursor_snoop() 336 box->srcx, box->srcy, box->srcz, in vmw_kms_cursor_snoop() 337 box->x, box->y, box->z, in vmw_kms_cursor_snoop() 338 box->w, box->h, box->d, box_count, in vmw_kms_cursor_snoop() 358 if (box->w == 64 && cmd->dma.guest.pitch == 64*4) { in vmw_kms_cursor_snoop() 362 for (i = 0; i < box->h; i++) in vmw_kms_cursor_snoop() [all …]
|
D | svga3d_reg.h | 2136 SVGA3dBox box; member 2183 SVGA3dBox box; member 2220 SVGA3dBox box; member 2424 SVGA3dBox box; member
|
/linux-4.1.27/Documentation/networking/ |
D | ip_dynaddr.txt | 5 It is implemented for TCP diald-box connections(1) and IP_MASQuerading(2). 9 while in SYN_SENT state (diald-box processes).
|
D | ipddp.txt | 13 Through this driver you can either allow your Linux box to communicate 54 You will also need to add the proper routes to route your Linux box's IP 64 Encapsulation has been used to allow a Linux box stuck on a LocalTalk
|
D | tproxy.txt | 13 socket on your box, set the packet mark to a certain value, and then match on that
|
D | 6pack.txt | 57 available on any packet radio box where PC/FlexNet can be found. The name of
|
D | eql.txt | 21 bandwidth. All without having to have a special black box on either
|
D | z8530drv.txt | 630 box...
|
D | arcnet-hardware.txt | 2361 came with a jumper box for each bank. 2385 manufacturer on the Installation manual nor on the shipping box. The only 2917 - Sorry this sat in my to-do box for so long, Andrew! (yikes - over a
|
D | arcnet.txt | 389 a router to my Internet provider. The other Linux box (insight) also has
|
D | bonding.txt | 1499 the box. The ifenslave-2.6 package should be installed to provide bonding
|
/linux-4.1.27/Documentation/arm/sti/ |
D | stih416-overview.txt | 7 The STiH416 is the next generation of HD, AVC set-top box processors
|
D | stih415-overview.txt | 7 The STiH415 is the next generation of HD, AVC set-top box processors
|
/linux-4.1.27/net/ax25/ |
D | Kconfig | 9 If you want to connect your Linux box to an amateur radio, answer Y 28 that connects your Linux box to your amateur radio. You can either 58 If you say Y here, your Linux box will act as a DAMA slave; this is 73 If you say Y here, your Linux box will act as a DAMA master; this is
|
/linux-4.1.27/net/ |
D | Kconfig | 110 that pass through your Linux box. 112 The most common use of packet filtering is to run your Linux box as 126 You should also say Y here if you intend to use your Linux box as 130 the outside, your box can "masquerade" as that computer, i.e. it 133 firewall box itself. It works both ways: if the outside host 134 replies, the Linux box will silently forward the traffic to the 144 box can transparently forward the traffic to a local server,
|
/linux-4.1.27/drivers/media/usb/b2c2/ |
D | Kconfig | 5 Support for the Air/Sky/Cable2PC USB1.1 box (DVB/ATSC) by Technisat/B2C2,
|
/linux-4.1.27/Documentation/dvb/ |
D | technisat.txt | 9 First start your linux box with a shipped kernel: 20 If the Flexcop / Technisat is the only DVB / TV / Radio device in your box
|
D | cards.txt | 11 out of the box with every card, because of different wiring. 15 the demodulator and tuner/PLL chip are inside a metal box for 16 shielding, and the whole metal box has its own part number.
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | README-SRC | 5 The code provided here will not assemble out of the box using the GNU
|
/linux-4.1.27/drivers/net/wan/ |
D | Kconfig | 15 inexpensive WAN interface card can allow your Linux box to directly 46 V.36 interface) to your Linux box. The cards can work as the 70 V.24, V.35 or V.36 interface) to your Linux box. 73 box directly to a T1 or E1 circuit. 101 Say Y to this option if your Linux box contains a WAN (Wide Area 103 connect the box to a WAN. 321 physical line from your box to the local "switch" (i.e. the entry
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | 00-INDEX | 18 - short guide on setting up a diskless box with NFS root filesystem.
|
/linux-4.1.27/fs/coda/ |
D | Kconfig | 13 If you say Y here, your Linux box will be able to act as a Coda
|
/linux-4.1.27/Documentation/ko_KR/ |
D | stable_api_nonsense.txt | 186 리눅스는 다른 운영 체제보다 "쉽게 쓸수 있는(out of the box)" 많은 다른 장치들을
|
/linux-4.1.27/drivers/net/slip/ |
D | Kconfig | 11 other local Unix box or if you want to configure your Linux box as a
|
/linux-4.1.27/scripts/kconfig/ |
D | nconf.gui.c | 301 box(win, 0, 0); in btn_dialog() 404 box(win, 0, 0); in dialog_inputbox() 587 box(win, 0, 0); in show_scroll_win()
|
D | nconf.c | 963 box(main_window, 0, 0); in show_menu()
|
/linux-4.1.27/Documentation/blockdev/drbd/ |
D | drbd-connection-state-overview.dot | 50 node [shape=box,fontcolor=black]
|
/linux-4.1.27/net/x25/ |
D | Kconfig | 9 frame relay; the one physical line from your box to the X.25 network
|
/linux-4.1.27/drivers/gpu/drm/i810/ |
D | i810_dma.c | 714 struct drm_clip_rect *box = sarea_priv->boxes; in i810_dma_dispatch_vertex() local 753 OUT_RING(box[i].x1 | (box[i].y1 << 16)); in i810_dma_dispatch_vertex() 754 OUT_RING((box[i].x2 - in i810_dma_dispatch_vertex() 755 1) | ((box[i].y2 - 1) << 16)); in i810_dma_dispatch_vertex()
|
/linux-4.1.27/Documentation/isdn/ |
D | README.x25 | 62 - You might want to access a public X.25 data network from your Linux box. 81 box. A lot of those teleservices run on top of the ISO-8208 115 To access an X.25 network switch via isdn (your linux box is the DTE), use
|
/linux-4.1.27/drivers/isdn/i4l/ |
D | Kconfig | 66 your Linux box as an ISDN-answering machine. Of course, this must be 77 (mgetty+sendfax, hylafax), you will be able to use your Linux box as
|
/linux-4.1.27/drivers/net/plip/ |
D | Kconfig | 11 local machines. A PLIP link from a Linux box is a popular means to
|
/linux-4.1.27/Documentation/filesystems/ |
D | spufs.txt | 79 box, the return value is set to -1 and errno becomes EAGAIN. 93 box and the file descriptor has been opened with O_NONBLOCK, the 96 If there is no data available in the mail box and the file 113 is no space available in the mail box and the file descriptor has been 117 If there is no space available in the mail box and the file descriptor 142 wbox_stat) the respective mail box without blocking or resulting
|
/linux-4.1.27/Documentation/sound/oss/ |
D | VIBRA16 | 78 Enjoy your new noisy Linux box! ;)
|
D | btaudio | 31 should'nt crash your box. It might not work as expected, have bugs,
|
/linux-4.1.27/Documentation/ |
D | IRQ-affinity.txt | 19 it to CPU4-7 (this is an 8-CPU SMP box):
|
D | gcov.txt | 139 box for setups where kernels are built and run on the same machine. In
|
D | stable_api_nonsense.txt | 179 As Linux supports a larger number of different devices "out of the box"
|
D | memory-hotplug.txt | 125 - As a related configuration, if your box has a feature of NUMA-node hotplug
|
D | xillybus.txt | 103 driver is used to work out of the box with any Xillybus IP core.
|
D | kernel-parameters.txt | 2285 need the box quickly up again.
|
/linux-4.1.27/Documentation/fb/ |
D | aty128fb.txt | 33 box) and aty128fb (for graphics mode). You should not compile-in vesafb
|
D | fbcon.txt | 279 framebuffer console driver if you are in an X86 box:
|
D | matroxfb.txt | 32 box) and matroxfb (for graphics mode). You should not compile-in vesafb
|
/linux-4.1.27/net/bridge/ |
D | Kconfig | 11 If you say Y here, then your Linux box will be able to act as an
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig.bus | 44 inside your box. Other bus systems are PCI, EISA, MicroChannel
|
/linux-4.1.27/block/partitions/ |
D | Kconfig | 166 This is mainly used to carry data from a UnixWare box to your 167 Linux box via a removable medium like magneto-optical, ZIP or 234 your Linux box via a removable medium like magneto-optical or ZIP
|
/linux-4.1.27/tools/thermal/tmon/ |
D | tui.c | 300 box(w, 0, 0); in show_dialogue() 501 box(cooling_device_window, 10, 0); in handle_tui_events()
|
/linux-4.1.27/net/atm/ |
D | Kconfig | 13 In order to participate in an ATM network, your Linux box needs an
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | sun6i-a31s-cs908.dts | 54 model = "CSQ CS908 top set box";
|
D | kirkwood-nsa320.dts | 1 /* Device tree file for the Zyxel NSA 320 NAS box.
|
D | sun6i-a31-m9.dts | 56 model = "Mele M9 / A1000G Quad top set box";
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | README.freeze | 2 If the box freezes hard with bttv ...
|
D | README.quirks | 7 stability problems you can try if one of these options makes your box
|
D | Cards | 132 2) These cards have a number printed on the PCB just above the tuner metal box:
|
/linux-4.1.27/net/ipv4/ |
D | Kconfig | 17 If you intend to run your Linux box mostly as a router, i.e. as a 26 Note that your box can only act as a router if you enable IP 122 If you want your Linux box to mount its whole root file system (the 139 If you want your Linux box to mount its whole root file system (the 154 If you want your Linux box to mount its whole root file system (the
|
/linux-4.1.27/arch/unicore32/ |
D | Kconfig | 134 your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
|
/linux-4.1.27/Documentation/vm/ |
D | page_owner.txt | 59 more accurately. On 2GB memory x86-64 VM box, 13343 early allocated pages
|
/linux-4.1.27/arch/arm/mach-bcm/ |
D | Kconfig | 151 This enables support for Broadcom ARM-based set-top box chipsets,
|
/linux-4.1.27/Documentation/input/ |
D | xpad.txt | 68 correctly out of the box. 88 box in the future.
|
D | event-codes.txt | 277 bounding box, or just some of them, for instance the two most recent
|
D | elantech.txt | 552 In case the box has unstable power supply or other electricity issues, or
|
/linux-4.1.27/fs/ncpfs/ |
D | Kconfig | 16 You do not have to say Y here if you want your Linux box to act as a
|
/linux-4.1.27/Documentation/x86/i386/ |
D | IO-APIC.txt | 15 If your box boots fine with enabled IO-APIC IRQs, then your
|
/linux-4.1.27/fs/fat/ |
D | Kconfig | 23 Linux box, say Y here, mount the floppy under Linux with an MSDOS
|
/linux-4.1.27/Documentation/misc-devices/ |
D | lis3lv02d | 71 (aka "can play neverball out of the box"):
|
/linux-4.1.27/Documentation/video4linux/ |
D | pxa_camera.txt | 70 Legend: - each box is a FSM state
|
/linux-4.1.27/Documentation/power/ |
D | basic-pm-debugging.txt | 172 techniques to find the problem. First, if there is a serial port in your box, 200 it does not work "out of the box", you may need to boot it with
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | Kconfig | 84 out of the box by b43.
|
/linux-4.1.27/drivers/scsi/ |
D | Kconfig | 448 sold under the Adaptec name. If it doesn't work out of the box, you 461 of the box, you may have to change some settings in 522 out of the box, you may have to change the jumpers for IRQ or 780 of the box, you may have to change some settings in 795 of the box, you may have to change some settings in 1236 of the box, you may have to change some settings in 1371 of the box, you may have to change some settings in 1386 the box, you may have to change some settings in 1436 of the box, you may have to change some settings in
|
/linux-4.1.27/Documentation/usb/ |
D | gadget_multi.txt | 112 out-of-the-box.
|
D | usb-serial.txt | 97 Most devices supported by ActiveSync are supported out of the box. 119 and unchecking the "Automatically synchronize ..." box. Go to
|
/linux-4.1.27/Documentation/ia64/ |
D | serial.txt | 151 box after changing console configuration.
|
/linux-4.1.27/Documentation/cdrom/ |
D | cdrom-standard.tex | 310 as a juke-box, or otherwise~1. The parameters are declared $const$ 391 $disc_nr$ identifies a specific slot in a juke-box, it should be 450 If the drive can store multiple discs (a juke-box) this function 560 CDC_SELECT_DISC& drive is juke-box\cr 878 \item[CDROM_SELECT_DISC] Select disc numbered $arg$ from a juke-box. 880 maximum number of discs in the juke-box found in the $cdrom_dops$. 937 juke-box.
|
/linux-4.1.27/Documentation/misc-devices/mei/ |
D | mei.txt | 165 A Local Agent enables IT personnel to configure Intel AMT out-of-the-box
|
/linux-4.1.27/drivers/net/hamradio/ |
D | Kconfig | 84 These cards are used to connect your Linux box to an amateur radio
|
/linux-4.1.27/arch/m32r/ |
D | Kconfig | 339 your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
|
/linux-4.1.27/Documentation/acpi/ |
D | enumeration.txt | 38 some other non-ACPI platform, the driver might work out of the box or needs
|
/linux-4.1.27/arch/alpha/ |
D | Kconfig | 320 inside your box. Other bus systems are PCI, EISA, MicroChannel 336 your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | Kconfig | 69 needed for your box.
|
/linux-4.1.27/Documentation/s390/ |
D | 3270.txt | 31 Linux box.
|
D | Debugging390.txt | 218 this processor (if an smp box).
|
/linux-4.1.27/arch/xtensa/ |
D | Kconfig | 279 your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
|
/linux-4.1.27/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 112 entire box (by means of an unkillable X process). If the state recovery is
|
D | cdrom.txt | 481 should just be the Medium Catalog Number on the box. Note,
|
/linux-4.1.27/drivers/input/mouse/ |
D | Kconfig | 338 be used on any box capable of RS232 (with some adaptor
|
/linux-4.1.27/arch/powerpc/ |
D | Kconfig | 713 inside your box. If you have an Apple machine, say N here; if you 805 your box. If you say Y here, the kernel will include drivers and
|
/linux-4.1.27/drivers/net/ |
D | Kconfig | 10 You can say N here if you don't intend to connect your Linux box to
|
/linux-4.1.27/arch/sparc/ |
D | Kconfig | 463 your box. If you say Y here, the kernel will include drivers and
|
/linux-4.1.27/Documentation/sysctl/ |
D | kernel.txt | 280 hostname of your box in exactly the same way as the commands 569 computing it is preferable that the box is taken out and the error
|
D | vm.txt | 320 in /proc/zoneinfo like followings. (This is an example of x86-64 box).
|
/linux-4.1.27/fs/befs/ |
D | ChangeLog | 217 I've done some serious testing on it now (on my box anyhow), and it
|
/linux-4.1.27/arch/sh/ |
D | Kconfig | 848 your box. If you have PCI, say Y, otherwise N.
|
/linux-4.1.27/drivers/tty/ |
D | Kconfig | 217 your Linux box, for instance in order to become a dial-in server.
|
/linux-4.1.27/Documentation/crypto/ |
D | descore-readme.txt | 313 S-box mapping order or something) into the right format for you.
|
/linux-4.1.27/drivers/char/ |
D | Kconfig | 99 box (as opposed to using a serial printer; if the connector at the
|
/linux-4.1.27/arch/arm/crypto/ |
D | aes-armv4.S | 13 @ Code uses single 1K S-box and is >2 times faster than code generated
|
/linux-4.1.27/drivers/hid/ |
D | Kconfig | 132 and Mac Pros. This receiver is also used in the Apple TV set-top box
|
/linux-4.1.27/arch/mips/ |
D | Kconfig | 168 box chips. Note that CONFIG_CPU_BIG_ENDIAN/CONFIG_CPU_LITTLE_ENDIAN 2710 your box. Other bus systems are ISA, EISA, or VESA. If you have PCI,
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 1244 inside your box. Other bus systems are PCI, EISA, MicroChannel 1262 your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
|
/linux-4.1.27/drivers/video/fbdev/ |
D | Kconfig | 949 Say Y here if you have a PowerVR 2 card in your box. If you plan to 1221 Matrox G400, G450 or G550 card in your box.
|
/linux-4.1.27/Documentation/cgroups/ |
D | memory.txt | 339 box can still run out of non-reclaimable memory.
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 2228 your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or 2330 inside your box. Other bus systems are PCI, EISA, MicroChannel
|
/linux-4.1.27/scripts/ |
D | analyze_suspend.py | 2351 .callgraph {margin-top: 30px;box-shadow: 5px 5px 20px black;}\n\
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 280 box, you may want to enable this feature.
|
/linux-4.1.27/drivers/tty/serial/ |
D | Kconfig | 1020 box, for instance in order to become a dial-in server. This driver
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3968 firewalling somewhere between the UML and the other box. You track 4305 o dedicated a box (uml.ists.dartmouth.edu) to support UML development
|
/linux-4.1.27/Documentation/devicetree/ |
D | booting-without-of.txt | 747 kernel address parsing functions will work out of the box. If you
|
/linux-4.1.27/ |
D | CREDITS | 2500 D: Sparc and blue box hacker
|