Home
last modified time | relevance | path

Searched refs:box (Results 1 – 133 of 133) sorted by relevance

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_uncore.h81 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 …]
Dperf_event_intel_uncore.c38 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 …]
Dperf_event_intel_uncore_snb.c68 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 …]
Dperf_event_intel_uncore_nhmex.c199 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 …]
Dperf_event_intel_uncore_snbep.c263 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/
Dtextbox.c39 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 …]
Dutil.c478 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()
Ddialog.h226 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box,
/linux-4.1.27/sound/pci/ice1712/
Dhoontech.c82 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/
Dmga_state.c44 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/
Dr300_cmdbuf.c62 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 …]
Dradeon_state.c450 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/
DKconfig32 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/
DKconfig21 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/
DKconfig9 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/
Di915_gem_execbuffer.c1098 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/
Dbfa.txt64 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
Daha152x.txt14 least on my ancient test box; a i486/33Mhz/20MB).
Dscsi-changer.txt76 changer command set should work out-of-the-box with this driver. If it
Daic7xxx.txt321 included inside the box with your product. The TSID helps us
Daic79xx.txt424 included inside the box with your product. The TSID helps us
Dtmscsim.txt410 having your box spending most of its time doing the logging.
DChangeLog.lpfc255 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/
DKconfig8 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/
Dvmwgfx_kms.c297 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 …]
Dsvga3d_reg.h2136 SVGA3dBox box; member
2183 SVGA3dBox box; member
2220 SVGA3dBox box; member
2424 SVGA3dBox box; member
/linux-4.1.27/Documentation/networking/
Dip_dynaddr.txt5 It is implemented for TCP diald-box connections(1) and IP_MASQuerading(2).
9 while in SYN_SENT state (diald-box processes).
Dipddp.txt13 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
Dtproxy.txt13 socket on your box, set the packet mark to a certain value, and then match on that
D6pack.txt57 available on any packet radio box where PC/FlexNet can be found. The name of
Deql.txt21 bandwidth. All without having to have a special black box on either
Dz8530drv.txt630 box...
Darcnet-hardware.txt2361 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
Darcnet.txt389 a router to my Internet provider. The other Linux box (insight) also has
Dbonding.txt1499 the box. The ifenslave-2.6 package should be installed to provide bonding
/linux-4.1.27/Documentation/arm/sti/
Dstih416-overview.txt7 The STiH416 is the next generation of HD, AVC set-top box processors
Dstih415-overview.txt7 The STiH415 is the next generation of HD, AVC set-top box processors
/linux-4.1.27/net/ax25/
DKconfig9 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/
DKconfig110 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/
DKconfig5 Support for the Air/Sky/Cable2PC USB1.1 box (DVB/ATSC) by Technisat/B2C2,
/linux-4.1.27/Documentation/dvb/
Dtechnisat.txt9 First start your linux box with a shipped kernel:
20 If the Flexcop / Technisat is the only DVB / TV / Radio device in your box
Dcards.txt11 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/
DREADME-SRC5 The code provided here will not assemble out of the box using the GNU
/linux-4.1.27/drivers/net/wan/
DKconfig15 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/
D00-INDEX18 - short guide on setting up a diskless box with NFS root filesystem.
/linux-4.1.27/fs/coda/
DKconfig13 If you say Y here, your Linux box will be able to act as a Coda
/linux-4.1.27/Documentation/ko_KR/
Dstable_api_nonsense.txt186 리눅스는 다른 운영 체제보다 "쉽게 쓸수 있는(out of the box)" 많은 다른 장치들을
/linux-4.1.27/drivers/net/slip/
DKconfig11 other local Unix box or if you want to configure your Linux box as a
/linux-4.1.27/scripts/kconfig/
Dnconf.gui.c301 box(win, 0, 0); in btn_dialog()
404 box(win, 0, 0); in dialog_inputbox()
587 box(win, 0, 0); in show_scroll_win()
Dnconf.c963 box(main_window, 0, 0); in show_menu()
/linux-4.1.27/Documentation/blockdev/drbd/
Ddrbd-connection-state-overview.dot50 node [shape=box,fontcolor=black]
/linux-4.1.27/net/x25/
DKconfig9 frame relay; the one physical line from your box to the X.25 network
/linux-4.1.27/drivers/gpu/drm/i810/
Di810_dma.c714 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/
DREADME.x2562 - 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/
DKconfig66 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/
DKconfig11 local machines. A PLIP link from a Linux box is a popular means to
/linux-4.1.27/Documentation/filesystems/
Dspufs.txt79 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/
DVIBRA1678 Enjoy your new noisy Linux box! ;)
Dbtaudio31 should'nt crash your box. It might not work as expected, have bugs,
/linux-4.1.27/Documentation/
DIRQ-affinity.txt19 it to CPU4-7 (this is an 8-CPU SMP box):
Dgcov.txt139 box for setups where kernels are built and run on the same machine. In
Dstable_api_nonsense.txt179 As Linux supports a larger number of different devices "out of the box"
Dmemory-hotplug.txt125 - As a related configuration, if your box has a feature of NUMA-node hotplug
Dxillybus.txt103 driver is used to work out of the box with any Xillybus IP core.
Dkernel-parameters.txt2285 need the box quickly up again.
/linux-4.1.27/Documentation/fb/
Daty128fb.txt33 box) and aty128fb (for graphics mode). You should not compile-in vesafb
Dfbcon.txt279 framebuffer console driver if you are in an X86 box:
Dmatroxfb.txt32 box) and matroxfb (for graphics mode). You should not compile-in vesafb
/linux-4.1.27/net/bridge/
DKconfig11 If you say Y here, then your Linux box will be able to act as an
/linux-4.1.27/arch/m68k/
DKconfig.bus44 inside your box. Other bus systems are PCI, EISA, MicroChannel
/linux-4.1.27/block/partitions/
DKconfig166 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/
Dtui.c300 box(w, 0, 0); in show_dialogue()
501 box(cooling_device_window, 10, 0); in handle_tui_events()
/linux-4.1.27/net/atm/
DKconfig13 In order to participate in an ATM network, your Linux box needs an
/linux-4.1.27/arch/arm/boot/dts/
Dsun6i-a31s-cs908.dts54 model = "CSQ CS908 top set box";
Dkirkwood-nsa320.dts1 /* Device tree file for the Zyxel NSA 320 NAS box.
Dsun6i-a31-m9.dts56 model = "Mele M9 / A1000G Quad top set box";
/linux-4.1.27/Documentation/video4linux/bttv/
DREADME.freeze2 If the box freezes hard with bttv ...
DREADME.quirks7 stability problems you can try if one of these options makes your box
DCards132 2) These cards have a number printed on the PCB just above the tuner metal box:
/linux-4.1.27/net/ipv4/
DKconfig17 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/
DKconfig134 your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
/linux-4.1.27/Documentation/vm/
Dpage_owner.txt59 more accurately. On 2GB memory x86-64 VM box, 13343 early allocated pages
/linux-4.1.27/arch/arm/mach-bcm/
DKconfig151 This enables support for Broadcom ARM-based set-top box chipsets,
/linux-4.1.27/Documentation/input/
Dxpad.txt68 correctly out of the box.
88 box in the future.
Devent-codes.txt277 bounding box, or just some of them, for instance the two most recent
Delantech.txt552 In case the box has unstable power supply or other electricity issues, or
/linux-4.1.27/fs/ncpfs/
DKconfig16 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/
DIO-APIC.txt15 If your box boots fine with enabled IO-APIC IRQs, then your
/linux-4.1.27/fs/fat/
DKconfig23 Linux box, say Y here, mount the floppy under Linux with an MSDOS
/linux-4.1.27/Documentation/misc-devices/
Dlis3lv02d71 (aka "can play neverball out of the box"):
/linux-4.1.27/Documentation/video4linux/
Dpxa_camera.txt70 Legend: - each box is a FSM state
/linux-4.1.27/Documentation/power/
Dbasic-pm-debugging.txt172 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/
DKconfig84 out of the box by b43.
/linux-4.1.27/drivers/scsi/
DKconfig448 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/
Dgadget_multi.txt112 out-of-the-box.
Dusb-serial.txt97 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/
Dserial.txt151 box after changing console configuration.
/linux-4.1.27/Documentation/cdrom/
Dcdrom-standard.tex310 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/
Dmei.txt165 A Local Agent enables IT personnel to configure Intel AMT out-of-the-box
/linux-4.1.27/drivers/net/hamradio/
DKconfig84 These cards are used to connect your Linux box to an amateur radio
/linux-4.1.27/arch/m32r/
DKconfig339 your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
/linux-4.1.27/Documentation/acpi/
Denumeration.txt38 some other non-ACPI platform, the driver might work out of the box or needs
/linux-4.1.27/arch/alpha/
DKconfig320 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/
DKconfig69 needed for your box.
/linux-4.1.27/Documentation/s390/
D3270.txt31 Linux box.
DDebugging390.txt218 this processor (if an smp box).
/linux-4.1.27/arch/xtensa/
DKconfig279 your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
/linux-4.1.27/Documentation/ioctl/
Dbotching-up-ioctls.txt112 entire box (by means of an unkillable X process). If the state recovery is
Dcdrom.txt481 should just be the Medium Catalog Number on the box. Note,
/linux-4.1.27/drivers/input/mouse/
DKconfig338 be used on any box capable of RS232 (with some adaptor
/linux-4.1.27/arch/powerpc/
DKconfig713 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/
DKconfig10 You can say N here if you don't intend to connect your Linux box to
/linux-4.1.27/arch/sparc/
DKconfig463 your box. If you say Y here, the kernel will include drivers and
/linux-4.1.27/Documentation/sysctl/
Dkernel.txt280 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
Dvm.txt320 in /proc/zoneinfo like followings. (This is an example of x86-64 box).
/linux-4.1.27/fs/befs/
DChangeLog217 I've done some serious testing on it now (on my box anyhow), and it
/linux-4.1.27/arch/sh/
DKconfig848 your box. If you have PCI, say Y, otherwise N.
/linux-4.1.27/drivers/tty/
DKconfig217 your Linux box, for instance in order to become a dial-in server.
/linux-4.1.27/Documentation/crypto/
Ddescore-readme.txt313 S-box mapping order or something) into the right format for you.
/linux-4.1.27/drivers/char/
DKconfig99 box (as opposed to using a serial printer; if the connector at the
/linux-4.1.27/arch/arm/crypto/
Daes-armv4.S13 @ Code uses single 1K S-box and is >2 times faster than code generated
/linux-4.1.27/drivers/hid/
DKconfig132 and Mac Pros. This receiver is also used in the Apple TV set-top box
/linux-4.1.27/arch/mips/
DKconfig168 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/
DKconfig1244 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/
DKconfig949 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/
Dmemory.txt339 box can still run out of non-reclaimable memory.
/linux-4.1.27/arch/x86/
DKconfig2228 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/
Danalyze_suspend.py2351 .callgraph {margin-top: 30px;box-shadow: 5px 5px 20px black;}\n\
/linux-4.1.27/net/netfilter/
DKconfig280 box, you may want to enable this feature.
/linux-4.1.27/drivers/tty/serial/
DKconfig1020 box, for instance in order to become a dial-in server. This driver
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt3968 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/
Dbooting-without-of.txt747 kernel address parsing functions will work out of the box. If you
/linux-4.1.27/
DCREDITS2500 D: Sparc and blue box hacker